Lines Matching refs:nvm
140 * @nvm: Pointer to the NVM if the switch has one (%NULL otherwise)
195 struct tb_nvm *nvm;
334 * @nvm: Pointer to the NVM if the retimer has one (%NULL otherwise)
346 struct tb_nvm *nvm;
821 int tb_nvm_read_version(struct tb_nvm *nvm);
822 int tb_nvm_validate(struct tb_nvm *nvm);
823 int tb_nvm_write_headers(struct tb_nvm *nvm);
824 int tb_nvm_add_active(struct tb_nvm *nvm, nvmem_reg_read_t reg_read);
825 int tb_nvm_write_buf(struct tb_nvm *nvm, unsigned int offset, void *val,
827 int tb_nvm_add_non_active(struct tb_nvm *nvm, nvmem_reg_write_t reg_write);
828 void tb_nvm_free(struct tb_nvm *nvm);