Searched refs:rd_eeprom (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_ioctl.c | 1304 struct mwifiex_ds_read_eeprom rd_eeprom; in mwifiex_eeprom_read() local 1306 rd_eeprom.offset = offset; in mwifiex_eeprom_read() 1307 rd_eeprom.byte_count = bytes; in mwifiex_eeprom_read() 1311 HostCmd_ACT_GEN_GET, 0, &rd_eeprom, true); in mwifiex_eeprom_read() 1314 memcpy(value, rd_eeprom.value, min((u16)MAX_EEPROM_DATA, in mwifiex_eeprom_read() 1315 rd_eeprom.byte_count)); in mwifiex_eeprom_read()
|
H A D | sta_cmd.c | 1207 struct mwifiex_ds_read_eeprom *rd_eeprom = data_buf; in mwifiex_cmd_reg_access() local 1213 cmd_eeprom->offset = cpu_to_le16(rd_eeprom->offset); in mwifiex_cmd_reg_access() 1214 cmd_eeprom->byte_count = cpu_to_le16(rd_eeprom->byte_count); in mwifiex_cmd_reg_access()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_ioctl.c | 1292 struct mwifiex_ds_read_eeprom rd_eeprom; in mwifiex_eeprom_read() local 1294 rd_eeprom.offset = offset; in mwifiex_eeprom_read() 1295 rd_eeprom.byte_count = bytes; in mwifiex_eeprom_read() 1299 HostCmd_ACT_GEN_GET, 0, &rd_eeprom, true); in mwifiex_eeprom_read() 1302 memcpy(value, rd_eeprom.value, min((u16)MAX_EEPROM_DATA, in mwifiex_eeprom_read() 1303 rd_eeprom.byte_count)); in mwifiex_eeprom_read()
|
H A D | sta_cmd.c | 1200 struct mwifiex_ds_read_eeprom *rd_eeprom = data_buf; in mwifiex_cmd_reg_access() local 1206 cmd_eeprom->offset = cpu_to_le16(rd_eeprom->offset); in mwifiex_cmd_reg_access() 1207 cmd_eeprom->byte_count = cpu_to_le16(rd_eeprom->byte_count); in mwifiex_cmd_reg_access()
|
Completed in 9 milliseconds