Searched refs:usb4_switch_read_uid (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | eeprom.c | 660 usb4_switch_read_uid(sw, &sw->uid); in tb_drom_host_read() 682 usb4_switch_read_uid(sw, &sw->uid); in tb_drom_device_read()
|
H A D | switch.c | 2496 ret = usb4_switch_read_uid(sw, &sw->uid); in tb_switch_set_uuid() 3139 err = usb4_switch_read_uid(sw, &uid); in tb_switch_resume()
|
H A D | tb.h | 1223 int usb4_switch_read_uid(struct tb_switch *sw, u64 *uid);
|
H A D | usb4.c | 332 * usb4_switch_read_uid() - Read UID from USB4 router 338 int usb4_switch_read_uid(struct tb_switch *sw, u64 *uid) in usb4_switch_read_uid() function
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | eeprom.c | 552 usb4_switch_read_uid(sw, &sw->uid); in tb_drom_read()
|
H A D | tb.h | 961 int usb4_switch_read_uid(struct tb_switch *sw, u64 *uid);
|
H A D | switch.c | 2088 ret = usb4_switch_read_uid(sw, &sw->uid); in tb_switch_set_uuid() 2660 err = usb4_switch_read_uid(sw, &uid); in tb_switch_resume()
|
H A D | usb4.c | 328 * usb4_switch_read_uid() - Read UID from USB4 router 334 int usb4_switch_read_uid(struct tb_switch *sw, u64 *uid) in usb4_switch_read_uid() function
|
Completed in 18 milliseconds