Searched refs:here (Results 126 - 150 of 154) sorted by relevance

1234567

/drivers/acpi/
H A DKconfig26 The project home page for the Linux ACPI subsystem is here:
109 Say Y here to retain the old behaviour. Say N if your
122 To compile this driver as a module, choose M here:
135 To compile this driver as a module, choose M here:
148 To compile this driver as a module, choose M here:
163 To compile this driver as a module, choose M here:
174 To compile this driver as a module, choose M here:
195 To compile this driver as a module, choose M here:
206 To compile this driver as a module, choose M here:
238 To compile this driver as a module, choose M here
[all...]
/drivers/dma/
H A DKconfig21 say N here. This enables DMA engine core and driver debugging.
28 say N here. This enables deeper (more verbose) debugging of
45 Say Y here if you have such a chipset.
71 Say Y here if you have such a chipset.
131 Y here. If unsure, select Y.
276 Say Y here if you enabled INTEL_IOATDMA or FSL_DMA, otherwise
/drivers/cpufreq/
H A DKconfig.x8614 To compile this driver as a module, choose M here: the
28 To compile this driver as a module, choose M here: the
100 To compile this driver as a module, choose M here: the
129 To compile this driver as a module, choose M here: the
186 To compile this driver as a module, choose M here: the
/drivers/net/usb/
H A DKconfig27 To compile this driver as a module, choose M here: the
33 Say Y here if you want to use one of the following 10Mbps only
66 To compile this driver as a module, choose M here: the
74 Say Y here if you know you have Pegasus or Pegasus-II based adapter.
82 To compile this driver as a module, choose M here: the
91 Say Y here if you have RTL8150 based usb-ethernet adapter.
95 To compile this driver as a module, choose M here: the
130 To compile this driver as a module, choose M here: the
398 To compile this driver as a module, choose M here: the
420 To compile this driver as a module, choose M here
[all...]
/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 Doxu210hp-hcd.c736 /* Remember to add cleanup code (above) if you add anything here.
827 * toggle (like OHCI) ... here (re)initialize the toggle in the QH,
1547 /* can't sleep here, we have oxu->lock... */
1716 /* can't get here without STS_ASS set */
1771 /* unlinks could happen here; completion
1825 union ehci_shadow here = *prev_p; local
1828 while (here.ptr && here.ptr != ptr) {
1830 hw_p = here.hw_next;
1831 here
1947 union ehci_shadow here = *prev; local
[all...]
H A Disp116x-hcd.c797 struct isp116x_ep *here = *prev; local
799 while (here && ep != here) {
800 if (ep->period > here->period)
802 prev = &here->next;
803 here = *prev;
805 if (ep != here) {
806 ep->next = here;
964 repeatedly reset it ourself here.
H A Dsl811-hcd.c197 /* IN packets can be used with any type of endpoint. here we just
199 * urb->iso_frame_desc is currently ignored here...
235 * urb->iso_frame_desc is currently ignored here...
500 /* urb->iso_frame_desc is currently ignored here... */
898 /* NOTE: the phase is correct here, but the value
923 struct sl811h_ep *here = *prev; local
925 while (here && ep != here) {
926 if (ep->period > here->period)
928 prev = &here
[all...]
/drivers/i2c/busses/
H A DKconfig63 and temperature sensors live. Saying yes here will give you access
116 Say Y here if you want to use SMBus controller on the Intel SCH
166 live. Saying yes here will give you access to these in addition
253 To compile this driver as a module, choose M here:
412 Say Y here if you want to use IIC peripheral found on
422 Say Y here if you want to use the IIC bus controller on
432 Say Y here if you have an Intel Moorestown/Medfield platform I2C
442 Say Y here if you want to use the IIC bus controller on
453 Say Y here if you have an Intel IXP2000 (2400, 2800, 2850) based
487 Say Y here i
[all...]
/drivers/atm/
H A DKconfig10 Say Y here to get to see options for Asynchronous Transfer Mode
50 To compile this driver as a module, choose M here: the module will
155 To compile this driver as a module, choose M here: the module will
165 To compile this driver as a module, choose M here: the module will
186 To compile this driver as a module, choose M here: the module will
217 To compile this driver as a module, choose M here: the module will
253 here if you have one of these cards.
277 named horizon) here if you have one of these cards.
306 named iphase) here if you have one of these cards.
336 named fore_200e) here i
[all...]
H A Dzatm.c111 printk(KERN_NOTICE "----- event dump ends here -----\n");
370 u32 *here; local
376 here = (u32 *) pos;
379 cells = here[0] & uPD98401_AAL5_SIZE;
381 printk("RX IND: 0x%x, 0x%x, 0x%x, 0x%x\n",here[0],here[1],here[2],here[3]);
387 x = (unsigned long *) here[2];
393 if (here[
[all...]
H A Deni.c333 EVENT("---dump ends here---\n",0,0);
350 unsigned long here; local
370 here = (eni_vcc->descr+skip) & (eni_vcc->words-1);
371 dma[j++] = (here << MID_DMA_COUNT_SHIFT) | (vcc->vci
375 here = (eni_vcc->descr+size+skip) & (eni_vcc->words-1);
444 dma[j++] = (here << MID_DMA_COUNT_SHIFT) |
476 eni_vcc->descr = here;
807 void __iomem *here; local
818 here = eni_dev->vci+vcc->vci*16;
822 writel(0,here
839 void __iomem *here; local
[all...]
/drivers/auxdisplay/
H A DKconfig11 Say Y here to get to see options for auxiliary display drivers.
31 To compile this as a module, choose M here:
96 To compile this as a module, choose M here:
/drivers/block/drbd/
H A DKconfig46 Say Y here if you want to simulate IO errors, in order to test DRBD's
/drivers/char/ipmi/
H A DKconfig51 you are using IPMI, you should probably say "y" here.
/drivers/char/pcmcia/
H A DKconfig19 here.
/drivers/net/ppp/
H A DKconfig25 asynchronous serial lines, you need to say Y (or M) here and also to
27 synchronous lines, you should say Y (or M) here and to "Support
33 here. The module will be called ppp_generic.
46 it is safe to say Y here.
67 they don't support it, it is safe to say Y here.
69 To compile this driver as a module, choose M here.
75 Say Y here if you want to be able to filter the packets passing over
79 You need to say Y here if you wish to use the pass-filter and
173 Say Y (or M) here if you want to be able to use PPP over standard
178 To compile this driver as a module, choose M here
[all...]
/drivers/net/wireless/ipw2x00/
H A DKconfig64 most likely want to say N here.
153 If you are not sure, say N here.
197 component, you most likely want to say N here.
/drivers/net/phy/
H A DKconfig124 To compile this driver as a module, choose M here: the module
/drivers/net/wireless/
H A DKconfig27 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
32 To compile this driver as a module, choose M here: the module will be
189 To compile this driver as a module, choose M here: the
259 To compile this driver as a module, choose M here: the module will be
268 To compile this driver as a module, choose M here: the module
/drivers/gpu/drm/
H A DKconfig15 introduced in XFree86 4.0. If you say Y here, you need to select
40 Say Y here, if you want to use EDID data to be loaded from the
/drivers/media/
H A DKconfig48 To compile this driver as a module, choose M here: the
/drivers/usb/otg/
H A DKconfig43 If you say yes here you get support for the Philips ISP1301
133 Say Y here if you want to build Marvell USB OTG transciever
137 To compile this driver as a module, choose M here.
/drivers/acpi/acpica/
H A Dacpredef.h150 * is saved here (rather than in a separate table) in order to minimize the
559 _PRT - currently ignore reversed entries. attempt to fix here?
/drivers/usb/gadget/
H A DKconfig70 here. If in doubt, or to conserve kernel memory, say "N".
80 Enable these files by choosing "Y" here. If in doubt, or
119 # The order here is alphabetical, except that integrated controllers go
409 If unsure, say "N" here. The driver works fine in PIO mode.
669 If you say "y" here, the Ethernet gadget driver will try to provide
691 If you say "y" here, the Ethernet gadget driver will use the EEM
735 If you say "y" or "m" here you will be able what kind of
880 a kernel for N900, say Y or M here. If unsure, say N.
975 # or video class gadget drivers), or specific hardware, here.

Completed in 1432 milliseconds

1234567