Searched refs:bInterval (Results 1 – 25 of 29) sorted by relevance
12
| /freebsd-10-stable/sys/dev/usb/template/ |
| D | usb_template_kbd.c | 88 .bInterval[USB_SPEED_LOW] = 2, /* 2 ms */ 89 .bInterval[USB_SPEED_FULL] = 2, /* 2 ms */ 90 .bInterval[USB_SPEED_HIGH] = 5, /* 2 ms */
|
| D | usb_template_mouse.c | 100 .bInterval[USB_SPEED_LOW] = 2, /* 2ms */ 101 .bInterval[USB_SPEED_FULL] = 2, /* 2ms */ 102 .bInterval[USB_SPEED_HIGH] = 5, /* 2ms */
|
| D | usb_template_phone.c | 196 .bInterval[USB_SPEED_FULL] = 1, /* 1:1 */ 197 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */ 305 .bInterval[USB_SPEED_FULL] = 2, /* 2ms */ 306 .bInterval[USB_SPEED_HIGH] = 2, /* 2ms */
|
| D | usb_template_modem.c | 97 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */ 98 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */ 99 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
|
| D | usb_template.c | 252 ted->pIntervals->bInterval[temp->usb_speed]) { in usb_make_endpoint_desc() 253 ed->bInterval = in usb_make_endpoint_desc() 254 ted->pIntervals->bInterval[temp->usb_speed]; in usb_make_endpoint_desc() 259 ed->bInterval = 0; /* not used */ in usb_make_endpoint_desc() 265 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc() 268 ed->bInterval = 4; /* 1 ms */ in usb_make_endpoint_desc() 276 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc() 279 ed->bInterval = 1; /* 125 us */ in usb_make_endpoint_desc()
|
| D | usb_template_audio.c | 240 .bInterval[USB_SPEED_FULL] = 1, /* 1:1 */ 241 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */
|
| D | usb_template.h | 45 uint8_t bInterval[USB_SPEED_MAX]; member
|
| /freebsd-10-stable/sys/dev/sound/usb/ |
| D | uaudioreg.h | 79 uByte bInterval; member 497 uByte bInterval; member
|
| /freebsd-10-stable/lib/libusb/ |
| D | usb.h | 111 uint8_t bInterval; member
|
| D | libusb10_desc.c | 244 endd->bInterval = pend->desc.bInterval; in libusb_get_config_descriptor()
|
| D | libusb01.c | 360 bep->bInterval = aep->desc.bInterval; in usb_parse_endpoint()
|
| D | libusb20_desc.h | 231 m(n, UINT8_T, bInterval, ) \
|
| D | libusb.h | 320 uint8_t bInterval; member
|
| /freebsd-10-stable/sys/compat/ndis/ |
| D | subr_usbd.c | 562 pipe->upi_interval = edesc->bInterval + 5; in usbd_func_selconf() 564 pipe->upi_interval = edesc->bInterval; in usbd_func_selconf() 570 } while (k1 < edesc->bInterval); in usbd_func_selconf()
|
| /freebsd-10-stable/sys/dev/usb/ |
| D | usb.h | 557 uByte bInterval; member
|
| D | usb_transfer.c | 634 xfer->fps_shift = edesc->bInterval; in usbd_transfer_setup_sub() 671 xfer->interval = edesc->bInterval; in usbd_transfer_setup_sub()
|
| D | usb_device.c | 1629 udev->ctrl_ep_desc.bInterval = 0; in usb_alloc_device()
|
| /freebsd-10-stable/sys/mips/cavium/usb/ |
| D | octusb.c | 1415 .bInterval = 255,
|
| /freebsd-10-stable/sys/dev/usb/controller/ |
| D | avr32dci.c | 1492 .bInterval = 255,
|
| D | atmegadci.c | 1552 .bInterval = 255,
|
| D | uss820dci.c | 1795 .bInterval = 255,
|
| D | at91dci.c | 1774 .bInterval = 255,
|
| D | ohci.c | 2078 .bInterval = 255,
|
| D | uhci.c | 2354 .bInterval = 255,
|
| D | musb_otg.c | 3577 .bInterval = 255,
|
12