Home
last modified time | relevance | path

Searched refs:hscfg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Ddebugfs.c640 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local
654 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write()
664 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
672 hscfg.conditions = conditions; in mwifiex_hscfg_write()
675 hscfg.gpio = gpio; in mwifiex_hscfg_write()
677 hscfg.gap = gap; in mwifiex_hscfg_write()
679 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write()
681 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
703 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local
709 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_read()
[all …]
DREADME197 hscfg
202 echo "<condition> [GPIO# [gap]]]" > hscfg
203 cat hscfg
218 echo "-1" > hscfg : Cancel host sleep mode
219 echo "3" > hscfg : Broadcast and unicast data;
221 echo "2 3" > hscfg : Unicast data and GPIO 3;
223 echo "2 1 160" > hscfg : Unicast data, GPIO 1 and gap 160 ms
224 echo "2 1 0xff" > hscfg : Unicast data, GPIO 1; Wait for host
Dsta_ioctl.c466 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local
468 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs()
469 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs()
472 cmd_type, &hscfg); in mwifiex_cancel_hs()
484 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local
503 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_enable_hs()
504 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs()
512 &hscfg)) { in mwifiex_enable_hs()