Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
Ddebugfs.c773 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local
783 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write()
794 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
802 hscfg.conditions = conditions; in mwifiex_hscfg_write()
805 hscfg.gpio = gpio; in mwifiex_hscfg_write()
807 hscfg.gap = gap; in mwifiex_hscfg_write()
809 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write()
811 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
833 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local
839 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_read()
[all …]
DREADME220 hscfg
225 echo "<condition> [GPIO# [gap]]]" > hscfg
226 cat hscfg
241 echo "-1" > hscfg : Cancel host sleep mode
242 echo "3" > hscfg : Broadcast and unicast data;
244 echo "2 3" > hscfg : Unicast data and GPIO 3;
246 echo "2 1 160" > hscfg : Unicast data, GPIO 1 and gap 160 ms
247 echo "2 1 0xff" > hscfg : Unicast data, GPIO 1; Wait for host
Dsta_ioctl.c493 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local
495 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs()
496 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs()
499 cmd_type, &hscfg); in mwifiex_cancel_hs()
511 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local
546 memset(&hscfg, 0, sizeof(hscfg)); in mwifiex_enable_hs()
547 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs()
555 &hscfg)) { in mwifiex_enable_hs()