Searched refs:hub_port (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dr8a66597-hcd.c248 char *devpath, u16 *root_port, u16 *hub_port)
255 if (hub_port)
256 *hub_port = devpath[2] & 0x0F;
355 &dev->root_port, &dev->hub_port);
362 dev->hub_port, dev->root_port);
1842 u16 root_port, hub_port; local
1846 &root_port, &hub_port);
1850 hub_port, root_port);
247 get_port_number(struct r8a66597 *r8a66597, char *devpath, u16 *root_port, u16 *hub_port) argument
H A Dr8a66597.h74 u16 hub_port; member in struct:r8a66597_device
H A Docteon-hcd.c311 * @hub_port: Hub port this device is connected to
332 u8 hub_port; member in struct:cvmx_usb_pipe
1077 * @hub_port: Which port on the hub the device is
1097 int hub_port)
1133 pipe->hub_port = hub_port;
1622 usbc_hcsplt.s.prtaddr = pipe->hub_port;
1085 cvmx_usb_open_pipe(struct octeon_hcd *usb, int device_addr, int endpoint_num, enum cvmx_usb_speed device_speed, int max_packet, enum cvmx_usb_transfer transfer_type, enum cvmx_usb_direction transfer_dir, int interval, int multi_count, int hub_device_addr, int hub_port) argument
/linux-master/drivers/usb/dwc2/
H A Dhcd.h67 * @hub_port: Port of the low/full speed device for the split
121 u8 hub_port; member in struct:dwc2_host_chan
H A Dhcd.c478 int *hub_addr, int *hub_port)
486 *hub_port = urb->dev->ttport;
715 hcsplt |= chan->hub_port << HCSPLT_PRTADDR_SHIFT &
725 chan->hub_port);
2309 int hub_addr, hub_port; local
2314 dwc2_host_hub_info(hsotg, urb->priv, &hub_addr, &hub_port);
2316 chan->hub_port = (u8)hub_port;
3905 dev_dbg(hsotg->dev, " hub_port: %d\n", chan->hub_port);
477 dwc2_host_hub_info(struct dwc2_hsotg *hsotg, void *context, int *hub_addr, int *hub_port) argument
[all...]
/linux-master/arch/mips/include/asm/sn/
H A Dklconfig.h608 klport_t hub_port; /* hub is connected to this */ member in struct:klhub_s

Completed in 301 milliseconds