Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/core/
Dport.c196 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_port_runtime_resume()
255 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_port_runtime_suspend()
450 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location()
506 struct usb_hub *parent_hub = usb_hub_to_struct_hub(parent); in find_and_link_peer()
518 peer_hub = usb_hub_to_struct_hub(peer_hdev); in find_and_link_peer()
Dusb-acpi.c54 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_acpi_set_power_state()
213 hub = usb_hub_to_struct_hub(udev->parent); in usb_acpi_find_companion_for_device()
Dhub.c133 struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev) in usb_hub_to_struct_hub() function
319 hub = usb_hub_to_struct_hub(udev->parent); in usb_set_lpm_parameters()
675 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_kick_hub_wq()
698 hub = usb_hub_to_struct_hub(hdev); in usb_wakeup_notification()
996 hub = usb_hub_to_struct_hub(udev->parent); in usb_remove_device()
1893 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in hub_ioctl()
1931 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in find_port_owner()
1980 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_hub_release_all_ports()
1997 hub = usb_hub_to_struct_hub(udev->parent); in usb_device_is_owned()
2003 struct usb_hub *hub = usb_hub_to_struct_hub(udev); in recursively_mark_NOTATTACHED()
[all …]
Dhub.h119 extern struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev);
Dusb.c553 hub = usb_hub_to_struct_hub(dev->parent); in usb_dev_authorized()