Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnvmem-consumer.h58 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id);
94 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get() function
/Linux-v5.4/drivers/nvmem/
Dcore.c811 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function
827 EXPORT_SYMBOL_GPL(nvmem_cell_get);
852 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get()
1096 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_u16()
1133 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_u32()
/Linux-v5.4/Documentation/driver-api/
Dnvmem.rst109 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *name);
118 `*nvmem_cell_get()` apis will get a reference to nvmem cell for a given id,
/Linux-v5.4/drivers/watchdog/
Drave-sp-wdt.c278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
/Linux-v5.4/drivers/thermal/qcom/
Dtsens-common.c21 cell = nvmem_cell_get(dev, cname); in qfprom_read()
/Linux-v5.4/net/ethernet/
Deth.c579 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
/Linux-v5.4/drivers/iio/adc/
Dsc27xx_adc.c142 cell = nvmem_cell_get(data->dev, cell_name); in sc27xx_adc_scale_calibration()
/Linux-v5.4/drivers/bluetooth/
Dhci_ll.c716 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
/Linux-v5.4/drivers/thermal/
Dmtk_thermal.c776 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
/Linux-v5.4/drivers/power/supply/
Dsc27xx_fuel_gauge.c868 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
/Linux-v5.4/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi.c986 cell = nvmem_cell_get(inno->dev, "cpu-version"); in inno_hdmi_phy_rk3328_init()
/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c1399 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()
/Linux-v5.4/drivers/net/ethernet/ni/
Dnixge.c1224 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()