Lines Matching refs:hscfg
766 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local
776 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write()
787 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
795 hscfg.conditions = conditions; in mwifiex_hscfg_write()
798 hscfg.gpio = gpio; in mwifiex_hscfg_write()
800 hscfg.gap = gap; in mwifiex_hscfg_write()
802 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write()
804 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
826 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local
832 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_read()
834 pos = snprintf(buf, PAGE_SIZE, "%u 0x%x 0x%x\n", hscfg.conditions, in mwifiex_hscfg_read()
835 hscfg.gpio, hscfg.gap); in mwifiex_hscfg_read()
943 MWIFIEX_DFS_FILE_OPS(hscfg);
969 MWIFIEX_DFS_ADD_FILE(hscfg); in mwifiex_dev_debugfs_init()