Searched defs:here (Results 1 - 9 of 9) sorted by relevance

/drivers/usb/host/
H A Dohci-q.c136 struct ed *here = *prev; local
142 while (here && ed != here) {
143 if (ed->interval > here->interval)
145 prev = &here->ed_next;
146 prev_p = &here->hwNextED;
147 here = *prev;
149 if (ed != here) {
150 ed->ed_next = here;
151 if (here)
[all...]
H A Dsl811-hcd.c198 /* IN packets can be used with any type of endpoint. here we just
200 * urb->iso_frame_desc is currently ignored here...
236 * urb->iso_frame_desc is currently ignored here...
501 /* urb->iso_frame_desc is currently ignored here... */
899 /* NOTE: the phase is correct here, but the value
924 struct sl811h_ep *here = *prev; local
926 while (here && ep != here) {
927 if (ep->period > here->period)
929 prev = &here
[all...]
H A Dehci-sched.c103 union ehci_shadow here = *prev_p; local
106 while (here.ptr && here.ptr != ptr) {
109 hw_p = shadow_next_periodic(ehci, &here,
111 here = *prev_p;
114 if (!here.ptr)
120 *prev_p = *periodic_next_shadow(ehci, &here,
124 *shadow_next_periodic(ehci, &here, Q_NEXT_TYPE(ehci, *hw_p))
126 *hw_p = *shadow_next_periodic(ehci, &here,
421 union ehci_shadow here; local
576 union ehci_shadow here = *prev; local
1596 union ehci_shadow here = *prev; local
[all...]
H A Disp116x-hcd.c798 struct isp116x_ep *here = *prev; local
800 while (here && ep != here) {
801 if (ep->period > here->period)
803 prev = &here->next;
804 here = *prev;
806 if (ep != here) {
807 ep->next = here;
965 repeatedly reset it ourself here.
H A Doxu210hp-hcd.c737 /* Remember to add cleanup code (above) if you add anything here.
828 * toggle (like OHCI) ... here (re)initialize the toggle in the QH,
1548 /* can't sleep here, we have oxu->lock... */
1717 /* can't get here without STS_ASS set */
1772 /* unlinks could happen here; completion
1826 union ehci_shadow here = *prev_p; local
1829 while (here.ptr && here.ptr != ptr) {
1831 hw_p = here.hw_next;
1832 here
1948 union ehci_shadow here = *prev; local
[all...]
/drivers/atm/
H A Dzatm.c112 printk(KERN_NOTICE "----- event dump ends here -----\n");
371 u32 *here; local
377 here = (u32 *) pos;
380 cells = here[0] & uPD98401_AAL5_SIZE;
382 printk("RX IND: 0x%x, 0x%x, 0x%x, 0x%x\n",here[0],here[1],here[2],here[3]);
388 x = (unsigned long *) here[2];
394 if (here[
[all...]
H A Deni.c337 EVENT("---dump ends here---\n",0,0);
354 unsigned long here; local
374 here = (eni_vcc->descr+skip) & (eni_vcc->words-1);
375 dma[j++] = (here << MID_DMA_COUNT_SHIFT) | (vcc->vci
379 here = (eni_vcc->descr+size+skip) & (eni_vcc->words-1);
448 dma[j++] = (here << MID_DMA_COUNT_SHIFT) |
480 eni_vcc->descr = here;
811 void __iomem *here; local
822 here = eni_dev->vci+vcc->vci*16;
826 writel(0,here
843 void __iomem *here; local
[all...]
/drivers/block/
H A Dfloppy.c518 /* Errors during formatting are counted here. */
1723 /* We have to clear the reset flag here, because apparently on boxes
1728 * handler here, and thus we have to fear no interference of other
1937 fdc_specify(); /* must be done here because of hut, hlt ... */
1959 * here ends the bottom half. Exported routines are:
2124 } *here = (struct fparm *)floppy_track_buffer; local
2160 here[count].track = format_req.track;
2161 here[count].head = format_req.head;
2162 here[count].sect = 0;
2163 here[coun
[all...]
/drivers/net/ethernet/sun/
H A Dniu.c7264 /* put the tcam size here */
7280 /* put the tcam size here */
8210 u32 here = start + offset; local
8213 err = niu_pci_eeprom_read(np, here);
8217 err = niu_pci_eeprom_read16_swp(np, here + 1);
8221 here = start + offset + 3;
8226 err = niu_pci_vpd_scan_props(np, here, end);

Completed in 250 milliseconds