Home
last modified time | relevance | path

Searched refs:HUB_CHAR_NO_OCPM (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/include/uapi/linux/usb/
Dch11.h217 #define HUB_CHAR_NO_OCPM 0x0010 /* No Over-current Protection support */ macro
/Linux-v6.6/drivers/usb/host/
Dfhci-hub.c31 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */
Dohci-hub.c559 temp |= HUB_CHAR_NO_OCPM; in ohci_hub_descriptor()
Dsl811-hcd.c1112 temp |= HUB_CHAR_NO_OCPM; in sl811h_hub_descriptor()
Dr8a66597-hcd.c2133 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in r8a66597_hub_descriptor()
/Linux-v6.6/drivers/usb/musb/
Dmusb_virthub.c331 | HUB_CHAR_NO_OCPM /* no overcurrent reporting */ in musb_hub_control()
/Linux-v6.6/drivers/usb/renesas_usbhs/
Dmod_host.c1224 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in __usbhsh_hub_get_status()
/Linux-v6.6/drivers/usb/core/
Dhub.c1533 case HUB_CHAR_NO_OCPM: in hub_configure()