Home
last modified time | relevance | path

Searched refs:ind_rst_cfg (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_cmdevt.c3625 mlan_ds_ind_rst_cfg ind_rst_cfg; variable
3626 ind_rst_cfg.ir_mode = pmadapter->init_para.indrstcfg & 0xff;
3627 ind_rst_cfg.gpio_pin = (pmadapter->init_para.indrstcfg & 0xff00) >> 8;
3631 0, MNULL, (t_void *)&ind_rst_cfg);
6033 HostCmd_DS_INDEPENDENT_RESET_CFG *ind_rst_cfg =
6034 (HostCmd_DS_INDEPENDENT_RESET_CFG *) & cmd->params.ind_rst_cfg;
6043 ind_rst_cfg->action = wlan_cpu_to_le16(cmd_action);
6045 ind_rst_cfg->ir_mode = pdata_ind_rst->ir_mode;
6046 ind_rst_cfg->gpio_pin = pdata_ind_rst->gpio_pin;
6067 const HostCmd_DS_INDEPENDENT_RESET_CFG *ind_rst_cfg =
[all …]
H A Dmlan_ioctl.h4385 mlan_ds_ind_rst_cfg ind_rst_cfg; member
H A Dmlan_fw.h6197 HostCmd_DS_INDEPENDENT_RESET_CFG ind_rst_cfg; member
H A Dmlan_misc.c4652 (t_void *)&misc->param.ind_rst_cfg); in wlan_misc_ioctl_ind_rst_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cmdevt.c4456 mlan_ds_ind_rst_cfg ind_rst_cfg; in wlan_adapter_init_cmd() local
4457 ind_rst_cfg.ir_mode = pmadapter->init_para.indrstcfg & 0xff; in wlan_adapter_init_cmd()
4458 ind_rst_cfg.gpio_pin = in wlan_adapter_init_cmd()
4463 (t_void *)&ind_rst_cfg); in wlan_adapter_init_cmd()
7326 HostCmd_DS_INDEPENDENT_RESET_CFG *ind_rst_cfg = in wlan_cmd_ind_rst_cfg() local
7327 (HostCmd_DS_INDEPENDENT_RESET_CFG *)&cmd->params.ind_rst_cfg; in wlan_cmd_ind_rst_cfg()
7335 ind_rst_cfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_ind_rst_cfg()
7337 ind_rst_cfg->ir_mode = pdata_ind_rst->ir_mode; in wlan_cmd_ind_rst_cfg()
7338 ind_rst_cfg->gpio_pin = pdata_ind_rst->gpio_pin; in wlan_cmd_ind_rst_cfg()
7358 const HostCmd_DS_INDEPENDENT_RESET_CFG *ind_rst_cfg = in wlan_ret_ind_rst_cfg() local
[all …]
H A Dmlan_ioctl.h5792 mlan_ds_ind_rst_cfg ind_rst_cfg; member
H A Dmlan_fw.h8148 HostCmd_DS_INDEPENDENT_RESET_CFG ind_rst_cfg; member
H A Dmlan_misc.c5934 (t_void *)&misc->param.ind_rst_cfg); in wlan_misc_ioctl_ind_rst_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_priv.c6684 misc->param.ind_rst_cfg.ir_mode = data[0]; in woal_ind_rst_ioctl()
6694 misc->param.ind_rst_cfg.gpio_pin = data[1]; in woal_ind_rst_ioctl()
6708 data[0] = misc->param.ind_rst_cfg.ir_mode; in woal_ind_rst_ioctl()
6709 data[1] = misc->param.ind_rst_cfg.gpio_pin; in woal_ind_rst_ioctl()
H A Dmlan_ioctl.h4385 mlan_ds_ind_rst_cfg ind_rst_cfg; member
H A Dmoal_eth_ioctl.c9245 misc->param.ind_rst_cfg.ir_mode = data[0]; in woal_priv_ind_rst_cfg()
9256 misc->param.ind_rst_cfg.gpio_pin = data[1]; in woal_priv_ind_rst_cfg()
9266 data[0] = (int)misc->param.ind_rst_cfg.ir_mode; in woal_priv_ind_rst_cfg()
9267 data[1] = (int)misc->param.ind_rst_cfg.gpio_pin; in woal_priv_ind_rst_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_priv.c6480 misc->param.ind_rst_cfg.ir_mode = data[0]; in woal_ind_rst_ioctl()
6489 misc->param.ind_rst_cfg.gpio_pin = data[1]; in woal_ind_rst_ioctl()
6503 data[0] = misc->param.ind_rst_cfg.ir_mode; in woal_ind_rst_ioctl()
6504 data[1] = misc->param.ind_rst_cfg.gpio_pin; in woal_ind_rst_ioctl()
H A Dmlan_ioctl.h5792 mlan_ds_ind_rst_cfg ind_rst_cfg; member
H A Dmoal_eth_ioctl.c13297 misc->param.ind_rst_cfg.ir_mode = data[0]; in woal_priv_ind_rst_cfg()
13307 misc->param.ind_rst_cfg.gpio_pin = data[1]; in woal_priv_ind_rst_cfg()
13317 data[0] = (int)misc->param.ind_rst_cfg.ir_mode; in woal_priv_ind_rst_cfg()
13318 data[1] = (int)misc->param.ind_rst_cfg.gpio_pin; in woal_priv_ind_rst_cfg()