Searched refs:reg_rw (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/usb/gspca/ |
H A D | dtcs033.c | 25 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()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_ioctl.c | 1205 struct mwifiex_ds_reg_rw *reg_rw, in mwifiex_reg_mem_ioctl_reg_rw() argument 1210 switch (reg_rw->type) { in mwifiex_reg_mem_ioctl_reg_rw() 1230 return mwifiex_send_cmd(priv, cmd_no, action, 0, reg_rw, true); in mwifiex_reg_mem_ioctl_reg_rw() 1243 struct mwifiex_ds_reg_rw reg_rw; in mwifiex_reg_write() local 1245 reg_rw.type = reg_type; in mwifiex_reg_write() 1246 reg_rw.offset = reg_offset; in mwifiex_reg_write() 1247 reg_rw.value = reg_value; in mwifiex_reg_write() 1249 return mwifiex_reg_mem_ioctl_reg_rw(priv, ®_rw, HostCmd_ACT_GEN_SET); in mwifiex_reg_write() 1263 struct mwifiex_ds_reg_rw reg_rw; in mwifiex_reg_read() local 1265 reg_rw in mwifiex_reg_read() [all...] |
H A D | sta_cmdresp.c | 786 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 D | sta_cmd.c | 1125 struct mwifiex_ds_reg_rw *reg_rw = data_buf; in mwifiex_cmd_reg_access() local 1135 mac_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access() 1136 mac_reg->value = cpu_to_le32(reg_rw->value); in mwifiex_cmd_reg_access() 1146 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access() 1147 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access() 1157 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access() 1158 rf_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access() 1168 pmic_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access() 1169 pmic_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access() 1179 cau_reg->offset = cpu_to_le16((u16) reg_rw in mwifiex_cmd_reg_access() [all...] |