Searched refs:portstatus (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/usb/core/ |
| H A D | hub.c | 137 u16 portstatus); 1179 u16 portstatus, portchange; in hub_activate() local 1188 portstatus, portchange); in hub_activate() 2906 u16 portstatus) in hub_port_warm_reset_required() argument 2925 u16 portstatus; in hub_port_wait_reset() local 3044 portstatus)) in hub_port_reset() 3099 portstatus)) in hub_port_reset() 3828 &portstatus); in usb_port_resume() 4700 return portstatus; in hub_port_debounce() 5392 portstatus = status; in hub_port_connect() [all …]
|
| H A D | hub.h | 140 extern int usb_port_is_power_on(struct usb_hub *hub, unsigned int portstatus);
|
| H A D | port.c | 58 u16 portstatus, unused; in disable_show() local 85 usb_hub_port_status(hub, port1, &portstatus, &unused); in disable_show() 86 disabled = !usb_port_is_power_on(hub, portstatus); in disable_show()
|
| /linux-6.15/drivers/usb/host/ |
| H A D | ohci-hub.c | 103 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend() 590 status = ohci_readl(ohci, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset() 595 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset() 622 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset() 739 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 782 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 786 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
|
| H A D | uhci-hcd.c | 823 unsigned int portstatus; in uhci_count_ports() local 825 portstatus = uhci_readw(uhci, USBPORTSC1 + (port * 2)); in uhci_count_ports() 826 if (!(portstatus & 0x0080) || portstatus == 0xffff) in uhci_count_ports()
|
| H A D | ohci.h | 241 __hc32 portstatus [MAX_ROOT_PORTS]; member 725 { return read_roothub (hc, portstatus [i], 0xffe0fce0); } in roothub_portstatus()
|
| H A D | ohci-omap.c | 81 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]); in start_hnp()
|
| H A D | ohci-hcd.c | 1169 &ohci->regs->roothub.portstatus[port]); in ohci_resume()
|