Searched refs:bInterfaceProtocol (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10.1-release/tools/tools/bus_autoconf/
H A Dbus_usb.h55 uint8_t bInterfaceProtocol; member in struct:usb_device_id
H A Dbus_usb.c138 if (a->bInterfaceProtocol > b->bInterfaceProtocol)
140 if (a->bInterfaceProtocol < b->bInterfaceProtocol)
213 id->bInterfaceProtocol = format_get_field(type, "bInterfaceProtocol", ptr, size);
318 id->bInterfaceProtocol);
/freebsd-10.1-release/sys/dev/usb/template/
H A Dusb_template_cdce.c191 .bInterfaceProtocol = 0,
205 .bInterfaceProtocol = 0,
213 .bInterfaceProtocol = 0,
H A Dusb_template_phone.c161 .bInterfaceProtocol = 0,
218 .bInterfaceProtocol = 0,
227 .bInterfaceProtocol = 0,
275 .bInterfaceProtocol = 0,
284 .bInterfaceProtocol = 0,
326 .bInterfaceProtocol = 0,
H A Dusb_template.h66 uint8_t bInterfaceProtocol; member in struct:usb_temp_interface_desc
H A Dusb_template_audio.c204 .bInterfaceProtocol = 0,
262 .bInterfaceProtocol = 0,
271 .bInterfaceProtocol = 0,
320 .bInterfaceProtocol = 0,
329 .bInterfaceProtocol = 0,
H A Dusb_template_modem.c161 .bInterfaceProtocol = 1,
169 .bInterfaceProtocol = 0,
H A Dusb_template_msc.c134 .bInterfaceProtocol = UIPROTO_MASS_BBB,
H A Dusb_template_kbd.c135 .bInterfaceProtocol = 1,
H A Dusb_template_mouse.c133 .bInterfaceProtocol = 2,
H A Dusb_template_mtp.c155 .bInterfaceProtocol = 1, /* PIMA 15740 */
H A Dusb_template.c355 id->bInterfaceProtocol = tid->bInterfaceProtocol;
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_lookup.c123 (id->bInterfaceProtocol != info->bInterfaceProtocol)) {
221 "bInterfaceProtocol{0,8}"
H A Dusbdi.h284 uint8_t bInterfaceProtocol; member in struct:usb_device_id
354 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
378 uint8_t bInterfaceProtocol; member in struct:usbd_lookup_info
H A Dusb_device.c1434 uaa.info.bInterfaceProtocol =
1435 iface->idesc->bInterfaceProtocol;
1444 uaa.info.bInterfaceProtocol,
2620 iface->idesc->bInterfaceProtocol);
/freebsd-10.1-release/lib/libusb/
H A Dusb.h129 uint8_t bInterfaceProtocol; member in struct:usb_interface_descriptor
H A Dlibusb10_desc.c228 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol;
H A Dlibusb.h289 uint8_t bInterfaceProtocol; member in struct:libusb_interface_descriptor
H A Dlibusb20_desc.h245 m(n, UINT8_T, bInterfaceProtocol, ) \
H A Dlibusb01.c388 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol;
/freebsd-10.1-release/sys/dev/usb/gadget/
H A Dg_keyboard.c217 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD))
H A Dg_mouse.c267 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE))
H A Dg_modem.c267 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT))
/freebsd-10.1-release/sys/dev/usb/input/
H A Duhid.c694 (((uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD) &&
696 ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) &&
763 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) {
/freebsd-10.1-release/sys/dev/usb/serial/
H A Dulpt.c559 (id->bInterfaceProtocol == UIPROTO_PRINTER_BI)) {

Completed in 187 milliseconds

12