Searched refs:hscfg (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/mwifiex/ |
D | debugfs.c | 777 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local 791 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write() 802 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 810 hscfg.conditions = conditions; in mwifiex_hscfg_write() 813 hscfg.gpio = gpio; in mwifiex_hscfg_write() 815 hscfg.gap = gap; in mwifiex_hscfg_write() 817 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write() 819 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 841 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local 847 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_read() [all …]
|
D | README | 197 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
|
D | sta_ioctl.c | 487 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local 489 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs() 490 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs() 493 cmd_type, &hscfg); in mwifiex_cancel_hs() 505 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local 525 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_enable_hs() 526 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs() 534 &hscfg)) { in mwifiex_enable_hs()
|