Searched refs:ehci_port_speed (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci.h | 656 ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc) in ehci_port_speed() function 676 #define ehci_port_speed(ehci, portsc) USB_PORT_STAT_HIGH_SPEED macro
|
H A D | ehci-hub.c | 290 ehci_port_speed(ehci, t2) == in ehci_bus_suspend() 1119 status |= ehci_port_speed(ehci, temp1); in ehci_hub_control() 1121 status |= ehci_port_speed(ehci, temp); in ehci_hub_control()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 659 ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc) in ehci_port_speed() function 679 #define ehci_port_speed(ehci, portsc) USB_PORT_STAT_HIGH_SPEED macro
|
H A D | ehci-hub.c | 290 ehci_port_speed(ehci, t2) == in ehci_bus_suspend() 989 status |= ehci_port_speed(ehci, temp1); in ehci_hub_control() 991 status |= ehci_port_speed(ehci, temp); in ehci_hub_control()
|
Completed in 9 milliseconds