Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnvmem-consumer.h58 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id);
103 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get() function
/Linux-v5.15/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.15/drivers/nvmem/
Dcore.c1263 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function
1279 EXPORT_SYMBOL_GPL(nvmem_cell_get);
1304 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get()
1541 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common()
1630 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_variable_common()
/Linux-v5.15/drivers/watchdog/
Drave-sp-wdt.c278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
/Linux-v5.15/drivers/phy/mediatek/
Dphy-mtk-mipi-dsi.c97 cell = nvmem_cell_get(mipi_tx->dev, "calibration-data"); in mtk_mipi_tx_get_calibration_datal()
/Linux-v5.15/net/ethernet/
Deth.c540 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
/Linux-v5.15/drivers/iio/adc/
Dsc27xx_adc.c142 cell = nvmem_cell_get(data->dev, cell_name); in sc27xx_adc_scale_calibration()
/Linux-v5.15/drivers/bluetooth/
Dhci_ll.c714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
/Linux-v5.15/drivers/thermal/
Dmtk_thermal.c905 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
/Linux-v5.15/drivers/power/supply/
Dsc27xx_fuel_gauge.c972 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
/Linux-v5.15/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi.c990 cell = nvmem_cell_get(inno->dev, "cpu-version"); in inno_hdmi_phy_rk3328_init()
/Linux-v5.15/drivers/thermal/qcom/
Dtsens.c62 cell = nvmem_cell_get(dev, cname); in qfprom_read()
/Linux-v5.15/drivers/net/ethernet/ni/
Dnixge.c1210 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
/Linux-v5.15/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c1727 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()