Searched refs:parent_hub (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/usb/
H A Dusb_fdt_support.c145 for (ud = udev, idx = 0; ud->parent_hub != NULL; ud = ud->parent_hub) {
H A Dusb_hub.c433 if (child->parent_hub == NULL) {
463 if (child->parent_hub == NULL) {
469 err = usbd_req_clear_port_feature(child->parent_hub,
664 if (udev->parent_hub == NULL)
758 if (udev->parent_hub == NULL) {
805 if (udev->parent_hub != NULL) {
807 mode = udev->parent_hub->flags.usb_mode;
1201 struct usb_device *parent_hub = udev->parent_hub; local
1228 parent_hub,
[all...]
H A Dusb_device.h218 struct usb_device *parent_hub; member in struct:usb_device
304 struct usb_device *parent_hub, uint8_t depth,
H A Dusb_request.c344 else if (udev->parent_hub == NULL)
2056 struct usb_device *parent_hub; local
2065 parent_hub = udev->parent_hub;
2066 if (parent_hub == NULL) {
2078 if (udev->parent_hs_hub == parent_hub &&
2079 (uhub_count_active_host_ports(parent_hub, USB_SPEED_LOW) +
2080 uhub_count_active_host_ports(parent_hub, USB_SPEED_FULL)) == 1) {
2082 err = usbd_req_reset_tt(parent_hub, NULL,
2097 if (parent_hub
[all...]
H A Dusb_device.c747 if (udev->parent_hub) {
748 max_power = udev->parent_hub->hub->portpower;
1738 struct usb_device *parent_hub, uint8_t depth, uint8_t port_index,
1751 DPRINTF("parent_dev=%p, bus=%p, parent_hub=%p, depth=%u, "
1753 parent_dev, bus, parent_hub, depth, port_index, port_no,
1803 udev->parent_hub = parent_hub;
1842 hub = udev->parent_hub;
1852 hub = hub->parent_hub;
2066 DPRINTF("new dev (addr %d), udev=%p, parent_hub
1737 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, struct usb_device *parent_hub, uint8_t depth, uint8_t port_index, uint8_t port_no, enum usb_dev_speed speed, enum usb_hc_mode mode) argument
[all...]
H A Dusb_generic.c856 hub = udev->parent_hub;
1774 (udev->parent_hub == NULL)) {
1881 while (next->parent_hub != NULL) {
1883 next = next->parent_hub;
1895 while (next->parent_hub != NULL) {
1897 next = next->parent_hub;
H A Dusb_transfer.c3170 if (udev->parent_hub == NULL)
3248 udev->parent_hub != NULL &&
/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c1405 if (udev->parent_hub == NULL)
2581 for (hubdev = udev; hubdev != NULL; hubdev = hubdev->parent_hub) {
2582 if (hubdev->parent_hub == NULL)
2585 depth = hubdev->parent_hub->depth;
4031 if (udev->parent_hub == NULL) {
4075 if (udev->parent_hub == NULL) {
4096 if (udev->parent_hub == NULL)
4156 if (udev->parent_hub == NULL)
4195 if (udev->parent_hub == NULL)
4229 if (udev->parent_hub
[all...]
H A Dsaf1761_otg.c3533 if (udev->parent_hub == NULL) {
H A Ddwc_otg.c463 udev->parent_hs_hub->parent_hub != NULL);
/freebsd-13-stable/sys/mips/cavium/usb/
H A Doctusb.c1770 hub = xfer->xroot->udev->parent_hub;
1771 while(hub && hub->parent_hub) {
1773 hub = hub->parent_hub;

Completed in 378 milliseconds