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

/drivers/staging/iio/
H A DKconfig26 Driver intended mainly as documentation for how to write
/drivers/staging/speakup/
H A Dvarhandlers.c176 int spk_set_num_var(int input, struct st_var_header *var, int how) argument
189 if (how == E_NEW_DEFAULT) {
195 if (how == E_DEFAULT) {
199 if (how == E_SET)
203 if (how == E_INC)
205 else if (how == E_DEC)
271 * values for how: 0 clears bits of chars supplied,
273 int spk_set_mask_bits(const char *input, const int which, const int how) argument
278 if (how&1) {
299 if (how
[all...]
H A Dspeakup.h63 extern int spk_set_num_var(int val, struct st_var_header *var, int how);
65 extern int spk_set_mask_bits(const char *input, const int which, const int how);
H A Dmain.c1798 int how = (var_id & 1) ? E_INC : E_DEC; local
1807 if (spk_set_num_var(1, p_header, how) != 0)
/drivers/input/joystick/
H A DKconfig215 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
288 For information about how to connect the X-Box pad to USB, see
/drivers/auxdisplay/
H A DKconfig50 and execute "dmesg" or "cat /proc/ioports". You can see there how
87 For help about how to wire your LCD to the parallel port,
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h201 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
H A Daicasm_symbol.c226 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
236 if (how == SYMLIST_SORT) {
/drivers/fmc/
H A DKconfig31 This is a fake mezzanine driver, to show how FMC works and test it.
/drivers/iio/
H A DKconfig34 no buffer events so it is up to userspace to work out how
/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h656 #define SCR_LOAD_R(reg, how, n) \
657 (0xe1000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
659 #define SCR_STORE_R(reg, how, n) \
660 (0xe0000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
/drivers/spi/
H A Dspi-s3c24xx-fiq.S35 @ each entry starts with a word entry of how long it is
/drivers/tty/serial/
H A DKconfig45 your boot loader (lilo or loadlin) about how to pass options to the
73 your boot loader (lilo or loadlin) about how to pass options to the
96 the letter D in DUART stands for "dual", which is how the device
247 provide all of these ports, depending on how the serial port
287 your boot loader about how to pass options to the kernel at
297 provide all of these ports, depending on how the serial port
309 your boot loader about how to pass options to the kernel at
319 provide all of these ports, depending on how the serial port
420 your boot loader (lilo or loadlin) about how to pass options to the
457 your boot loader (lilo or loadlin) about how t
[all...]
/drivers/nfc/
H A Dnfcwilink.c113 static inline struct sk_buff *nfcwilink_skb_alloc(unsigned int len, gfp_t how) argument
117 skb = alloc_skb(len + NFCWILINK_HDR_LEN, how);
/drivers/scsi/
H A Dncr53c8xx.h1172 #define SCR_LOAD_R(reg, how, n) \
1173 (0xe1000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
1175 #define SCR_STORE_R(reg, how, n) \
1176 (0xe0000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
/drivers/firmware/
H A DKconfig56 on how the driver discovers devices.
/drivers/net/appletalk/
H A DKconfig19 General information about how to connect Linux, Windows machines and
/drivers/cpufreq/
H A DKconfig.x86135 Hardware feedback tells software how "sensitive" to frequency changes
/drivers/char/
H A DKconfig118 how to pass options to the kernel at boot time.) The syntax of the
209 perform actions based on how many times the button is pressed in a
618 how to partition a single ROM for multiple purposes.
/drivers/usb/serial/
H A DKconfig15 supported, and on how to use them.
36 your boot loader (lilo or loadlin) about how to pass options to the
/drivers/ide/
H A DKconfig245 bootparam" or see the documentation of your boot loader about how to
/drivers/tty/serial/8250/
H A DKconfig76 your boot loader (grub or lilo or loadlin) about how to pass options
/drivers/s390/cio/
H A Dqdio_main.c174 * @count: how many buffers to change
1152 * @how: use halt or clear to shutdown
1154 int qdio_shutdown(struct ccw_device *cdev, int how) argument
1189 if (how & QDIO_FLAG_CLEANUP_USING_CLEAR)
1493 * @count: how many buffers are emptied
1544 * @count: how many buffers are filled
1602 * @count: how many buffers to process
/drivers/gpio/
H A DKconfig723 GPIO card. For more information on how to build a GPIO card
/drivers/input/misc/
H A DKconfig390 For information about how to use these additional functions, see

Completed in 557 milliseconds