Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/usbip/
Dstub_dev.c350 rc = usb_hub_claim_port(udev->parent, udev->portnum, in stub_probe()
/Linux-v5.4/include/linux/
Dusb.h881 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
/Linux-v5.4/drivers/usb/core/
Dhub.c1928 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1, in usb_hub_claim_port() function
1942 EXPORT_SYMBOL_GPL(usb_hub_claim_port);
Ddevio.c2292 rc = usb_hub_claim_port(ps->dev, portnum, ps); in proc_claim_port()