Home
last modified time | relevance | path

Searched refs:hcs (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
Dhub.h127 __le16 hcs; in hub_is_port_power_switchable() local
131 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
132 return (le16_to_cpu(hcs) & HUB_CHAR_LPSM) < HUB_CHAR_NO_LPSM; in hub_is_port_power_switchable()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbcm933xx_hcs.h18 __u16 hcs; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dbcm933xx_hcs.h20 __u16 hcs; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbcm933xx_hcs.h31 __u16 hcs; member
/kernel/linux/linux-5.10/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c735 struct bcm_hcs *hcs; in board_prom_init() local
774 hcs = (struct bcm_hcs *)boot_addr; in board_prom_init()
775 board_name = hcs->filename; in board_prom_init()