Home
last modified time | relevance | path

Searched refs:tb_switch_nvm_read (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtb.h842 int tb_switch_nvm_read(struct tb_switch *sw, unsigned int address, void *buf,
H A Dswitch.c297 int tb_switch_nvm_read(struct tb_switch *sw, unsigned int address, void *buf, in tb_switch_nvm_read() function
318 ret = tb_switch_nvm_read(sw, offset, val, bytes); in nvm_read()