Searched refs:nvmem_unregister (Results 1 – 5 of 5) sorted by relevance
169 void nvmem_unregister(struct nvmem_device *nvmem);196 static inline void nvmem_unregister(struct nvmem_device *nvmem) {} in nvmem_unregister() function
132 nvmem_unregister(unv->nvmem); in ubi_nvmem_remove()178 nvmem_unregister(unv->nvmem); in ubi_nvmem_exit()
538 nvmem_unregister(nvm->non_active); in tb_nvm_free()539 nvmem_unregister(nvm->active); in tb_nvm_free()
125 nvmem_unregister(mtd->nvmem); in mtd_device_release()1085 nvmem_unregister(mtd->otp_user_nvmem); in mtd_otp_nvmem_add()1184 nvmem_unregister(mtd->otp_user_nvmem); in mtd_device_parse_register()1185 nvmem_unregister(mtd->otp_factory_nvmem); in mtd_device_parse_register()1213 nvmem_unregister(master->otp_user_nvmem); in mtd_device_unregister()1214 nvmem_unregister(master->otp_factory_nvmem); in mtd_device_unregister()
44 nvmem_unregister() is used to unregister a previously registered provider.