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

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_hub.c443 if (child->parent_hub == NULL) {
467 if (child->parent_hub == NULL) {
473 err = usbd_req_clear_port_feature(child->parent_hub,
649 if (udev->parent_hub == NULL)
742 if (udev->parent_hub == NULL) {
789 if (udev->parent_hub != NULL) {
791 mode = udev->parent_hub->flags.usb_mode;
1183 struct usb_device *parent_hub = udev->parent_hub; local
1209 parent_hub,
[all...]
H A Dusb_device.c632 if (udev->parent_hub) {
633 max_power = udev->parent_hub->hub->portpower;
1540 struct usb_device *parent_hub, uint8_t depth, uint8_t port_index,
1555 DPRINTF("parent_dev=%p, bus=%p, parent_hub=%p, depth=%u, "
1557 parent_dev, bus, parent_hub, depth, port_index, port_no,
1604 udev->parent_hub = parent_hub;
1643 hub = udev->parent_hub;
1653 hub = hub->parent_hub;
1926 DPRINTF("new dev (addr %d), udev=%p, parent_hub
1539 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_device.h195 struct usb_device *parent_hub; member in struct:usb_device
277 struct usb_device *parent_hub, uint8_t depth,
H A Dusb_request.c336 else if (udev->parent_hub == NULL)
1965 struct usb_device *parent_hub; local
1974 parent_hub = udev->parent_hub;
1975 if (parent_hub == NULL) {
1987 if (udev->parent_hs_hub == parent_hub &&
1988 (uhub_count_active_host_ports(parent_hub, USB_SPEED_LOW) +
1989 uhub_count_active_host_ports(parent_hub, USB_SPEED_FULL)) == 1) {
1991 err = usbd_req_reset_tt(parent_hub, NULL,
2006 if (parent_hub
[all...]
H A Dusb_generic.c845 hub = udev->parent_hub;
1724 (udev->parent_hub == NULL)) {
1831 while (next->parent_hub != NULL) {
1833 next = next->parent_hub;
1842 while (next->parent_hub != NULL) {
1848 next = next->parent_hub;
H A Dusb_transfer.c2949 if (udev->parent_hub == NULL)
3026 udev->parent_hub != NULL &&
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dxhci.c1325 if (udev->parent_hub == NULL)
2435 for (hubdev = udev; hubdev != NULL; hubdev = hubdev->parent_hub) {
2437 if (hubdev->parent_hub == NULL)
2440 depth = hubdev->parent_hub->depth;
3853 if (udev->parent_hub == NULL) {
3885 if (udev->parent_hub == NULL) {
3906 if (udev->parent_hub == NULL)
3966 if (udev->parent_hub == NULL)
4005 if (udev->parent_hub == NULL)
4039 if (udev->parent_hub
[all...]

Completed in 145 milliseconds