Searched refs:root_port (Results 1 - 2 of 2) sorted by relevance
/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 266 char *devpath, u16 *root_port, u16 *hub_port) 268 if (root_port) { 269 *root_port = (devpath[0] & 0x0F) - 1; 270 if (*root_port >= r8a66597->max_root_hub) 373 &dev->root_port, &dev->hub_port); 375 r8a66597->root_hub[dev->root_port].dev = dev; 380 dev->hub_port, dev->root_port); 1858 u16 root_port, hub_port; local 1862 &root_port, &hub_port); 1866 hub_port, root_port); 265 get_port_number(struct r8a66597 *r8a66597, char *devpath, u16 *root_port, u16 *hub_port) argument [all...] |
H A D | r8a66597.h | 91 u16 root_port; member in struct:r8a66597_device
|
Completed in 50 milliseconds