Home
last modified time | relevance | path

Searched refs:max_root_hub (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c194 for (port = 0; port < r8a66597->max_root_hub; port++) in enable_controller()
216 for (port = 0; port < r8a66597->max_root_hub; port++) in disable_controller()
252 if (*root_port >= r8a66597->max_root_hub) in get_port_number()
2114 for (i = 0; i < r8a66597->max_root_hub; i++) { in r8a66597_hub_status_data()
2129 desc->bNbrPorts = r8a66597->max_root_hub; in r8a66597_hub_descriptor()
2135 ((1 << r8a66597->max_root_hub) - 1) << 1; in r8a66597_hub_descriptor()
2163 if (wIndex > r8a66597->max_root_hub) in r8a66597_hub_control()
2196 if (wIndex > r8a66597->max_root_hub) in r8a66597_hub_control()
2201 if (wIndex > r8a66597->max_root_hub) in r8a66597_hub_control()
2463 r8a66597->max_root_hub = 1; in r8a66597_probe()
[all …]
H A Dr8a66597.h122 unsigned int max_root_hub; member