Searched defs:answer (Results 1 - 10 of 10) sorted by relevance

/drivers/isdn/sc/
H A Dcommand.c27 static int answer(int card, unsigned long channel);
116 return answer(card, cmd->arg);
191 static int answer(int card, unsigned long channel) function
/drivers/net/ppp/
H A Dppp_deflate.c635 int answer = ppp_register_compressor(&ppp_deflate); local
636 if (answer == 0)
640 return answer;
H A Dppp_mppe.c713 int answer; local
723 answer = ppp_register_compressor(&ppp_mppe);
725 if (answer == 0)
730 return answer;
H A Dbsd_comp.c1156 int answer = ppp_register_compressor(&ppp_bsd_compress); local
1157 if (answer == 0)
1159 return answer;
/drivers/net/wireless/wl1251/
H A Dcmd.c66 * @answer: is answer needed
68 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer) argument
81 if (answer) {
85 * The test command got in, we can read the answer.
86 * The answer would be a wl1251_command, where the
87 * parameter array contains the actual answer.
94 wl1251_error("TEST command answer error: %d",
127 /* the interrogate command got in, we can read the answer */
340 int wl1251_cmd_read_memory(struct wl1251 *wl, u32 addr, void *answer, argument
[all...]
/drivers/net/wireless/wl12xx/
H A Dtestmode.c76 u8 answer = 0; local
87 answer = nla_get_u8(tb[WL1271_TM_ATTR_ANSWER]);
103 ret = wl1271_cmd_test(wl, buf, buf_len, answer);
109 if (answer) {
H A Dcmd.c118 bool answer = false; local
138 answer = true;
143 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer);
159 answer ? "auto" : "manual", gp->tx_bip_fem_manufacturer);
171 bool answer = false; local
191 answer = true;
197 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer);
213 answer ? "auto" : "manual", gp->tx_bip_fem_manufacturer);
868 * @answer: is answer neede
870 wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer) argument
[all...]
/drivers/isdn/i4l/
H A Disdn_bsdcomp.c917 int answer = isdn_ppp_register_compressor (&ippp_bsd_compress); local
918 if (answer == 0)
920 return answer;
/drivers/hwmon/
H A Dit87.c371 int answer = 0; local
372 while (answer < 7 && (val >>= 1))
373 answer++;
374 return answer;
/drivers/scsi/
H A Dibmmca.c1006 static char answer[2]; local
1008 answer[1] = (char) (0x0);
1010 answer[0] = hex[val];
1012 answer[0] = '-';
1013 return (char *) &answer;

Completed in 317 milliseconds