Searched refs:resp0 (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/orinoco/
H A Dhermes.c175 resp->resp0 = hermes_read_regn(hw, RESP0);
302 resp->resp0 = hermes_read_regn(hw, RESP0);
656 rc, resp.resp0, resp.resp1, resp.resp2);
H A Dhermes.h361 u16 status, resp0, resp1, resp2; member in struct:hermes_response
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhermes.c175 resp->resp0 = hermes_read_regn(hw, RESP0);
302 resp->resp0 = hermes_read_regn(hw, RESP0);
656 rc, resp.resp0, resp.resp1, resp.resp2);
H A Dhermes.h361 u16 status, resp0, resp1, resp2; member in struct:hermes_response
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_wlan.h551 void (*callback)(struct net_device *dev, long context, u16 resp0,
555 u16 resp0, res; member in struct:hostap_cmd_queue
583 u16 *resp0);
H A Dhostap_hw.c315 * @resp0: pointer for Resp0 data or %NULL if Resp0 is not needed
322 u16 *param1, u16 *resp0)
465 if (resp0 != NULL)
466 *resp0 = entry->resp0;
470 "resp0=0x%04x\n",
471 dev->name, cmd, entry->res, entry->resp0);
498 long context, u16 resp0,
693 entry->resp0 = HFA384X_INW(HFA384X_RESP0_OFF);
705 entry->callback(dev, entry->context, entry->resp0,
321 hfa384x_cmd(struct net_device *dev, u16 cmd, u16 param0, u16 *param1, u16 *resp0) argument
496 hfa384x_cmd_callback(struct net_device *dev, u16 cmd, u16 param0, void (*callback)(struct net_device *dev, long context, u16 resp0, u16 status), long context) argument
1683 prism2_transmit_cb(struct net_device *dev, long context, u16 resp0, u16 res) argument
[all...]
H A Dhostap_ioctl.c1566 u16 resp0; local
1578 NULL, &resp0) == 0) {
1579 rrq->value = prism2_txpower_hfa386x_to_dBm(resp0);
2832 u16 resp0; local
2838 &resp0))
2841 *extra = resp0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_wlan.h551 void (*callback)(struct net_device *dev, long context, u16 resp0,
555 u16 resp0, res; member in struct:hostap_cmd_queue
583 u16 *resp0);
H A Dhostap_hw.c315 * @resp0: pointer for Resp0 data or %NULL if Resp0 is not needed
322 u16 *param1, u16 *resp0)
465 if (resp0 != NULL)
466 *resp0 = entry->resp0;
470 "resp0=0x%04x\n",
471 dev->name, cmd, entry->res, entry->resp0);
498 long context, u16 resp0,
693 entry->resp0 = HFA384X_INW(HFA384X_RESP0_OFF);
705 entry->callback(dev, entry->context, entry->resp0,
321 hfa384x_cmd(struct net_device *dev, u16 cmd, u16 param0, u16 *param1, u16 *resp0) argument
496 hfa384x_cmd_callback(struct net_device *dev, u16 cmd, u16 param0, void (*callback)(struct net_device *dev, long context, u16 resp0, u16 status), long context) argument
1683 prism2_transmit_cb(struct net_device *dev, long context, u16 resp0, u16 res) argument
[all...]
H A Dhostap_ioctl.c1566 u16 resp0; local
1578 NULL, &resp0) == 0) {
1579 rrq->value = prism2_txpower_hfa386x_to_dBm(resp0);
2832 u16 resp0; local
2838 &resp0))
2841 *extra = resp0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnpsoap.c1178 static const char resp0[] = local
1241 str.off = sprintf(str.data, "%s", resp0);
1669 static const char resp0[] = local
1717 str.off = sprintf(str.data, "%s", resp0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnpsoap.c1178 static const char resp0[] = local
1241 str.off = sprintf(str.data, "%s", resp0);
1669 static const char resp0[] = local
1717 str.off = sprintf(str.data, "%s", resp0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnpsoap.c1178 static const char resp0[] = local
1241 str.off = sprintf(str.data, "%s", resp0);
1669 static const char resp0[] = local
1717 str.off = sprintf(str.data, "%s", resp0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c643 result->resp0 = le16_to_cpu(cmdresp->resp0);
648 "resp0=0x%04x resp1=0x%04x resp2=0x%04x\n",
649 result->status, result->resp0, result->resp1, result->resp2);
997 "status=0x%04x, resp0=0x%04x, "
1000 cmd.result.resp0, cmd.result.resp1, cmd.result.resp2);
H A Dhfa384x.h845 u16 resp0; member in struct:hfa384x_usb_statusresp
1119 u16 resp0; member in struct:hfa384x_statusresult
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c643 result->resp0 = le16_to_cpu(cmdresp->resp0);
648 "resp0=0x%04x resp1=0x%04x resp2=0x%04x\n",
649 result->status, result->resp0, result->resp1, result->resp2);
997 "status=0x%04x, resp0=0x%04x, "
1000 cmd.result.resp0, cmd.result.resp1, cmd.result.resp2);
H A Dhfa384x.h845 u16 resp0; member in struct:hfa384x_usb_statusresp
1119 u16 resp0; member in struct:hfa384x_statusresult
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dmdd.h1062 hcf_16 resp0; //responses from Hermes Resp0 register member in struct:CFG_CMD_NIC_STRCT
H A Dhcf.c2291 P->resp0 = IPW( HREG_RESP_0 );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlags49_h2/
H A Dmdd.h1062 hcf_16 resp0; //responses from Hermes Resp0 register member in struct:CFG_CMD_NIC_STRCT
H A Dhcf.c2291 P->resp0 = IPW( HREG_RESP_0 );

Completed in 241 milliseconds