Home
last modified time | relevance | path

Searched refs:usb_hub_claim_port (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/usb/usbip/
Dstub_dev.c363 rc = usb_hub_claim_port(udev->parent, udev->portnum, in stub_probe()
/Linux-v4.19/include/linux/
Dusb.h882 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
/Linux-v4.19/drivers/usb/core/
Dhub.c1879 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1, in usb_hub_claim_port() function
1893 EXPORT_SYMBOL_GPL(usb_hub_claim_port);
Ddevio.c2236 rc = usb_hub_claim_port(ps->dev, portnum, ps); in proc_claim_port()