Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 25 of 86) sorted by relevance

1234

/drivers/block/paride/
DKconfig17 support into your kernel, you may answer Y here to build in the
18 parallel port IDE driver, otherwise you should answer M to build
31 support into your kernel, you may answer Y here to build in the
32 parallel port ATAPI CD-ROM driver, otherwise you should answer M to
47 support into your kernel, you may answer Y here to build in the
48 parallel port ATAPI disk driver, otherwise you should answer M
61 support into your kernel, you may answer Y here to build in the
62 parallel port ATAPI disk driver, otherwise you should answer M
78 answer Y here to build in the parallel port generic ATAPI driver,
79 otherwise you should answer M to build it as a loadable module. The
[all …]
/drivers/net/wireless/ti/wl12xx/
Dcmd.c69 bool answer = false; in wl1271_cmd_general_parms() local
93 answer = true; in wl1271_cmd_general_parms()
98 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl1271_cmd_general_parms()
118 answer == false ? in wl1271_cmd_general_parms()
136 bool answer = false; in wl128x_cmd_general_parms() local
160 answer = true; in wl128x_cmd_general_parms()
166 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl128x_cmd_general_parms()
186 answer == false ? in wl128x_cmd_general_parms()
/drivers/gpio/
Dgpio-viperboard.c58 u8 answer; member
90 int ret, answer, error = 0; in vprbrd_gpioa_get() local
111 gamsg->answer = 0x00; in vprbrd_gpioa_get()
125 answer = gamsg->answer & 0x01; in vprbrd_gpioa_get()
135 return answer; in vprbrd_gpioa_get()
164 gamsg->answer = 0x00; in vprbrd_gpioa_set()
202 gamsg->answer = 0x00; in vprbrd_gpioa_direction_input()
244 gamsg->answer = 0x00; in vprbrd_gpioa_direction_output()
/drivers/net/wireless/ti/wlcore/
Dtestmode.c77 u8 answer = 0; in wl1271_tm_cmd_test() local
88 answer = nla_get_u8(tb[WL1271_TM_ATTR_ANSWER]); in wl1271_tm_cmd_test()
104 ret = wl1271_cmd_test(wl, buf, buf_len, answer); in wl1271_tm_cmd_test()
110 if (answer) { in wl1271_tm_cmd_test()
/drivers/isdn/sc/
Dcommand.c27 static int answer(int card, unsigned long channel);
116 return answer(card, cmd->arg); in command()
191 static int answer(int card, unsigned long channel) in answer() function
/drivers/net/ethernet/cadence/
DKconfig16 Note that the answer to this question doesn't directly affect the
30 ethernet support, then you should always answer Y to this.
/drivers/net/wireless/ti/wl1251/
Dcmd.c68 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer) in wl1251_cmd_test() argument
81 if (answer) { in wl1251_cmd_test()
331 int wl1251_cmd_read_memory(struct wl1251 *wl, u32 addr, void *answer, in wl1251_cmd_read_memory() argument
364 memcpy(answer, cmd->value, len); in wl1251_cmd_read_memory()
Dcmd.h33 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer);
42 int wl1251_cmd_read_memory(struct wl1251 *wl, u32 addr, void *answer,
/drivers/net/ethernet/amd/
DKconfig15 Note that the answer to this question does not directly affect
41 answer Y here and read the Ethernet-HOWTO, available from
67 answer Y here and read the Ethernet-HOWTO, available from
89 always answer Y to this.
/drivers/net/ethernet/micrel/
DKconfig15 Note that the answer to this question doesn't directly affect the
29 use the internal ethernet then you should answer Y to this.
/drivers/net/ppp/
Dppp_mppe.c713 int answer; in ppp_mppe_init() local
723 answer = ppp_register_compressor(&ppp_mppe); in ppp_mppe_init()
725 if (answer == 0) in ppp_mppe_init()
730 return answer; in ppp_mppe_init()
Dppp_deflate.c613 int answer = ppp_register_compressor(&ppp_deflate); in deflate_init() local
614 if (answer == 0) in deflate_init()
618 return answer; in deflate_init()
/drivers/scsi/arm/
DKconfig21 implement this properly, so the safe answer is N.
31 don't implement it properly, so the safe answer is N.
/drivers/net/ethernet/oki-semi/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/mellanox/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/cisco/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/brocade/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/dec/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/emulex/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/stmicro/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/tehuti/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/dma/bestcomm/
DKconfig17 answer Y or M. Otherwise say N.
/drivers/net/ethernet/tundra/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/nuvoton/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/xscale/
DKconfig15 Note that the answer to this question does not directly affect the

1234