Home
last modified time | relevance | path

Searched refs:PORT_OC (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/linux/usb/
Dehci_def.h149 #define PORT_OC (1<<4) /* over current active */ macro
/linux-6.1.9/drivers/usb/host/
Dehci-hub.c888 if (((temp & PORT_OC) || (ehci->need_oc_pp_cycle)) in ehci_hub_control()
1000 if (temp & PORT_OC) in ehci_hub_control()
Dxhci-hub.c1152 if (raw_port_status & PORT_OC) in xhci_get_port_status()
1683 if (temp & PORT_OC) in xhci_hub_status_data()
1753 if (t1 & PORT_OC) { in xhci_bus_suspend()
Dxhci.h301 #define PORT_OC (1 << 3) macro
2619 if (portsc & PORT_OC) in xhci_decode_portsc()
Doxu210hp-hcd.c191 #define PORT_OC (1<<4) /* over current active */ macro
603 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
3758 if (temp & PORT_OC) in oxu_hub_control()
Dehci-dbg.c253 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()