Lines Matching refs:hscfg
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()
850 pos = snprintf(buf, PAGE_SIZE, "%u 0x%x 0x%x\n", hscfg.conditions, in mwifiex_hscfg_read()
851 hscfg.gpio, hscfg.gap); in mwifiex_hscfg_read()
942 MWIFIEX_DFS_FILE_OPS(hscfg);
969 MWIFIEX_DFS_ADD_FILE(hscfg); in mwifiex_dev_debugfs_init()