HomeSort by: relevance | last modified time | path
    Searched defs:bulk (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_kern_lib.c 410 VCHIQ_BULK_T *bulk = waiter->bulk_waiter.bulk; local in function:vchiq_blocking_bulk_transfer
411 if (bulk) {
412 /* This thread has an outstanding bulk transfer. */
413 if ((bulk->data != data) ||
414 (bulk->size != size)) {
419 bulk->userdata = NULL;
438 !waiter->bulk_waiter.bulk) {
439 VCHIQ_BULK_T *bulk = waiter->bulk_waiter.bulk; local in function:vchiq_blocking_bulk_transfer
    [all...]
vchiq_core.c 1172 /* Called by the slot handler - don't hold the bulk mutex */
1187 VCHIQ_BULK_T *bulk = local in function:notify_bulks
1189 int msgtype = (bulk->dir == VCHIQ_BULK_TRANSMIT) ?
1193 VCHIQ_ELEMENT_T element = { &bulk->actual, 4 };
1194 /* Only reply to non-dummy bulk requests */
1195 if (bulk->remote_data) {
1209 VCHIQ_BULK_T *bulk = local in function:notify_bulks
1212 /* Only generate callbacks for non-dummy bulk
1214 if (bulk->data && service->instance) {
1215 if (bulk->actual != VCHIQ_BULK_ACTUAL_ABORTED)
1350 VCHIQ_BULK_T *bulk = &queue->bulks[BULK_INDEX(queue->process)]; local in function:resolve_bulks
1418 VCHIQ_BULK_T *bulk = &queue->bulks[BULK_INDEX(queue->process)]; local in function:abort_outstanding_bulks
1839 VCHIQ_BULK_T *bulk; local in function:parse_rx_slots
1903 VCHIQ_BULK_T *bulk; local in function:parse_rx_slots
3304 VCHIQ_BULK_T *bulk; local in function:vchiq_bulk_transfer
    [all...]
vchiq_core.h 258 int local_insert; /* Where to insert the next local bulk */
259 int remote_insert; /* Where to insert the next remote bulk (master) */
260 int process; /* Bulk to transfer next */
261 int remote_notify; /* Bulk to notify the remote client of next (mstr) */
262 int remove; /* Bulk to notify the local client of, and remove,
497 /* Incremented when there are bulk transfers which cannot be processed
517 VCHIQ_BULK_T *bulk; member in struct:bulk_waiter
631 vchiq_prepare_bulk_data(VCHIQ_BULK_T *bulk,
635 vchiq_transfer_bulk(VCHIQ_BULK_T *bulk);
638 vchiq_complete_bulk(VCHIQ_BULK_T *bulk);
    [all...]
  /src/sys/dev/usb/
uvideo.c 232 struct uvideo_bulk_xfer bulk; member in union:uvideo_stream::__anondc420cbf040a
1169 bx = &vs->vs_xfer.bulk;
1172 "BULK stream *\n"));
1175 DPRINTF(("uvideo_attach: BULK "
1601 bx = &vs->vs_xfer.bulk;
1754 bx = &vs->vs_xfer.bulk;
1960 struct uvideo_bulk_xfer *bx = &vs->vs_xfer.bulk;
uhci.c 152 /* Bulk pipe */
155 } bulk; member in union:uhci_pipe::__anon3090ffbc010a
499 /* Allocate the dummy QH where bulk traffic will be queued. */
1275 /* Add bulk QH, called with lock held. */
1301 /* Remove bulk QH, called with lock held. */
2282 sqh = upipe->bulk.sqh;
2321 /* Abort a device bulk request. */
2398 /* Close a device bulk pipe. */
2407 uhci_free_sqh(sc, upipe->bulk.sqh);
3246 uhci_remove_bulk(sc, upipe->bulk.sqh)
    [all...]

Completed in 18 milliseconds