Searched refs:usb4_switch_drom_read (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/thunderbolt/ |
D | eeprom.c | 520 ret = usb4_switch_drom_read(sw, 14, size, sizeof(*size)); in usb4_copy_host_drom() 530 ret = usb4_switch_drom_read(sw, 0, sw->drom, *size); in usb4_copy_host_drom() 543 return usb4_switch_drom_read(sw, offset, val, count); in tb_drom_read_n()
|
D | tb.h | 1148 int usb4_switch_drom_read(struct tb_switch *sw, unsigned int address, void *buf,
|
D | usb4.c | 332 int usb4_switch_drom_read(struct tb_switch *sw, unsigned int address, void *buf, in usb4_switch_drom_read() function
|