Searched refs:tb_eeprom_read_n (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | eeprom.c | 166 * tb_eeprom_read_n - read count bytes from offset into val 168 static int tb_eeprom_read_n(struct tb_switch *sw, u16 offset, u8 *val, in tb_eeprom_read_n() function 309 res = tb_eeprom_read_n(sw, 0, data, 9); in tb_drom_read_uid_only() 542 ret = tb_eeprom_read_n(sw, 14, (u8 *)size, 2); in tb_drom_bit_bang() 559 ret = tb_eeprom_read_n(sw, 0, sw->drom, *size); in tb_drom_bit_bang()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | eeprom.c | 166 * tb_eeprom_read_n - read count bytes from offset into val 168 static int tb_eeprom_read_n(struct tb_switch *sw, u16 offset, u8 *val, in tb_eeprom_read_n() function 294 res = tb_eeprom_read_n(sw, 0, data, 9); in tb_drom_read_uid_only() 519 return tb_eeprom_read_n(sw, offset, val, count); in tb_drom_read_n()
|
Completed in 3 milliseconds