Searched refs:selection (Results 1 - 25 of 30) sorted by relevance

12

/drivers/tty/vt/
H A DMakefile7 selection.o keyboard.o
H A Dselection.c24 #include <linux/selection.h>
33 /* Variables for selection control. */
45 /* set reverse video on characters s-e of console with selection. */
64 /* remove the current selection highlight, if any,
65 from the console holding the selection. */
133 /* set the current selection. Invoked by ioctl() or by kernel code. */
163 /* useful for screendump without selection highlights */
189 case TIOCL_SELCHAR: /* character-by-character selection */
193 case TIOCL_SELWORD: /* word-by-word selection */
215 case TIOCL_SELLINE: /* line-by-line selection */
[all...]
H A Dvc_screen.c12 * This replaces screendump and part of selection, so that the system
31 #include <linux/selection.h>
H A Dvt_ioctl.c36 #include <linux/selection.h>
/drivers/staging/speakup/
H A DMakefile26 selection.o \
H A Dselection.c5 #include <linux/selection.h>
15 /* Variables for selection control. */
98 printk(KERN_WARNING "selection: kmalloc() failed\n");
H A Dmain.c31 #include <linux/selection.h>
348 static const char err_buf[] = "set selection failed";
/drivers/staging/comedi/drivers/addi-data/
H A DAPCI1710_82x54.c130 | Input clock selection table |
139 | | | Timer 0 only this selection are | |
157 | unsigned char_ b_TimerMode : Timer mode selection |
179 | selection table. |
211 | -2: Module selection wrong |
212 | -3: Timer selection wrong |
214 | -5: Timer mode selection is wrong |
215 | -6: Input timer clock selection is wrong |
260 /* Test te imput clock selection */
279 /* Test the input clock level selection */
[all...]
/drivers/accessibility/braille/
H A Dbraille_console.c30 #include <linux/selection.h>
/drivers/staging/comedi/drivers/
H A Dni_stc.h371 selection)
373 return selection & 0x3;
569 selection)
571 return selection & 0x3;
370 AI_CONVERT_Output_Select(enum ai_convert_output_selection selection) argument
568 AO_UPDATE_Output_Select(enum ao_update_output_selection selection) argument
H A Dni_660x.c358 static inline unsigned dma_select_bits(unsigned dma_channel, unsigned selection) argument
361 return (selection << (8 * dma_channel)) & dma_select_mask(dma_channel);
/drivers/video/console/
H A Dsticon.c44 #include <linux/selection.h>
H A Dmdacon.c38 #include <linux/selection.h>
H A DKconfig108 You can always override the automatic selection of the primary device
H A Dnewport_con.c16 #include <linux/selection.h>
H A Dvgacon.c45 #include <linux/selection.h>
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq43 * After starting the selection hardware, we check for reconnecting targets
44 * as well as for our selection to complete just in case the reselection wins
46 * SCB that we've already pulled from the QINFIFO and started the selection
47 * on just in case the reselection wins so that we can retry the selection at
50 * create yet another SCB waiting for selection. The solution used here is to
52 * of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes,
81 test SSTAT0, SELDO|SELDI jnz selection;
88 * either a selection or reselection occurs.
91 test SSTAT0, SELDO|SELDI jnz selection;
111 * SCBs in the list of SCBs awaiting selection
[all...]
/drivers/video/matrox/
H A Dmatroxfb_base.h37 #include <linux/selection.h>
/drivers/video/
H A Dvalkyriefb.c52 #include <linux/selection.h>
H A Dudlfb.c142 static char *dlfb_set_color_depth(char *buf, u8 selection) argument
144 return dlfb_set_register(buf, 0x00, selection);
H A Dtgafb.c27 #include <linux/selection.h>
/drivers/scsi/isci/
H A Dhost.c2043 char *lookup_cable_names(enum cable_selections selection) argument
2051 return (selection <= undefined_cable) ? cable_names[selection]
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq52 * After starting the selection hardware, we check for reconnecting targets
53 * as well as for our selection to complete just in case the reselection wins
55 * SCB that we've already pulled from the QINFIFO and started the selection
56 * on just in case the reselection wins so that we can retry the selection at
59 * create yet another SCB waiting for selection. The solution used here is to
61 * of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes,
70 * Turn off the selection hardware. We need to reset the
71 * selection request in order to perform a new selection.
91 test SSTAT0, SELDO|SELDI jnz selection;
[all...]
/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c62 #include <linux/selection.h>
/drivers/tty/serial/
H A DKconfig221 Allow selection of the S3C24XX on-board serial ports for use as

Completed in 683 milliseconds

12