Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 25 of 84) 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/wl12xx/
Dtestmode.c78 u8 answer = 0; in wl1271_tm_cmd_test() local
89 answer = nla_get_u8(tb[WL1271_TM_ATTR_ANSWER]); in wl1271_tm_cmd_test()
105 ret = wl1271_cmd_test(wl, buf, buf_len, answer); in wl1271_tm_cmd_test()
111 if (answer) { in wl1271_tm_cmd_test()
Dcmd.c118 bool answer = false; in wl1271_cmd_general_parms() local
138 answer = true; in wl1271_cmd_general_parms()
143 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl1271_cmd_general_parms()
159 answer ? "auto" : "manual", gp->tx_bip_fem_manufacturer); in wl1271_cmd_general_parms()
171 bool answer = false; in wl128x_cmd_general_parms() local
191 answer = true; in wl128x_cmd_general_parms()
197 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl128x_cmd_general_parms()
213 answer ? "auto" : "manual", gp->tx_bip_fem_manufacturer); in wl128x_cmd_general_parms()
888 int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer) in wl1271_cmd_test() argument
895 if (answer) in wl1271_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/wireless/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()
340 int wl1251_cmd_read_memory(struct wl1251 *wl, u32 addr, void *answer, in wl1251_cmd_read_memory() argument
373 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/cadence/
DKconfig19 Note that the answer to this question doesn't directly affect the
33 ethernet support, then you should 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/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/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/mellanox/
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/emulex/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/oki-semi/
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/tehuti/
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/tundra/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/pasemi/
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
/drivers/net/ethernet/nvidia/
DKconfig14 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/xircom/
DKconfig14 Note that the answer to this question doesn't directly affect the

1234