Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/usb/
Dehci_def.h46 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ macro
/Linux-v5.10/drivers/usb/isp1760/
Disp1760-regs.h27 #define HCS_PPC(p) ((p) & (1 << 4)) /* true: port power control */ macro
Disp1760-hcd.c1773 if (HCS_PPC(priv->hcs_params)) in isp1760_hub_descriptor()
1875 if (HCS_PPC(priv->hcs_params)) in isp1760_hub_control()
2030 if (HCS_PPC(priv->hcs_params)) in isp1760_hub_control()
/Linux-v5.10/drivers/usb/host/
Dehci-hub.c714 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_descriptor()
971 if (HCS_PPC(ehci->hcs_params)) { in ehci_hub_control()
1024 && HCS_PPC(ehci->hcs_params)) { in ehci_hub_control()
1214 if (HCS_PPC(ehci->hcs_params)) { in ehci_hub_control()
Doxu210hp-hcd.c107 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ macro
885 if (HCS_PPC(oxu->hcs_params)) in ehci_hub_descriptor()
2780 if (!HCS_PPC(oxu->hcs_params)) in ehci_port_power()
3630 if (HCS_PPC(oxu->hcs_params)) in oxu_hub_control()
3801 if (HCS_PPC(oxu->hcs_params)) in oxu_hub_control()
Dehci-dbg.c27 HCS_PPC(params) ? "" : " !ppc", in dbg_hcs_params()