Home
last modified time | relevance | path

Searched refs:usb4_switch_drom_read (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Deeprom.c495 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 Dtb.h962 int usb4_switch_drom_read(struct tb_switch *sw, unsigned int address, void *buf,
H A Dusb4.c377 int usb4_switch_drom_read(struct tb_switch *sw, unsigned int address, void *buf, in usb4_switch_drom_read() function