Home
last modified time | relevance | path

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

/Linux-v5.15/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()
/Linux-v5.15/include/uapi/linux/
Dbcm933xx_hcs.h20 __u16 hcs; member
/Linux-v5.15/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()