Searched refs:usb4_switch_drom_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | eeprom.c | 495 ret = usb4_switch_drom_read(sw, 14, size, sizeof(*size)); in usb4_copy_host_drom() 505 ret = usb4_switch_drom_read(sw, 0, sw->drom, *size); in usb4_copy_host_drom() 518 return usb4_switch_drom_read(sw, offset, val, count); in tb_drom_read_n()
|
H A D | tb.h | 962 int usb4_switch_drom_read(struct tb_switch *sw, unsigned int address, void *buf,
|
H A D | usb4.c | 367 * usb4_switch_drom_read() - Read arbitrary bytes from USB4 router DROM 377 int usb4_switch_drom_read(struct tb_switch *sw, unsigned int address, void *buf, in usb4_switch_drom_read() function
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | eeprom.c | 519 ret = usb4_switch_drom_read(sw, 14, size, sizeof(*size)); in usb4_copy_drom() 529 ret = usb4_switch_drom_read(sw, 0, sw->drom, *size); in usb4_copy_drom()
|
H A D | tb.h | 1224 int usb4_switch_drom_read(struct tb_switch *sw, unsigned int address, void *buf,
|
H A D | usb4.c | 365 * usb4_switch_drom_read() - Read arbitrary bytes from USB4 router DROM 375 int usb4_switch_drom_read(struct tb_switch *sw, unsigned int address, void *buf, in usb4_switch_drom_read() function
|
Completed in 12 milliseconds