Searched refs:hscfg (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 759 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local 769 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write() 780 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 788 hscfg.conditions = conditions; in mwifiex_hscfg_write() 791 hscfg.gpio = gpio; in mwifiex_hscfg_write() 793 hscfg.gap = gap; in mwifiex_hscfg_write() 795 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write() 797 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 818 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local 824 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_read() [all …]
|
| H A D | README | 221 hscfg 226 echo "<condition> [GPIO# [gap]]]" > hscfg 227 cat hscfg 242 echo "-1" > hscfg : Cancel host sleep mode 243 echo "3" > hscfg : Broadcast and unicast data; 245 echo "2 3" > hscfg : Unicast data and GPIO 3; 247 echo "2 1 160" > hscfg : Unicast data, GPIO 1 and gap 160 ms 248 echo "2 1 0xff" > hscfg : Unicast data, GPIO 1; Wait for host
|
| H A D | sta_ioctl.c | 548 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local 550 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs() 551 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs() 554 cmd_type, &hscfg); in mwifiex_cancel_hs() 566 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local 600 memset(&hscfg, 0, sizeof(hscfg)); in mwifiex_enable_hs() 601 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs() 609 &hscfg)) { in mwifiex_enable_hs()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | debugfs.c | 644 struct nxpwifi_ds_hs_cfg hscfg; in nxpwifi_hscfg_write() local 654 memset(&hscfg, 0, sizeof(struct nxpwifi_ds_hs_cfg)); in nxpwifi_hscfg_write() 665 NXPWIFI_SYNC_CMD, &hscfg); in nxpwifi_hscfg_write() 673 hscfg.conditions = conditions; in nxpwifi_hscfg_write() 676 hscfg.gpio = gpio; in nxpwifi_hscfg_write() 678 hscfg.gap = gap; in nxpwifi_hscfg_write() 680 hscfg.is_invoke_hostcmd = false; in nxpwifi_hscfg_write() 682 NXPWIFI_SYNC_CMD, &hscfg); in nxpwifi_hscfg_write() 701 struct nxpwifi_ds_hs_cfg hscfg; in nxpwifi_hscfg_read() local 707 NXPWIFI_SYNC_CMD, &hscfg); in nxpwifi_hscfg_read() [all …]
|
| H A D | sta_cfg.c | 394 struct nxpwifi_ds_hs_cfg hscfg; in nxpwifi_cancel_hs() local 396 hscfg.conditions = HS_CFG_CANCEL; in nxpwifi_cancel_hs() 397 hscfg.is_invoke_hostcmd = true; in nxpwifi_cancel_hs() 400 cmd_type, &hscfg); in nxpwifi_cancel_hs() 407 struct nxpwifi_ds_hs_cfg hscfg; in nxpwifi_enable_hs() local 441 memset(&hscfg, 0, sizeof(hscfg)); in nxpwifi_enable_hs() 442 hscfg.is_invoke_hostcmd = true; in nxpwifi_enable_hs() 450 &hscfg)) { in nxpwifi_enable_hs()
|