Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dehci_def.h161 #define PORT_OC (1<<4) /* over current active */ macro
/Linux-v4.19/drivers/usb/host/
Doxu210hp.h160 #define PORT_OC (1<<4) /* over current active */ macro
Dehci-hub.c1024 if (((temp & PORT_OC) || (ehci->need_oc_pp_cycle)) in ehci_hub_control()
1136 if (temp & PORT_OC) in ehci_hub_control()
Dxhci.h295 #define PORT_OC (1 << 3) macro
2480 if (portsc & PORT_OC) in xhci_decode_portsc()
Dehci-dbg.c253 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
Dxhci-hub.c984 if (raw_port_status & PORT_OC) in xhci_get_port_status()
Doxu210hp-hcd.c163 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
3325 if (temp & PORT_OC) in oxu_hub_control()