Searched refs:the_controller (Results 1 - 13 of 13) sorted by relevance

/drivers/staging/usbip/
H A Dvhci_sysfs.c35 BUG_ON(!the_controller || !out);
37 spin_lock(&the_controller->lock);
72 spin_unlock(&the_controller->lock);
86 spin_lock(&the_controller->lock);
96 spin_unlock(&the_controller->lock);
103 spin_unlock(&the_controller->lock);
200 spin_lock(&the_controller->lock);
207 spin_unlock(&the_controller->lock);
222 spin_unlock(&the_controller->lock);
H A Dvhci_hcd.c58 struct vhci_hcd *the_controller; variable in typeref:struct:vhci_hcd
127 spin_lock_irqsave(&the_controller->lock, flags);
129 the_controller->port_status[rhport] |= USB_PORT_STAT_CONNECTION
134 the_controller->port_status[rhport] |= USB_PORT_STAT_HIGH_SPEED;
137 the_controller->port_status[rhport] |= USB_PORT_STAT_LOW_SPEED;
143 /* spin_lock(&the_controller->vdev[rhport].ud.lock);
144 * the_controller->vdev[rhport].ud.status = VDEV_CONNECT;
145 * spin_unlock(&the_controller->vdev[rhport].ud.lock); */
147 spin_unlock_irqrestore(&the_controller->lock, flags);
149 usb_hcd_poll_rh_status(vhci_to_hcd(the_controller));
[all...]
H A Dvhci.h101 extern struct vhci_hcd *the_controller;
103 #define hardware (&the_controller->pdev.dev)
118 return &the_controller->vdev[port];
H A Dvhci_rx.c80 atomic_read(&the_controller->seqnum));
105 spin_lock_irqsave(&the_controller->lock, flags);
106 usb_hcd_unlink_urb_from_ep(vhci_to_hcd(the_controller), urb);
107 spin_unlock_irqrestore(&the_controller->lock, flags);
109 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status);
175 spin_lock_irqsave(&the_controller->lock, flags);
176 usb_hcd_unlink_urb_from_ep(vhci_to_hcd(the_controller), urb);
177 spin_unlock_irqrestore(&the_controller->lock, flags);
179 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb,
/drivers/usb/gadget/
H A Dpxa25x_udc.h138 static struct pxa25x_udc *the_controller; variable in typeref:struct:pxa25x_udc
189 label, state_name[the_controller->ep0state], udccs0,
H A Ddummy_hcd.c237 static struct dummy the_controller; variable in typeref:struct:dummy
974 struct dummy *dum = &the_controller;
1330 * @dum: pointer to dummy (the_controller)
2212 the_controller.hs_hcd = hcd_to_dummy_hcd(hcd);
2213 the_controller.hs_hcd->dum = &the_controller;
2222 the_controller.ss_hcd = hcd_to_dummy_hcd(hcd);
2223 the_controller.ss_hcd->dum = &the_controller;
2318 the_controller
[all...]
H A Dmv_udc_core.c66 static struct mv_udc *the_controller; variable in typeref:struct:mv_udc
1354 struct mv_udc *udc = the_controller;
1412 struct mv_udc *udc = the_controller;
1449 struct mv_udc *udc = the_controller;
2089 struct mv_udc *udc = the_controller;
2096 struct mv_udc *udc = the_controller;
2149 the_controller = NULL;
2175 the_controller = udc;
2397 the_controller = NULL;
2405 struct mv_udc *udc = the_controller;
[all...]
H A Dgoku_udc.c1345 static struct goku_udc *the_controller; variable in typeref:struct:goku_udc
1356 struct goku_udc *dev = the_controller;
1418 struct goku_udc *dev = the_controller;
1759 the_controller = NULL;
1778 if (the_controller) {
1856 the_controller = dev;
H A Dpxa25x_udc.c136 struct pxa2xx_udc_mach_info *mach = the_controller->mach;
147 struct pxa2xx_udc_mach_info *mach = the_controller->mach;
1263 struct pxa25x_udc *dev = the_controller;
1349 struct pxa25x_udc *dev = the_controller;
2183 the_controller = dev;
2288 the_controller = NULL;
H A Ds3c2410_udc.c60 static struct s3c2410_udc *the_controller; variable in typeref:struct:s3c2410_udc
1325 if (!the_controller->driver)
1674 struct s3c2410_udc *udc = the_controller;
1729 struct s3c2410_udc *udc = the_controller;
1888 the_controller = udc;
H A Dfusb300_udc.c1311 static struct fusb300 *the_controller; variable in typeref:struct:fusb300
1316 struct fusb300 *fusb300 = the_controller;
1360 struct fusb300 *fusb300 = the_controller;
1508 the_controller = fusb300;
H A Dm66592-udc.c1466 static struct m66592 *the_controller; variable in typeref:struct:m66592
1471 struct m66592 *m66592 = the_controller;
1523 struct m66592 *m66592 = the_controller;
1714 the_controller = m66592;
H A Dpxa27x_udc.c78 static struct pxa_udc *the_controller; variable in typeref:struct:pxa_udc
1807 struct pxa_udc *udc = the_controller;
1892 struct pxa_udc *udc = the_controller;
2499 the_controller = udc;
2549 the_controller = NULL;

Completed in 832 milliseconds