Searched refs:byte_count (Results 1 – 6 of 6) sorted by relevance
308 int wifi_get_eeprom_data(uint32_t offset, uint32_t byte_count, uint8_t *buf);
3406 t_u16 byte_count; member
5686 t_u16 byte_count;
1408 cmd_eeprom->byte_count = wlan_cpu_to_le16(rd_eeprom->byte_count);
170 int wifi_get_eeprom_data(uint32_t offset, uint32_t byte_count, uint8_t *buf) in wifi_get_eeprom_data() argument174 eeprom_rd.byte_count = byte_count; in wifi_get_eeprom_data()
3617 (void)memcpy((void *)buf, (const void *)&eeprom->value, eeprom->byte_count); in wifi_process_cmd_response()