Home
last modified time | relevance | path

Searched refs:devm_nvmem_cell_get (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/include/linux/
Dnvmem-consumer.h59 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id);
105 static inline struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, in devm_nvmem_cell_get() function
/Linux-v5.10/drivers/power/reset/
Dnvmem-reboot-mode.c46 nvmem_rbm->cell = devm_nvmem_cell_get(&pdev->dev, "reboot-mode"); in nvmem_reboot_mode_probe()
/Linux-v5.10/drivers/phy/socionext/
Dphy-uniphier-usb3hs.c107 cell = devm_nvmem_cell_get(priv->dev, name); in uniphier_u3hsphy_get_nvparam()
/Linux-v5.10/Documentation/driver-api/
Dnvmem.rst110 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *name);
/Linux-v5.10/drivers/thermal/
Dsun8i_thermal.c288 calcell = devm_nvmem_cell_get(dev, "calibration"); in sun8i_ths_calibrate()
/Linux-v5.10/drivers/nvmem/
Dcore.c1136 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id) in devm_nvmem_cell_get() function
1154 EXPORT_SYMBOL_GPL(devm_nvmem_cell_get);
/Linux-v5.10/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c911 qphy->cell = devm_nvmem_cell_get(dev, NULL); in qusb2_phy_probe()
/Linux-v5.10/drivers/iio/adc/
Dmeson_saradc.c710 temperature_calib = devm_nvmem_cell_get(indio_dev->dev.parent, in meson_sar_adc_temp_sensor_init()