Searched refs:nvm_read (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | retimer.c | 35 static int nvm_read(void *priv, unsigned int offset, void *val, size_t bytes) in nvm_read() function 88 ret = tb_nvm_add_active(nvm, nvm_read); in tb_retimer_nvm_add()
|
H A D | switch.c | 304 static int nvm_read(void *priv, unsigned int offset, void *val, size_t bytes) in nvm_read() function 372 ret = tb_nvm_add_active(nvm, nvm_read); in tb_switch_nvm_add()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | switch.c | 303 static inline int nvm_read(struct tb_switch *sw, unsigned int address, in nvm_read() function 342 ret = nvm_read(sw, offset, val, bytes); in tb_switch_nvm_read() 408 ret = nvm_read(sw, NVM_FLASH_SIZE, &val, sizeof(val)); in tb_switch_nvm_add() 416 ret = nvm_read(sw, NVM_VERSION, &val, sizeof(val)); in tb_switch_nvm_add()
|
Completed in 8 milliseconds