other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
USB_HUB_FIND_CHILD(9) | USB Core APIs | USB_HUB_FIND_CHILD(9) |
NAME¶
usb_hub_find_child - Get the pointer of child device attached to the port which is specified by port1.SYNOPSIS¶
struct
usb_device *
usb_hub_find_child(struct usb_device * hdev,
int port1);
ARGUMENTS¶
hdevUSB device belonging to the usb hub
port1
port num to indicate which port the child
device is attached to.
DESCRIPTION¶
USB drivers call this function to get hub's child device pointer.RETURN¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |