Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/usbip/
H A Dstub_dev.c387 rc = usb_hub_claim_port(udev->parent, udev->portnum, in stub_probe()
/openbmc/linux/include/linux/
H A Dusb.h921 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
/openbmc/linux/drivers/usb/core/
H A Dhub.c2014 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1, in usb_hub_claim_port() function
2028 EXPORT_SYMBOL_GPL(usb_hub_claim_port);
H A Ddevio.c2425 rc = usb_hub_claim_port(ps->dev, portnum, ps); in proc_claim_port()