Lines Matching refs:hscfg
775 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local
785 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write()
796 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
804 hscfg.conditions = conditions; in mwifiex_hscfg_write()
807 hscfg.gpio = gpio; in mwifiex_hscfg_write()
809 hscfg.gap = gap; in mwifiex_hscfg_write()
811 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write()
813 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
835 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local
841 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_read()
843 pos = snprintf(buf, PAGE_SIZE, "%u 0x%x 0x%x\n", hscfg.conditions, in mwifiex_hscfg_read()
844 hscfg.gpio, hscfg.gap); in mwifiex_hscfg_read()
958 MWIFIEX_DFS_FILE_OPS(hscfg);
987 MWIFIEX_DFS_ADD_FILE(hscfg); in mwifiex_dev_debugfs_init()