Searched refs:devm_nvmem_cell_get (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/ |
| A D | nvmem-consumer.h | 59 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id); 109 static inline struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, in devm_nvmem_cell_get() function
|
| /linux/drivers/power/reset/ |
| A D | nvmem-reboot-mode.c | 46 nvmem_rbm->cell = devm_nvmem_cell_get(&pdev->dev, "reboot-mode"); in nvmem_reboot_mode_probe()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | ath9k_pci_owl_loader.c | 181 ctx->cell = devm_nvmem_cell_get(&ctx->pdev->dev, "calibration"); in owl_nvmem_probe()
|
| A D | init.c | 580 cell = devm_nvmem_cell_get(sc->dev, "calibration"); in ath9k_nvmem_request_eeprom()
|
| /linux/drivers/phy/socionext/ |
| A D | phy-uniphier-usb3hs.c | 107 cell = devm_nvmem_cell_get(priv->dev, name); in uniphier_u3hsphy_get_nvparam()
|
| /linux/Documentation/driver-api/ |
| A D | nvmem.rst | 110 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *name);
|
| /linux/drivers/thermal/ |
| A D | sun8i_thermal.c | 289 calcell = devm_nvmem_cell_get(dev, "calibration"); in sun8i_ths_calibrate()
|
| /linux/drivers/nvmem/ |
| A D | core.c | 1333 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id) in devm_nvmem_cell_get() function 1351 EXPORT_SYMBOL_GPL(devm_nvmem_cell_get);
|
| /linux/drivers/phy/qualcomm/ |
| A D | phy-qcom-qusb2.c | 1020 qphy->cell = devm_nvmem_cell_get(dev, NULL); in qusb2_phy_probe()
|
| /linux/drivers/iio/adc/ |
| A D | meson_saradc.c | 708 temperature_calib = devm_nvmem_cell_get(indio_dev->dev.parent, in meson_sar_adc_temp_sensor_init()
|
| /linux/ |
| A D | vmlinux.symvers | 6518 0x00000000 devm_nvmem_cell_get vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 48950 ffff800010d162a0 T devm_nvmem_cell_get
|
| A D | .tmp_System.map | 48950 ffff800010d162a0 T devm_nvmem_cell_get
|
Completed in 320 milliseconds