[go: nahoru, domu]

Searched refs:more (Results 1 - 25 of 92) sorted by relevance

1234

/drivers/usb/mon/
H A DKconfig10 For more information, see <file:Documentation/usb/usbmon.txt>.
/drivers/usb/renesas_usbhs/
H A DKconfig13 It has nine or more configurable endpoints, and endpoint zero.
/drivers/lguest/
H A Dcore.c214 bool more; local
253 irq = interrupt_pending(cpu, &more);
255 try_deliver_interrupt(cpu, irq, more);
274 if (interrupt_pending(cpu, &more) < LGUEST_IRQS)
H A Dinterrupts_and_traps.c81 * in the kernel, and a more complex one where the Guest is in
168 unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more) argument
188 *more = find_next_bit(blk, LGUEST_IRQS, irq+1);
197 void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more) argument
251 * did this more often, but it can actually be quite slow: doing it
261 if (!more)
H A Dlg.h159 unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more);
160 void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more);
241 * It also means that this can be called more than once: only the first one is
/drivers/staging/comedi/drivers/
H A Djr3_pci.c16 GNU General Public License for more details.
348 int more = 1; local
356 while (more) {
360 more = more && read_idm_word(data, size, &pos, &count);
361 if (more && count == 0xffff)
364 more = more && read_idm_word(data, size, &pos, &addr);
365 while (more && count > 0) {
368 more
383 int more = 1; local
[all...]
/drivers/sfi/
H A DKconfig15 For more information, see http://simplefirmware.org
/drivers/net/plip/
H A DKconfig10 reasonably fast mini network consisting of two (or, rarely, more)
/drivers/atm/
H A Dzatm.h80 struct atm_dev *more; /* other ZATM devices */ member in struct:zatm_dev
H A Deni.h111 struct atm_dev *more; /* other ENI devices */ member in struct:eni_dev
/drivers/isdn/i4l/
H A DKconfig20 <file:Documentation/isdn/syncPPP.FAQ> for more information.
35 <file:Documentation/isdn/README.syncppp> for more information.
69 <file:Documentation/isdn/README.audio> for more information.
79 also. See <file:Documentation/isdn/README.fax> for more information.
86 See <file:Documentation/isdn/README.x25> for more information
/drivers/input/serio/
H A DKconfig12 devices and more.
151 more testing.
/drivers/isdn/mISDN/
H A DKconfig24 and get more information about this module and its usage.
/drivers/media/dvb-core/
H A DKconfig25 This means that you can have more than 4 of a single type
/drivers/pps/
H A DKconfig30 problem with PPS support and want to see more of what is going on.
/drivers/isdn/hisax/
H A Dhscx_irq.c86 int more, count; local
98 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0;
100 more = !0;
111 WriteHSCXCMDR(cs, bcs->hw.hscx.hscx, more ? 0x8 : 0xa);
H A Djade_irq.c76 int more, count; local
88 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0;
90 more = !0;
101 WriteJADECMDR(cs, bcs->hw.hscx.hscx, jade_HDLC_XCMD, more ? jadeXCMD_XF : (jadeXCMD_XF | jadeXCMD_XME));
H A Dw6692.c164 int count, more; local
177 more = 0;
179 more = !0;
186 cs->writeW6692(cs, W_D_CMDR, more ? W_D_CMDR_XMS : (W_D_CMDR_XMS | W_D_CMDR_XME));
237 int more, count; local
245 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0;
247 more = 1;
253 debugl1(cs, "W6692B_fill_fifo%s%d", (more ? " " : " last "), count);
260 cs->BC_Write_Reg(cs, bcs->channel, W_B_CMDR, W_B_CMDR_RACT | W_B_CMDR_XMS | (more ? 0 : W_B_CMDR_XME));
/drivers/input/joystick/
H A DKconfig13 contains more information.
29 contains more information.
215 For more information on how to use the driver please read
230 For more information on how to use the driver please read
242 Amstrad CPC joystick. For more information on how to use the driver
/drivers/auxdisplay/
H A DKconfig23 If you have a LCD controlled by one or more KS0108
24 controllers, say Y. You will need also another more specific
/drivers/fmc/
H A DKconfig16 the off-tree code base is more complete. Code and documentation
/drivers/net/slip/
H A DKconfig15 nowadays, the protocol PPP is more commonly used for this same
/drivers/tty/serial/
H A Difx6x60.c20 * GNU General Public License for more details.
377 * @more: decoded more flag
387 unsigned char *more, unsigned char *received_cts)
405 *more = (buffer[1] >> IFX_SPI_MORE_BIT) & 1;
414 * @more: indicate if more to follow
421 unsigned char more)
425 txbuffer[1] |= (more << IFX_SPI_MORE_BIT) & IFX_SPI_MORE_MASK;
453 /* clear to signal no more dat
386 ifx_spi_decode_spi_header(unsigned char *buffer, int *length, unsigned char *more, unsigned char *received_cts) argument
420 ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count, unsigned char more) argument
652 unsigned char more; local
[all...]
/drivers/uwb/
H A DKconfig23 For more help check the UWB and WUSB related files in
/drivers/firmware/
H A DKconfig73 See <file:Documentation/dell_rbu.txt> for more details on the driver.
84 See <file:Documentation/dcdbas.txt> for more details on the driver

Completed in 1728 milliseconds

1234