Home
last modified time | relevance | path

Searched refs:bDeviceProtocol (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-13.1/sys/dev/usb/
H A Dusb_lookup.c112 (id->bDeviceProtocol != info->bDeviceProtocol)) { in usbd_lookup_id_by_info()
H A Dusbdi.h313 uint8_t bDeviceProtocol; member
382 .match_flag_dev_protocol = 1, .bDeviceProtocol = (dp)
412 uint8_t bDeviceProtocol; member
H A Dusb.h299 uByte bDeviceProtocol; member
665 uByte bDeviceProtocol; member
H A Dusb_hub.c108 #define UHUB_PROTO(sc) ((sc)->sc_udev->ddesc.bDeviceProtocol)
294 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in uhub_tt_buffer_reset_async_locked()
1725 res.udev->ddesc.bDeviceProtocol, in uhub_child_pnpinfo_string()
2084 ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) && in usbd_fs_isoc_schedule_alloc_slot()
H A Dusb_request.c2034 udev->ddesc.bDeviceProtocol, in usbd_setup_device_desc()
2215 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in usbd_req_reset_tt()
2246 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in usbd_req_clear_tt_buffer()
/freebsd-13.1/sys/dev/usb/template/
H A Dusb_template.h94 uint8_t bDeviceProtocol; member
H A Dusb_template.c551 utd->udd.bDeviceProtocol = tdd->bDeviceProtocol; in usb_make_device_desc()
571 utd->udq.bDeviceProtocol = tdd->bDeviceProtocol; in usb_make_device_desc()
H A Dusb_template_msc.c163 .bDeviceProtocol = 0,
H A Dusb_template_cdceem.c164 .bDeviceProtocol = 0,
H A Dusb_template_midi.c222 .bDeviceProtocol = 0,
H A Dusb_template_mouse.c180 .bDeviceProtocol = 0,
H A Dusb_template_kbd.c182 .bDeviceProtocol = 0,
H A Dusb_template_modem.c223 .bDeviceProtocol = 0,
H A Dusb_template_mtp.c186 .bDeviceProtocol = 0,
H A Dusb_template_cdce.c240 .bDeviceProtocol = 0,
H A Dusb_template_audio.c374 .bDeviceProtocol = 0,
H A Dusb_template_serialnet.c347 .bDeviceProtocol = 0,
H A Dusb_template_phone.c372 .bDeviceProtocol = 0,
H A Dusb_template_multi.c390 .bDeviceProtocol = 0,
/freebsd-13.1/lib/libusb/
H A Dusb.h172 uint8_t bDeviceProtocol; member
H A Dlibusb10_desc.c69 desc->bDeviceProtocol = pdesc->bDeviceProtocol; in libusb_get_device_descriptor()
H A Dlibusb01.c933 udev->descriptor.bDeviceProtocol = ddesc->bDeviceProtocol; in usb_find_devices()
H A Dlibusb20_desc.h215 m(n, UINT8_T, bDeviceProtocol, ) \
H A Dlibusb.h305 uint8_t bDeviceProtocol; member
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c175 (id->bDeviceProtocol != uaa->info.bDeviceProtocol)) { in usb_linux_lookup_id()

12