Searched refs:ind_rst_cfg (Results 1 – 5 of 5) sorted by relevance
2271 …HostCmd_DS_INDEPENDENT_RESET_CFG *ind_rst_cfg = (HostCmd_DS_INDEPENDENT_RESET_CFG *)&cmd->params.i… in wlan_cmd_ind_rst_cfg() local2278 ind_rst_cfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_ind_rst_cfg()2281 ind_rst_cfg->ir_mode = pdata_ind_rst->ir_mode; in wlan_cmd_ind_rst_cfg()2282 ind_rst_cfg->gpio_pin = pdata_ind_rst->gpio_pin; in wlan_cmd_ind_rst_cfg()2300 …onst HostCmd_DS_INDEPENDENT_RESET_CFG *ind_rst_cfg = (HostCmd_DS_INDEPENDENT_RESET_CFG *)&resp->pa… in wlan_ret_ind_rst_cfg() local2308 if (wlan_le16_to_cpu(ind_rst_cfg->action) == HostCmd_ACT_GEN_GET) in wlan_ret_ind_rst_cfg()2310 misc->param.ind_rst_cfg.ir_mode = ind_rst_cfg->ir_mode; in wlan_ret_ind_rst_cfg()2311 misc->param.ind_rst_cfg.gpio_pin = ind_rst_cfg->gpio_pin; in wlan_ret_ind_rst_cfg()
1122 (t_void *)&misc->param.ind_rst_cfg); in wlan_misc_ioctl_ind_rst_cfg()
8698 misc.param.ind_rst_cfg.ir_mode = indrst_cfg->ir_mode; in wifi_set_indrst_cfg()8699 misc.param.ind_rst_cfg.gpio_pin = indrst_cfg->gpio_pin; in wifi_set_indrst_cfg()8744 indrst_cfg->ir_mode = misc.param.ind_rst_cfg.ir_mode; in wifi_get_indrst_cfg()8745 indrst_cfg->gpio_pin = misc.param.ind_rst_cfg.gpio_pin; in wifi_get_indrst_cfg()
4323 mlan_ds_ind_rst_cfg ind_rst_cfg; member
7814 HostCmd_DS_INDEPENDENT_RESET_CFG ind_rst_cfg;