Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dhub.h124 __le16 hcs; in hub_is_port_power_switchable() local
128 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
129 return (le16_to_cpu(hcs) & HUB_CHAR_LPSM) < HUB_CHAR_NO_LPSM; in hub_is_port_power_switchable()
/Linux-v4.19/include/uapi/linux/
Dbcm933xx_hcs.h20 __u16 hcs; member
/Linux-v4.19/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c768 struct bcm_hcs *hcs; in board_prom_init() local
793 hcs = (struct bcm_hcs *)boot_addr; in board_prom_init()
794 board_name = hcs->filename; in board_prom_init()