Home
last modified time | relevance | path

Searched refs:USB_SPEED_HIGH (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/dev/usb/template/
H A Dusb_template_multi.c159 .mps[USB_SPEED_HIGH] = 512,
164 .mps[USB_SPEED_HIGH] = 8,
233 .mps[USB_SPEED_HIGH] = 512,
239 .mps[USB_SPEED_HIGH] = 8,
245 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
321 .mps[USB_SPEED_HIGH] = 512,
H A Dusb_template_serialnet.c156 .mps[USB_SPEED_HIGH] = 512,
161 .mps[USB_SPEED_HIGH] = 8,
230 .mps[USB_SPEED_HIGH] = 512,
236 .mps[USB_SPEED_HIGH] = 8,
242 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
H A Dusb_template_modem.c106 .mps[USB_SPEED_HIGH] = 512,
112 .mps[USB_SPEED_HIGH] = 8,
118 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
H A Dusb_template_phone.c199 .mps[USB_SPEED_HIGH] = 0x10,
204 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */
308 .mps[USB_SPEED_HIGH] = 0x10,
313 .bInterval[USB_SPEED_HIGH] = 2, /* 2ms */
H A Dusb_template_kbd.c97 .mps[USB_SPEED_HIGH] = 16,
103 .bInterval[USB_SPEED_HIGH] = 5, /* 2 ms */
H A Dusb_template_mouse.c109 .mps[USB_SPEED_HIGH] = 8,
115 .bInterval[USB_SPEED_HIGH] = 5, /* 2ms */
H A Dusb_template_mtp.c110 .mps[USB_SPEED_HIGH] = 512,
115 .mps[USB_SPEED_HIGH] = 64,
H A Dusb_template_cdce.c141 .mps[USB_SPEED_HIGH] = 512,
146 .mps[USB_SPEED_HIGH] = 8,
H A Dusb_template_audio.c244 .mps[USB_SPEED_HIGH] = 0xC8,
249 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */
H A Dusb_template.c584 case USB_SPEED_HIGH: in usb_make_device_desc()
812 (speed == USB_SPEED_HIGH)) { in usb_hw_ep_get_needs()
1242 if (udev->speed != USB_SPEED_HIGH) { in usb_temp_get_desc()
1251 if (udev->speed != USB_SPEED_HIGH) { in usb_temp_get_desc()
H A Dusb_template_cdceem.c101 .mps[USB_SPEED_HIGH] = 512,
H A Dusb_template_msc.c100 .mps[USB_SPEED_HIGH] = 512,
H A Dusb_template_midi.c114 .mps[USB_SPEED_HIGH] = 512,
/freebsd/sys/dev/usb/
H A Dusb_hub.c279 (udev->speed != USB_SPEED_HIGH) || in uhub_tt_buffer_reset_async_locked()
657 case USB_SPEED_HIGH: in uhub_reattach_port()
739 case USB_SPEED_HIGH: in uhub_reattach_port()
741 speed = USB_SPEED_HIGH; in uhub_reattach_port()
767 speed = USB_SPEED_HIGH; in uhub_reattach_port()
858 case USB_SPEED_HIGH: in usb_device_20_compatible()
970 case USB_SPEED_HIGH: in uhub_is_too_deep()
1159 case USB_SPEED_HIGH: in uhub_query_info()
1171 if (udev->speed == USB_SPEED_HIGH) in uhub_query_info()
1267 case USB_SPEED_HIGH: in uhub_attach()
[all …]
H A Dusb_transfer.c393 case USB_SPEED_HIGH: in usbd_get_max_frame_length()
503 case USB_SPEED_HIGH: in usbd_transfer_setup_sub()
3532 [USB_SPEED_HIGH] = 1024, in usbd_get_std_packet_size()
3540 [USB_SPEED_HIGH] = 1024, in usbd_get_std_packet_size()
3548 [USB_SPEED_HIGH] = 64, in usbd_get_std_packet_size()
3556 [USB_SPEED_HIGH] = 512, in usbd_get_std_packet_size()
H A Dusb.h756 USB_SPEED_HIGH, enumerator
/freebsd/usr.sbin/bhyve/
H A Dusb_mouse.c813 .ue_usbspeed = USB_SPEED_HIGH,
/freebsd/sys/dev/usb/net/
H A Dif_muge.c822 case USB_SPEED_HIGH: in lan78xx_miibus_statchg()
1028 case USB_SPEED_HIGH: in lan78xx_chip_init()
H A Dif_smsc.c1389 else if (usbd_get_speed(sc->sc_ue.ue_udev) == USB_SPEED_HIGH) in smsc_chip_init()
/freebsd/sys/dev/usb/controller/
H A Dusb_controller.c725 speed = USB_SPEED_HIGH; in usb_bus_attach()
H A Dehci.c1923 if (usbd_get_speed(xfer->xroot->udev) == USB_SPEED_HIGH) { in ehci_setup_standard_chain()
3471 if (parm->speed == USB_SPEED_HIGH) { in ehci_xfer_setup()
3656 if ((udev->speed != USB_SPEED_HIGH) && in ehci_ep_init()
3672 if (udev->speed == USB_SPEED_HIGH) { in ehci_ep_init()
H A Ddwc_otg.c459 return (udev->speed != USB_SPEED_HIGH && in dwc_otg_uses_split()
3380 case USB_SPEED_HIGH: in dwc_otg_setup_standard_chain()
4891 udev->speed != USB_SPEED_HIGH) { in dwc_otg_ep_init()
4896 if (udev->speed == USB_SPEED_HIGH && in dwc_otg_ep_init()
H A Davr32dci.c2010 (udev->speed != USB_SPEED_HIGH)) { in avr32dci_ep_init()
/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c196 case USB_SPEED_HIGH: in ugen20_enumerate()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c161 [USB_SPEED_HIGH] = "HIGH",

12