Home
last modified time | relevance | path

Searched refs:pmic_reg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_cmd.c1134 struct host_cmd_ds_pmic_reg_access *pmic_reg; in mwifiex_cmd_reg_access() local
1136 cmd->size = cpu_to_le16(sizeof(*pmic_reg) + S_DS_GEN); in mwifiex_cmd_reg_access()
1137 pmic_reg = &cmd->params.pmic_reg; in mwifiex_cmd_reg_access()
1138 pmic_reg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()
1139 pmic_reg->offset = in mwifiex_cmd_reg_access()
1141 pmic_reg->value = (u8) le32_to_cpu(reg_rw->value); in mwifiex_cmd_reg_access()
Dsta_cmdresp.c786 r.pmic = &resp->params.pmic_reg; in mwifiex_ret_reg_access()
Dfw.h1964 struct host_cmd_ds_pmic_reg_access pmic_reg; member