Home
last modified time | relevance | path

Searched refs:nvmem_cell_get (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/linux/
Dnvmem-consumer.h35 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *name);
60 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get() function
/Linux-v4.19/drivers/thermal/qcom/
Dtsens-common.c38 cell = nvmem_cell_get(dev, cname); in qfprom_read()
/Linux-v4.19/Documentation/nvmem/
Dnvmem.txt73 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *name);
82 *nvmem_cell_get() apis will get a reference to nvmem cell for a given id,
/Linux-v4.19/drivers/nvmem/
Dcore.c927 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *cell_id) in nvmem_cell_get() function
943 EXPORT_SYMBOL_GPL(nvmem_cell_get);
968 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get()
1208 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_u32()
/Linux-v4.19/drivers/watchdog/
Drave-sp-wdt.c278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
/Linux-v4.19/drivers/thermal/
Dmtk_thermal.c610 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
/Linux-v4.19/drivers/bluetooth/
Dhci_ll.c704 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
/Linux-v4.19/drivers/net/ethernet/ni/
Dnixge.c1158 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c1477 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()