Home
last modified time | relevance | path

Searched refs:reg_rw (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c1220 struct mwifiex_ds_reg_rw *reg_rw, in mwifiex_reg_mem_ioctl_reg_rw()
1225 switch (reg_rw->type) { in mwifiex_reg_mem_ioctl_reg_rw()
1245 return mwifiex_send_cmd(priv, cmd_no, action, 0, reg_rw, true); in mwifiex_reg_mem_ioctl_reg_rw()
1258 struct mwifiex_ds_reg_rw reg_rw; in mwifiex_reg_write() local
1260 reg_rw.type = reg_type; in mwifiex_reg_write()
1261 reg_rw.offset = reg_offset; in mwifiex_reg_write()
1262 reg_rw.value = reg_value; in mwifiex_reg_write()
1264 return mwifiex_reg_mem_ioctl_reg_rw(priv, &reg_rw, HostCmd_ACT_GEN_SET); in mwifiex_reg_write()
1278 struct mwifiex_ds_reg_rw reg_rw; in mwifiex_reg_read() local
1280 reg_rw in mwifiex_reg_read()
1219 mwifiex_reg_mem_ioctl_reg_rw(struct mwifiex_private *priv, struct mwifiex_ds_reg_rw *reg_rw, u16 action) mwifiex_reg_mem_ioctl_reg_rw() argument
[all...]
H A Dsta_cmdresp.c773 struct mwifiex_ds_reg_rw *reg_rw; in mwifiex_ret_reg_access() local
786 reg_rw = data_buf; in mwifiex_ret_reg_access()
791 reg_rw->offset = (u32) le16_to_cpu(r.mac->offset); in mwifiex_ret_reg_access()
792 reg_rw->value = le32_to_cpu(r.mac->value); in mwifiex_ret_reg_access()
796 reg_rw->offset = (u32) le16_to_cpu(r.bbp->offset); in mwifiex_ret_reg_access()
797 reg_rw->value = (u32) r.bbp->value; in mwifiex_ret_reg_access()
802 reg_rw->offset = (u32) le16_to_cpu(r.rf->offset); in mwifiex_ret_reg_access()
803 reg_rw->value = (u32) r.bbp->value; in mwifiex_ret_reg_access()
807 reg_rw->offset = (u32) le16_to_cpu(r.pmic->offset); in mwifiex_ret_reg_access()
808 reg_rw in mwifiex_ret_reg_access()
[all...]
H A Dsta_cmd.c1147 struct mwifiex_ds_reg_rw *reg_rw = data_buf; in mwifiex_cmd_reg_access() local
1157 mac_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1158 mac_reg->value = cpu_to_le32(reg_rw->value); in mwifiex_cmd_reg_access()
1168 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1169 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1179 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1180 rf_reg->value = (u8) reg_rw->value; 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()
1201 cau_reg->offset = cpu_to_le16((u16) reg_rw in mwifiex_cmd_reg_access()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c1208 struct mwifiex_ds_reg_rw *reg_rw, in mwifiex_reg_mem_ioctl_reg_rw()
1213 switch (reg_rw->type) { in mwifiex_reg_mem_ioctl_reg_rw()
1233 return mwifiex_send_cmd(priv, cmd_no, action, 0, reg_rw, true); in mwifiex_reg_mem_ioctl_reg_rw()
1246 struct mwifiex_ds_reg_rw reg_rw; in mwifiex_reg_write() local
1248 reg_rw.type = reg_type; in mwifiex_reg_write()
1249 reg_rw.offset = reg_offset; in mwifiex_reg_write()
1250 reg_rw.value = reg_value; in mwifiex_reg_write()
1252 return mwifiex_reg_mem_ioctl_reg_rw(priv, &reg_rw, HostCmd_ACT_GEN_SET); in mwifiex_reg_write()
1266 struct mwifiex_ds_reg_rw reg_rw; in mwifiex_reg_read() local
1268 reg_rw in mwifiex_reg_read()
1207 mwifiex_reg_mem_ioctl_reg_rw(struct mwifiex_private *priv, struct mwifiex_ds_reg_rw *reg_rw, u16 action) mwifiex_reg_mem_ioctl_reg_rw() argument
[all...]
H A Dsta_cmdresp.c786 struct mwifiex_ds_reg_rw *reg_rw; in mwifiex_ret_reg_access() local
799 reg_rw = data_buf; in mwifiex_ret_reg_access()
804 reg_rw->offset = (u32) le16_to_cpu(r.mac->offset); in mwifiex_ret_reg_access()
805 reg_rw->value = le32_to_cpu(r.mac->value); in mwifiex_ret_reg_access()
809 reg_rw->offset = (u32) le16_to_cpu(r.bbp->offset); in mwifiex_ret_reg_access()
810 reg_rw->value = (u32) r.bbp->value; in mwifiex_ret_reg_access()
815 reg_rw->offset = (u32) le16_to_cpu(r.rf->offset); in mwifiex_ret_reg_access()
816 reg_rw->value = (u32) r.bbp->value; in mwifiex_ret_reg_access()
820 reg_rw->offset = (u32) le16_to_cpu(r.pmic->offset); in mwifiex_ret_reg_access()
821 reg_rw in mwifiex_ret_reg_access()
[all...]
H A Dsta_cmd.c1140 struct mwifiex_ds_reg_rw *reg_rw = data_buf; in mwifiex_cmd_reg_access() local
1150 mac_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1151 mac_reg->value = cpu_to_le32(reg_rw->value); in mwifiex_cmd_reg_access()
1161 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1162 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1172 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1173 rf_reg->value = (u8) reg_rw->value; 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()
1194 cau_reg->offset = cpu_to_le16((u16) reg_rw in mwifiex_cmd_reg_access()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Ddtcs033.c25 static void reg_rw(struct gspca_dev *gspca_dev, in reg_rw() function
60 reg_rw(gspca_dev, preq->bRequestType, preq->bRequest, in reg_reqs()
165 reg_rw(gspca_dev, in dtcs033_setexposure()
170 reg_rw(gspca_dev, in dtcs033_setexposure()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Ddtcs033.c25 static void reg_rw(struct gspca_dev *gspca_dev, in reg_rw() function
60 reg_rw(gspca_dev, preq->bRequestType, preq->bRequest, in reg_reqs()
165 reg_rw(gspca_dev, in dtcs033_setexposure()
170 reg_rw(gspca_dev, in dtcs033_setexposure()

Completed in 11 milliseconds