Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Ddebugfs.c772 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local
782 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write()
793 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
801 hscfg.conditions = conditions; in mwifiex_hscfg_write()
804 hscfg.gpio = gpio; in mwifiex_hscfg_write()
806 hscfg.gap = gap; in mwifiex_hscfg_write()
808 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write()
810 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
832 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local
838 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_read()
[all …]
DREADME221 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
Dsta_ioctl.c481 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local
483 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs()
484 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs()
487 cmd_type, &hscfg); in mwifiex_cancel_hs()
499 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local
534 memset(&hscfg, 0, sizeof(hscfg)); in mwifiex_enable_hs()
535 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs()
543 &hscfg)) { in mwifiex_enable_hs()