Lines Matching refs:hscfg
640 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local
654 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write()
664 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
672 hscfg.conditions = conditions; in mwifiex_hscfg_write()
675 hscfg.gpio = gpio; in mwifiex_hscfg_write()
677 hscfg.gap = gap; in mwifiex_hscfg_write()
679 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write()
681 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write()
703 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_read() local
709 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_read()
711 pos = snprintf(buf, PAGE_SIZE, "%u 0x%x 0x%x\n", hscfg.conditions, in mwifiex_hscfg_read()
712 hscfg.gpio, hscfg.gap); in mwifiex_hscfg_read()
752 MWIFIEX_DFS_FILE_OPS(hscfg);
776 MWIFIEX_DFS_ADD_FILE(hscfg); in mwifiex_dev_debugfs_init()