Home
last modified time | relevance | path

Searched refs:bInterfaceProtocol (Results 1 – 25 of 51) sorted by relevance

123

/trueos/sys/dev/usb/template/
HDusb_template_phone.c161 .bInterfaceProtocol = 0,
218 .bInterfaceProtocol = 0,
227 .bInterfaceProtocol = 0,
275 .bInterfaceProtocol = 0,
284 .bInterfaceProtocol = 0,
326 .bInterfaceProtocol = 0,
HDusb_template_audio.c204 .bInterfaceProtocol = 0,
262 .bInterfaceProtocol = 0,
271 .bInterfaceProtocol = 0,
320 .bInterfaceProtocol = 0,
329 .bInterfaceProtocol = 0,
HDusb_template_cdce.c191 .bInterfaceProtocol = 0,
205 .bInterfaceProtocol = 0,
213 .bInterfaceProtocol = 0,
HDusb_template_modem.c161 .bInterfaceProtocol = 1,
169 .bInterfaceProtocol = 0,
HDusb_template.h66 uint8_t bInterfaceProtocol; member
HDusb_template_msc.c134 .bInterfaceProtocol = UIPROTO_MASS_BBB,
HDusb_template_kbd.c135 .bInterfaceProtocol = 1,
HDusb_template_mouse.c133 .bInterfaceProtocol = 2,
HDusb_template_mtp.c155 .bInterfaceProtocol = 1, /* PIMA 15740 */
HDusb_template.c355 id->bInterfaceProtocol = tid->bInterfaceProtocol; in usb_make_interface_desc()
/trueos/tools/tools/bus_autoconf/
HDbus_usb.c138 if (a->bInterfaceProtocol > b->bInterfaceProtocol) in usb_compare()
140 if (a->bInterfaceProtocol < b->bInterfaceProtocol) in usb_compare()
213 id->bInterfaceProtocol = format_get_field(type, "bInterfaceProtocol", ptr, size); in usb_import_entry()
318 id->bInterfaceProtocol); in usb_dump()
HDbus_usb.h55 uint8_t bInterfaceProtocol; member
HDbus_autoconf_format_example.txt74 "bInterfaceProtocol{0,8}"
/trueos/sys/dev/usb/
HDusb_lookup.c123 (id->bInterfaceProtocol != info->bInterfaceProtocol)) { in usbd_lookup_id_by_info()
HDusbdi.h284 uint8_t bInterfaceProtocol; member
354 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
378 uint8_t bInterfaceProtocol; member
HDusb_device.c1396 uaa.info.bInterfaceProtocol = in usb_probe_and_attach()
1397 iface->idesc->bInterfaceProtocol; in usb_probe_and_attach()
1406 uaa.info.bInterfaceProtocol, in usb_probe_and_attach()
2617 iface->idesc->bInterfaceProtocol); in usb_notify_addq()
/trueos/sys/dev/usb/input/
HDuhid.c696 (((uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD) && in uhid_probe()
698 ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) && in uhid_probe()
765 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) { in uhid_attach()
/trueos/lib/libusb/
HDlibusb10_desc.c228 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol; in libusb_get_config_descriptor()
HDusb.h129 uint8_t bInterfaceProtocol; member
HDlibusb01.c388 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol; in usb_parse_iface_sub()
HDlibusb.h291 uint8_t bInterfaceProtocol; member
HDlibusb20_desc.h245 m(n, UINT8_T, bInterfaceProtocol, ) \
/trueos/sys/dev/usb/gadget/
HDg_keyboard.c217 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD)) in g_keyboard_probe()
HDg_mouse.c267 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE)) in g_mouse_probe()
HDg_modem.c267 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT)) in g_modem_probe()

123