Searched refs:usb_hub_claim_port (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | stub_dev.c | 385 rc = usb_hub_claim_port(udev->parent, udev->portnum, in stub_probe()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | stub_dev.c | 387 rc = usb_hub_claim_port(udev->parent, udev->portnum, in stub_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 889 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | usb.h | 921 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.c | 1967 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1, in usb_hub_claim_port() function 1981 EXPORT_SYMBOL_GPL(usb_hub_claim_port); variable
|
H A D | devio.c | 2410 rc = usb_hub_claim_port(ps->dev, portnum, ps); in proc_claim_port()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.c | 1988 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1, in usb_hub_claim_port() function 2002 EXPORT_SYMBOL_GPL(usb_hub_claim_port); variable
|
H A D | devio.c | 2425 rc = usb_hub_claim_port(ps->dev, portnum, ps); in proc_claim_port()
|
Completed in 29 milliseconds