Home
last modified time | relevance | path

Searched refs:port_index (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.h243 uint8_t port_index; /* parent HUB port index */ member
298 uint8_t port_index, uint8_t port_no,
H A Dusb_device.c1465 struct usb_device *parent_hub, uint8_t depth, uint8_t port_index, in usb_alloc_device()
1481 "port_index=%u, port_no=%u, speed=%u, usb_mode=%u\n", in usb_alloc_device()
1482 parent_dev, bus, parent_hub, depth, port_index, port_no, in usb_alloc_device()
1532 udev->port_index = port_index; in usb_alloc_device()
1829 (parent_hub->hub->ports + port_index) : NULL, udev, device_index); in usb_alloc_device()
2057 (udev->parent_hub->hub->ports + udev->port_index) : NULL, in usb_free_device()
1464 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) usb_alloc_device() argument

Completed in 7 milliseconds