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