Searched refs:nvmem_unregister (Results 1 – 5 of 5) sorted by relevance
189 void nvmem_unregister(struct nvmem_device *nvmem);215 static inline void nvmem_unregister(struct nvmem_device *nvmem) {} in nvmem_unregister() function
528 nvmem_unregister(nvm->non_active); in tb_nvm_free()529 nvmem_unregister(nvm->active); in tb_nvm_free()
114 nvmem_unregister(mtd->nvmem); in mtd_device_release()1011 nvmem_unregister(mtd->otp_user_nvmem); in mtd_otp_nvmem_add()1096 nvmem_unregister(mtd->otp_user_nvmem); in mtd_device_parse_register()1097 nvmem_unregister(mtd->otp_factory_nvmem); in mtd_device_parse_register()1122 nvmem_unregister(master->otp_user_nvmem); in mtd_device_unregister()1123 nvmem_unregister(master->otp_factory_nvmem); in mtd_device_unregister()
1062 void nvmem_unregister(struct nvmem_device *nvmem) in nvmem_unregister() function1067 EXPORT_SYMBOL_GPL(nvmem_unregister);1071 nvmem_unregister(nvmem); in devm_nvmem_unregister()
44 nvmem_unregister(nvmem) is used to unregister a previously registered provider.