Home
last modified time | relevance | path

Searched refs:pmic_reg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1185 struct host_cmd_ds_pmic_reg_access *pmic_reg; in mwifiex_cmd_reg_access() local
1187 cmd->size = cpu_to_le16(sizeof(*pmic_reg) + S_DS_GEN); in mwifiex_cmd_reg_access()
1188 pmic_reg = &cmd->params.pmic_reg; in mwifiex_cmd_reg_access()
1189 pmic_reg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()
1190 pmic_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1191 pmic_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
H A Dsta_cmdresp.c806 r.pmic = &resp->params.pmic_reg; in mwifiex_ret_reg_access()
H A Dfw.h2361 struct host_cmd_ds_pmic_reg_access pmic_reg; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1178 struct host_cmd_ds_pmic_reg_access *pmic_reg; in mwifiex_cmd_reg_access() local
1180 cmd->size = cpu_to_le16(sizeof(*pmic_reg) + S_DS_GEN); in mwifiex_cmd_reg_access()
1181 pmic_reg = &cmd->params.pmic_reg; in mwifiex_cmd_reg_access()
1182 pmic_reg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()
1183 pmic_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1184 pmic_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
H A Dsta_cmdresp.c819 r.pmic = &resp->params.pmic_reg; in mwifiex_ret_reg_access()
H A Dfw.h2358 struct host_cmd_ds_pmic_reg_access pmic_reg; member

Completed in 23 milliseconds