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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/usbip/
H A Dvhci_sysfs.c79 static int vhci_port_disconnect(__u32 rhport) argument
88 vdev = port_to_vdev(rhport);
114 __u32 rhport = 0; local
116 sscanf(buf, "%u", &rhport);
118 /* check rhport */
119 if (rhport >= VHCI_NPORTS) {
120 usbip_uerr("invalid port %u\n", rhport);
124 err = vhci_port_disconnect(rhport);
134 static int valid_args(__u32 rhport, enum usb_device_speed speed) argument
136 /* check rhport */
174 __u32 rhport = 0, devid = 0, speed = 0; local
[all...]
H A Dvhci_hcd.c115 void rh_port_connect(int rhport, enum usb_device_speed speed) argument
119 usbip_dbg_vhci_rh("rh_port_connect %d\n", rhport);
123 the_controller->port_status[rhport] |= USB_PORT_STAT_CONNECTION
128 the_controller->port_status[rhport] |= USB_PORT_STAT_HIGH_SPEED;
131 the_controller->port_status[rhport] |= USB_PORT_STAT_LOW_SPEED;
137 /* spin_lock(&the_controller->vdev[rhport].ud.lock);
138 * the_controller->vdev[rhport].ud.status = VDEV_CONNECT;
139 * spin_unlock(&the_controller->vdev[rhport].ud.lock); */
141 the_controller->pending_port = rhport;
148 void rh_port_disconnect(int rhport) argument
211 int rhport; local
270 int rhport; local
899 int rhport; local
936 int rhport = 0; local
1110 int rhport = 0; local
[all...]
H A Dvhci.h37 __u32 rhport; member in struct:vhci_device
117 void rh_port_connect(int rhport, enum usb_device_speed speed);
118 void rh_port_disconnect(int rhport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/usbip/
H A Dvhci_sysfs.c79 static int vhci_port_disconnect(__u32 rhport) argument
88 vdev = port_to_vdev(rhport);
114 __u32 rhport = 0; local
116 sscanf(buf, "%u", &rhport);
118 /* check rhport */
119 if (rhport >= VHCI_NPORTS) {
120 usbip_uerr("invalid port %u\n", rhport);
124 err = vhci_port_disconnect(rhport);
134 static int valid_args(__u32 rhport, enum usb_device_speed speed) argument
136 /* check rhport */
174 __u32 rhport = 0, devid = 0, speed = 0; local
[all...]
H A Dvhci_hcd.c115 void rh_port_connect(int rhport, enum usb_device_speed speed) argument
119 usbip_dbg_vhci_rh("rh_port_connect %d\n", rhport);
123 the_controller->port_status[rhport] |= USB_PORT_STAT_CONNECTION
128 the_controller->port_status[rhport] |= USB_PORT_STAT_HIGH_SPEED;
131 the_controller->port_status[rhport] |= USB_PORT_STAT_LOW_SPEED;
137 /* spin_lock(&the_controller->vdev[rhport].ud.lock);
138 * the_controller->vdev[rhport].ud.status = VDEV_CONNECT;
139 * spin_unlock(&the_controller->vdev[rhport].ud.lock); */
141 the_controller->pending_port = rhport;
148 void rh_port_disconnect(int rhport) argument
211 int rhport; local
270 int rhport; local
899 int rhport; local
936 int rhport = 0; local
1110 int rhport = 0; local
[all...]
H A Dvhci.h37 __u32 rhport; member in struct:vhci_device
117 void rh_port_connect(int rhport, enum usb_device_speed speed);
118 void rh_port_disconnect(int rhport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Disp1362-hcd.c1149 isp1362_hcd->rhport[0] = isp1362_read_reg32(isp1362_hcd, HCRHPORT1);
1150 isp1362_hcd->rhport[1] = isp1362_read_reg32(isp1362_hcd, HCRHPORT2);
1266 if (!((isp1362_hcd->rhport[0] | isp1362_hcd->rhport[1]) &
1527 u32 status = isp1362_hcd->rhport[i];
1617 tmp = isp1362_hcd->rhport[--wIndex];
1666 isp1362_hcd->rhport[wIndex] =
1687 isp1362_hcd->rhport[wIndex] =
1695 isp1362_hcd->rhport[wIndex] =
1722 isp1362_hcd->rhport[wInde
[all...]
H A Disp1362.h499 u32 rhport[MAX_ROOT_PORTS]; member in struct:isp1362_hcd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Disp1362-hcd.c1149 isp1362_hcd->rhport[0] = isp1362_read_reg32(isp1362_hcd, HCRHPORT1);
1150 isp1362_hcd->rhport[1] = isp1362_read_reg32(isp1362_hcd, HCRHPORT2);
1266 if (!((isp1362_hcd->rhport[0] | isp1362_hcd->rhport[1]) &
1527 u32 status = isp1362_hcd->rhport[i];
1617 tmp = isp1362_hcd->rhport[--wIndex];
1666 isp1362_hcd->rhport[wIndex] =
1687 isp1362_hcd->rhport[wIndex] =
1695 isp1362_hcd->rhport[wIndex] =
1722 isp1362_hcd->rhport[wInde
[all...]
H A Disp1362.h499 u32 rhport[MAX_ROOT_PORTS]; member in struct:isp1362_hcd

Completed in 180 milliseconds