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

  /src/sys/dev/usb/
uvideo.c 1145 uint8_t xfer_type, xfer_dir; local in function:uvideo_stream_init_desc
1166 xfer_type = UE_GET_XFERTYPE(bmAttributes);
1168 if (xfer_type == UE_BULK && xfer_dir == UE_DIR_IN) {
1185 } else if (xfer_type == UE_ISOCHRONOUS) {
uvideo.c 1145 uint8_t xfer_type, xfer_dir; local in function:uvideo_stream_init_desc
1166 xfer_type = UE_GET_XFERTYPE(bmAttributes);
1168 if (xfer_type == UE_BULK && xfer_dir == UE_DIR_IN) {
1185 } else if (xfer_type == UE_ISOCHRONOUS) {

Completed in 24 milliseconds