Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dehci_def.h160 #define PORT_OC (1<<4) /* over current active */ macro
/linux-4.1.27/drivers/usb/host/
Doxu210hp.h159 #define PORT_OC (1<<4) /* over current active */ macro
Dehci-hub.c1008 if (((temp & PORT_OC) || (ehci->need_oc_pp_cycle)) in ehci_hub_control()
1120 if (temp & PORT_OC) in ehci_hub_control()
Dxhci-hub.c681 if (raw_port_status & PORT_OC) in xhci_get_port_status()
Dehci-dbg.c276 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
Dxhci.h277 #define PORT_OC (1 << 3) macro
Doxu210hp-hcd.c176 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
3352 if (temp & PORT_OC) in oxu_hub_control()