Searched refs:usb4_switch_nvm_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tb.h | 968 int usb4_switch_nvm_read(struct tb_switch *sw, unsigned int address, void *buf,
|
H A D | usb4.c | 558 * usb4_switch_nvm_read() - Read arbitrary bytes from router NVM 567 int usb4_switch_nvm_read(struct tb_switch *sw, unsigned int address, void *buf, in usb4_switch_nvm_read() function
|
H A D | switch.c | 307 return usb4_switch_nvm_read(sw, address, buf, size); in nvm_read()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.h | 1230 int usb4_switch_nvm_read(struct tb_switch *sw, unsigned int address, void *buf,
|
H A D | usb4.c | 559 * usb4_switch_nvm_read() - Read arbitrary bytes from router NVM 568 int usb4_switch_nvm_read(struct tb_switch *sw, unsigned int address, void *buf, in usb4_switch_nvm_read() function
|
H A D | switch.c | 300 return usb4_switch_nvm_read(sw, address, buf, size); in tb_switch_nvm_read()
|
Completed in 18 milliseconds