Home
last modified time | relevance | path

Searched refs:txp_cfg (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c384 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg() local
387 u16 action = le16_to_cpu(txp_cfg->action); in mwifiex_ret_tx_power_cfg()
391 ((u8 *)txp_cfg + in mwifiex_ret_tx_power_cfg()
398 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()
412 if (!le32_to_cpu(txp_cfg->mode)) in mwifiex_ret_tx_power_cfg()
H A Dsta_ioctl.c676 struct host_cmd_ds_txpwr_cfg *txp_cfg; in mwifiex_set_tx_power() local
698 txp_cfg = (struct host_cmd_ds_txpwr_cfg *) buf; in mwifiex_set_tx_power()
699 txp_cfg->action = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_set_tx_power()
704 txp_cfg->mode = cpu_to_le32(1); in mwifiex_set_tx_power()
H A Dfw.h2320 struct host_cmd_ds_txpwr_cfg txp_cfg; member
H A Dsta_cmd.c247 struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg; in mwifiex_cmd_tx_power_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_ioctl.c1747 HostCmd_DS_TXPWR_CFG *txp_cfg = MNULL; in wlan_power_ioctl_set_power() local
1782 txp_cfg = (HostCmd_DS_TXPWR_CFG *)buf; in wlan_power_ioctl_set_power()
1783 txp_cfg->action = HostCmd_ACT_GEN_SET; in wlan_power_ioctl_set_power()
1785 txp_cfg->mode = 1; in wlan_power_ioctl_set_power()
1859 HostCmd_DS_TXPWR_CFG *txp_cfg = MNULL; in wlan_power_ioctl_set_power_ext() local
1877 txp_cfg = (HostCmd_DS_TXPWR_CFG *)buf; in wlan_power_ioctl_set_power_ext()
1878 txp_cfg->action = HostCmd_ACT_GEN_SET; in wlan_power_ioctl_set_power_ext()
1881 txp_cfg->mode = 0; in wlan_power_ioctl_set_power_ext()
1883 txp_cfg->mode = 1; in wlan_power_ioctl_set_power_ext()
H A Dmlan_sta_cmdresp.c944 HostCmd_DS_TXPWR_CFG *ptxp_cfg = &resp->params.txp_cfg; in wlan_ret_tx_power_cfg()
H A Dmlan_fw.h7966 HostCmd_DS_TXPWR_CFG txp_cfg; member
H A Dmlan_sta_cmd.c545 HostCmd_DS_TXPWR_CFG *ptxp_cfg = &cmd->params.txp_cfg; in wlan_cmd_tx_power_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_ioctl.c1871 HostCmd_DS_TXPWR_CFG *txp_cfg = MNULL; in wlan_power_ioctl_set_power() local
1906 txp_cfg = (HostCmd_DS_TXPWR_CFG *)buf; in wlan_power_ioctl_set_power()
1907 txp_cfg->action = HostCmd_ACT_GEN_SET; in wlan_power_ioctl_set_power()
1909 txp_cfg->mode = 1; in wlan_power_ioctl_set_power()
1986 HostCmd_DS_TXPWR_CFG *txp_cfg = MNULL; in wlan_power_ioctl_set_power_ext() local
2004 txp_cfg = (HostCmd_DS_TXPWR_CFG *)buf; in wlan_power_ioctl_set_power_ext()
2005 txp_cfg->action = HostCmd_ACT_GEN_SET; in wlan_power_ioctl_set_power_ext()
2008 txp_cfg->mode = 0; in wlan_power_ioctl_set_power_ext()
2010 txp_cfg->mode = 1; in wlan_power_ioctl_set_power_ext()
H A Dmlan_sta_cmdresp.c898 HostCmd_DS_TXPWR_CFG *ptxp_cfg = &resp->params.txp_cfg; in wlan_ret_tx_power_cfg()
H A Dmlan_fw.h6034 HostCmd_DS_TXPWR_CFG txp_cfg; member
H A Dmlan_sta_cmd.c338 HostCmd_DS_TXPWR_CFG *ptxp_cfg = &cmd->params.txp_cfg; in wlan_cmd_tx_power_cfg()