Searched refs:tb_drom_read_uid_only (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | eeprom.c | 282 * tb_drom_read_uid_only - read uid directly from drom 287 int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid) in tb_drom_read_uid_only() function 482 tb_drom_read_uid_only(sw, &sw->uid); in tb_drom_copy_nvm() 561 tb_drom_read_uid_only(sw, &sw->uid); in tb_drom_read()
|
H A D | tb.h | 902 int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid);
|
H A D | switch.c | 2662 err = tb_drom_read_uid_only(sw, &uid); in tb_switch_resume()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | eeprom.c | 295 * tb_drom_read_uid_only() - Read UID directly from DROM 302 int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid) in tb_drom_read_uid_only() function 506 tb_drom_read_uid_only(sw, &sw->uid); in tb_drom_copy_nvm() 670 tb_drom_read_uid_only(sw, &sw->uid); in tb_drom_host_read()
|
H A D | tb.h | 1115 int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid);
|
H A D | switch.c | 3141 err = tb_drom_read_uid_only(sw, &uid); in tb_switch_resume()
|
Completed in 15 milliseconds