Searched refs:rhport (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/usbip/
H A Dvhci_sysfs.c80 static int vhci_port_disconnect(__u32 rhport) argument
89 vdev = port_to_vdev(rhport);
115 __u32 rhport = 0; local
117 if (sscanf(buf, "%u", &rhport) != 1)
120 /* check rhport */
121 if (rhport >= VHCI_NPORTS) {
122 dev_err(dev, "invalid port %u\n", rhport);
126 err = vhci_port_disconnect(rhport);
137 static int valid_args(__u32 rhport, enum usb_device_speed speed) argument
139 /* check rhport */
178 __u32 rhport = 0, devid = 0, speed = 0; local
[all...]
H A Dvhci_hcd.c122 void rh_port_connect(int rhport, enum usb_device_speed speed) argument
124 usbip_dbg_vhci_rh("rh_port_connect %d\n", rhport);
128 the_controller->port_status[rhport] |= USB_PORT_STAT_CONNECTION
133 the_controller->port_status[rhport] |= USB_PORT_STAT_HIGH_SPEED;
136 the_controller->port_status[rhport] |= USB_PORT_STAT_LOW_SPEED;
147 static void rh_port_disconnect(int rhport) argument
149 usbip_dbg_vhci_rh("rh_port_disconnect %d\n", rhport);
153 the_controller->port_status[rhport] &= ~USB_PORT_STAT_CONNECTION;
154 the_controller->port_status[rhport] |=
183 int rhport; local
232 int rhport; local
880 int rhport; local
913 int rhport = 0; local
1058 int rhport = 0; local
[all...]
H A Dvhci.h36 __u32 rhport; member in struct:vhci_device
100 void rh_port_connect(int rhport, enum usb_device_speed speed);
/drivers/usb/host/
H A Disp1362-hcd.c1140 isp1362_hcd->rhport[0] = isp1362_read_reg32(isp1362_hcd, HCRHPORT1);
1141 isp1362_hcd->rhport[1] = isp1362_read_reg32(isp1362_hcd, HCRHPORT2);
1257 if (!((isp1362_hcd->rhport[0] | isp1362_hcd->rhport[1]) &
1518 u32 status = isp1362_hcd->rhport[i];
1608 tmp = isp1362_hcd->rhport[--wIndex];
1657 isp1362_hcd->rhport[wIndex] =
1671 isp1362_hcd->rhport[wIndex] =
1679 isp1362_hcd->rhport[wIndex] =
1706 isp1362_hcd->rhport[wInde
[all...]
H A Disp1362.h494 u32 rhport[MAX_ROOT_PORTS]; member in struct:isp1362_hcd

Completed in 59 milliseconds