Home
last modified time | relevance | path

Searched refs:the_controller (Results 1 – 8 of 8) sorted by relevance

/drivers/usb/usbip/
Dvhci_hcd.c59 struct vhci_hcd *the_controller; variable
126 spin_lock(&the_controller->lock); in rh_port_connect()
128 the_controller->port_status[rhport] |= USB_PORT_STAT_CONNECTION in rh_port_connect()
133 the_controller->port_status[rhport] |= USB_PORT_STAT_HIGH_SPEED; in rh_port_connect()
136 the_controller->port_status[rhport] |= USB_PORT_STAT_LOW_SPEED; in rh_port_connect()
142 spin_unlock(&the_controller->lock); in rh_port_connect()
144 usb_hcd_poll_rh_status(vhci_to_hcd(the_controller)); in rh_port_connect()
151 spin_lock(&the_controller->lock); in rh_port_disconnect()
153 the_controller->port_status[rhport] &= ~USB_PORT_STAT_CONNECTION; in rh_port_disconnect()
154 the_controller->port_status[rhport] |= in rh_port_disconnect()
[all …]
Dvhci_sysfs.c36 BUG_ON(!the_controller || !out); in status_show()
38 spin_lock(&the_controller->lock); in status_show()
73 spin_unlock(&the_controller->lock); in status_show()
87 spin_lock(&the_controller->lock); in vhci_port_disconnect()
97 spin_unlock(&the_controller->lock); in vhci_port_disconnect()
104 spin_unlock(&the_controller->lock); in vhci_port_disconnect()
205 spin_lock(&the_controller->lock); in store_attach()
212 spin_unlock(&the_controller->lock); in store_attach()
230 spin_unlock(&the_controller->lock); in store_attach()
Dvhci_rx.c83 atomic_read(&the_controller->seqnum)); in vhci_recv_ret_submit()
107 spin_lock(&the_controller->lock); in vhci_recv_ret_submit()
108 usb_hcd_unlink_urb_from_ep(vhci_to_hcd(the_controller), urb); in vhci_recv_ret_submit()
109 spin_unlock(&the_controller->lock); in vhci_recv_ret_submit()
111 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status); in vhci_recv_ret_submit()
174 spin_lock(&the_controller->lock); in vhci_recv_ret_unlink()
175 usb_hcd_unlink_urb_from_ep(vhci_to_hcd(the_controller), urb); in vhci_recv_ret_unlink()
176 spin_unlock(&the_controller->lock); in vhci_recv_ret_unlink()
178 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, in vhci_recv_ret_unlink()
Dvhci.h96 extern struct vhci_hcd *the_controller;
111 return &the_controller->vdev[port]; in port_to_vdev()
/drivers/usb/gadget/udc/
Dpxa25x_udc.h138 static struct pxa25x_udc *the_controller; variable
189 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0()
Dpxa25x_udc.c133 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off()
144 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on()
2139 the_controller = dev; in pxa25x_udc_probe()
2211 the_controller = NULL; in pxa25x_udc_remove()
Ds3c2410_udc.c61 static struct s3c2410_udc *the_controller; variable
1322 if (!the_controller->driver) in s3c2410_udc_dequeue()
1828 the_controller = udc; in s3c2410_udc_probe()
Dpxa27x_udc.c77 static struct pxa_udc *the_controller; variable
2462 the_controller = udc; in pxa_udc_probe()
2516 the_controller = NULL; in pxa_udc_remove()