Searched refs:tb_nvm (Results 1 – 4 of 4) sorted by relevance
/drivers/thunderbolt/ |
D | nvm.c | 24 struct tb_nvm *tb_nvm_alloc(struct device *dev) in tb_nvm_alloc() 26 struct tb_nvm *nvm; in tb_nvm_alloc() 57 int tb_nvm_add_active(struct tb_nvm *nvm, size_t size, nvmem_reg_read_t reg_read) in tb_nvm_add_active() 94 int tb_nvm_write_buf(struct tb_nvm *nvm, unsigned int offset, void *val, in tb_nvm_write_buf() 121 int tb_nvm_add_non_active(struct tb_nvm *nvm, size_t size, in tb_nvm_add_non_active() 154 void tb_nvm_free(struct tb_nvm *nvm) in tb_nvm_free()
|
D | tb.h | 48 struct tb_nvm { struct 178 struct tb_nvm *nvm; 285 struct tb_nvm *nvm; 716 struct tb_nvm *tb_nvm_alloc(struct device *dev); 717 int tb_nvm_add_active(struct tb_nvm *nvm, size_t size, nvmem_reg_read_t reg_read); 718 int tb_nvm_write_buf(struct tb_nvm *nvm, unsigned int offset, void *val, 720 int tb_nvm_add_non_active(struct tb_nvm *nvm, size_t size, 722 void tb_nvm_free(struct tb_nvm *nvm);
|
D | retimer.c | 22 struct tb_nvm *nvm = priv; in tb_retimer_nvm_read() 46 struct tb_nvm *nvm = priv; in tb_retimer_nvm_write() 61 struct tb_nvm *nvm; in tb_retimer_nvm_add()
|
D | switch.c | 336 struct tb_nvm *nvm = priv; in tb_switch_nvm_read() 360 struct tb_nvm *nvm = priv; in tb_switch_nvm_write() 381 struct tb_nvm *nvm; in tb_switch_nvm_add() 450 struct tb_nvm *nvm; in tb_switch_nvm_remove()
|