Searched defs:hub_port (Results 1 - 6 of 6) sorted by path

/drivers/staging/octeon-usb/
H A Docteon-hcd.c331 * @hub_port: Hub port this device is connected to
352 uint8_t hub_port; member in struct:cvmx_usb_pipe
1193 * @hub_port: Which port on the hub the device is
1213 int hub_port)
1242 if (unlikely((hub_port < 0) || (hub_port > MAX_USB_HUB_PORT)))
1277 pipe->hub_port = hub_port;
1773 usbc_hcsplt.s.prtaddr = pipe->hub_port;
1201 cvmx_usb_open_pipe(struct cvmx_usb_state *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
/drivers/usb/dwc2/
H A Dhcd.c587 int hub_addr, hub_port; local
592 dwc2_host_hub_info(hsotg, urb->priv, &hub_addr, &hub_port);
594 chan->hub_port = (u8)hub_port;
1912 dev_dbg(hsotg->dev, " hub_port: %d\n", chan->hub_port);
2091 int *hub_port)
2099 *hub_port = urb->dev->ttport;
2090 dwc2_host_hub_info(struct dwc2_hsotg *hsotg, void *context, int *hub_addr, int *hub_port) argument
H A Dhcd.h95 * @hub_port: Port of the low/full speed device for the split
147 u8 hub_port; member in struct:dwc2_host_chan
723 int *hub_addr, int *hub_port);
H A Dhcd_queue.c68 int dev_speed, hub_addr, hub_port; local
85 dwc2_host_hub_info(hsotg, urb->priv, &hub_addr, &hub_port);
92 hub_port);
/drivers/usb/host/
H A Dr8a66597-hcd.c261 char *devpath, u16 *root_port, u16 *hub_port)
268 if (hub_port)
269 *hub_port = devpath[2] & 0x0F;
368 &dev->root_port, &dev->hub_port);
375 dev->hub_port, dev->root_port);
1853 u16 root_port, hub_port; local
1857 &root_port, &hub_port);
1861 hub_port, root_port);
260 get_port_number(struct r8a66597 *r8a66597, char *devpath, u16 *root_port, u16 *hub_port) argument
H A Dr8a66597.h87 u16 hub_port; member in struct:r8a66597_device

Completed in 117 milliseconds