Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dusb-acpi.c115 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_acpi_set_power_state()
167 hub = usb_hub_to_struct_hub(udev->parent); in usb_acpi_add_usb4_devlink()
311 hub = usb_hub_to_struct_hub(udev->parent); in usb_acpi_find_companion_for_device()
H A Dhub.c162 struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev) in usb_hub_to_struct_hub() function
353 hub = usb_hub_to_struct_hub(udev->parent); in usb_set_lpm_parameters()
737 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_kick_hub_wq()
760 hub = usb_hub_to_struct_hub(hdev); in usb_wakeup_notification()
1058 hub = usb_hub_to_struct_hub(udev->parent); in usb_remove_device()
2015 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in hub_ioctl()
2053 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in find_port_owner()
2102 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_hub_release_all_ports()
2119 hub = usb_hub_to_struct_hub(udev->parent); in usb_device_is_owned()
2129 hub = usb_hub_to_struct_hub(udev->parent); in update_port_device_state()
[all …]
H A Dhub.h132 extern struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev);
H A Dusb.c622 hub = usb_hub_to_struct_hub(dev->parent); in usb_dev_authorized()