Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnvmem-consumer.h54 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-6.12.1/drivers/power/reset/
Dnvmem-reboot-mode.c46 nvmem_rbm->cell = devm_nvmem_cell_get(&pdev->dev, "reboot-mode"); in nvmem_reboot_mode_probe()
/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dath9k_pci_owl_loader.c181 ctx->cell = devm_nvmem_cell_get(&ctx->pdev->dev, "calibration"); in owl_nvmem_probe()
Dinit.c580 cell = devm_nvmem_cell_get(sc->dev, "calibration"); in ath9k_nvmem_request_eeprom()
/linux-6.12.1/drivers/phy/socionext/
Dphy-uniphier-usb3hs.c107 cell = devm_nvmem_cell_get(priv->dev, name); in uniphier_u3hsphy_get_nvparam()
/linux-6.12.1/drivers/rtc/
Drtc-pm8xxx.c483 rtc_dd->nvmem_cell = devm_nvmem_cell_get(&pdev->dev, "offset"); in pm8xxx_rtc_probe()
/linux-6.12.1/Documentation/driver-api/
Dnvmem.rst106 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *name);
/linux-6.12.1/drivers/nvmem/
Dcore.c1551 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id) in devm_nvmem_cell_get() function
1569 EXPORT_SYMBOL_GPL(devm_nvmem_cell_get);
/linux-6.12.1/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c1016 qphy->cell = devm_nvmem_cell_get(dev, NULL); in qusb2_phy_probe()
/linux-6.12.1/drivers/iio/adc/
Dmeson_saradc.c791 temperature_calib = devm_nvmem_cell_get(dev, "temperature_calib"); in meson_sar_adc_temp_sensor_init()
Dat91-sama5d2_adc.c2272 temp_calib = devm_nvmem_cell_get(dev, "temperature_calib"); in at91_adc_temp_sensor_init()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dcore.c1980 cell = devm_nvmem_cell_get(ar->dev, cell_name); in ath10k_download_cal_nvmem()