Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/core/
Dhub.h126 __le16 hcs; in hub_is_port_power_switchable() local
130 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
131 return (le16_to_cpu(hcs) & HUB_CHAR_LPSM) < HUB_CHAR_NO_LPSM; in hub_is_port_power_switchable()
/linux-4.1.27/include/uapi/linux/
Dbcm933xx_hcs.h19 __u16 hcs; member
/linux-4.1.27/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c767 struct bcm_hcs *hcs; in board_prom_init() local
792 hcs = (struct bcm_hcs *)boot_addr; in board_prom_init()
793 board_name = hcs->filename; in board_prom_init()