Searched refs:hscfg (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | debugfs.c | 778 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local 792 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write() 803 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 811 hscfg.conditions = conditions; in mwifiex_hscfg_write() 814 hscfg.gpio = gpio; in mwifiex_hscfg_write() 816 hscfg.gap = gap; in mwifiex_hscfg_write() 818 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write() 820 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 842 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local 848 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 | 477 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local 479 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs() 480 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs() 483 cmd_type, &hscfg); in mwifiex_cancel_hs() 495 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local 515 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_enable_hs() 516 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs() 524 &hscfg)) { in mwifiex_enable_hs()
|