Searched refs:tb_nvm_add_active (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | nvm.c | 46 * tb_nvm_add_active() - Adds active NVMem device to NVM 57 int tb_nvm_add_active(struct tb_nvm *nvm, size_t size, nvmem_reg_read_t reg_read) in tb_nvm_add_active() function
|
H A D | retimer.c | 85 ret = tb_nvm_add_active(nvm, nvm_size, tb_retimer_nvm_read); in tb_retimer_nvm_add()
|
H A D | tb.h | 640 int tb_nvm_add_active(struct tb_nvm *nvm, size_t size, nvmem_reg_read_t reg_read);
|
H A D | switch.c | 423 ret = tb_nvm_add_active(nvm, nvm_size, tb_switch_nvm_read); in tb_switch_nvm_add()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | retimer.c | 88 ret = tb_nvm_add_active(nvm, nvm_read); in tb_retimer_nvm_add()
|
H A D | nvm.c | 418 * tb_nvm_add_active() - Adds active NVMem device to NVM 428 int tb_nvm_add_active(struct tb_nvm *nvm, nvmem_reg_read_t reg_read) in tb_nvm_add_active() function
|
H A D | tb.h | 773 int tb_nvm_add_active(struct tb_nvm *nvm, nvmem_reg_read_t reg_read);
|
H A D | switch.c | 372 ret = tb_nvm_add_active(nvm, nvm_read); in tb_switch_nvm_add()
|
Completed in 14 milliseconds