Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnvmem-consumer.h59 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id);
104 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get() function
/Linux-v6.1/Documentation/driver-api/
Dnvmem.rst105 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *name);
114 `*nvmem_cell_get()` apis will get a reference to nvmem cell for a given id,
/Linux-v6.1/drivers/phy/mediatek/
Dphy-mtk-mipi-dsi.c73 cell = nvmem_cell_get(mipi_tx->dev, "calibration-data"); in mtk_mipi_tx_get_calibration_datal()
/Linux-v6.1/drivers/nvmem/
Dcore.c1281 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function
1297 EXPORT_SYMBOL_GPL(nvmem_cell_get);
1322 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get()
1576 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common()
1665 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_variable_common()
/Linux-v6.1/drivers/watchdog/
Drave-sp-wdt.c278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
/Linux-v6.1/drivers/phy/sunplus/
Dphy-sunplus-usb2.c86 cell = nvmem_cell_get(usbphy->dev, disc_name); in update_disc_vol()
/Linux-v6.1/net/ethernet/
Deth.c553 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
/Linux-v6.1/drivers/bluetooth/
Dhci_ll.c714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
/Linux-v6.1/drivers/iio/adc/
Dsc27xx_adc.c173 cell = nvmem_cell_get(data->dev, cell_name); in adc_nvmem_cell_calib_data()
/Linux-v6.1/drivers/thermal/
Dmtk_thermal.c905 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
/Linux-v6.1/drivers/power/supply/
Dsc27xx_fuel_gauge.c972 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
/Linux-v6.1/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi.c990 cell = nvmem_cell_get(inno->dev, "cpu-version"); in inno_hdmi_phy_rk3328_init()
/Linux-v6.1/drivers/thermal/qcom/
Dtsens.c63 cell = nvmem_cell_get(dev, cname); in qfprom_read()
/Linux-v6.1/drivers/soc/mediatek/
Dmtk-svs.c1715 cell = nvmem_cell_get(svsp->dev, "t-calibration-data"); in svs_thermal_efuse_get_data()
1996 cell = nvmem_cell_get(svsp->dev, "svs-calibration-data"); in svs_is_efuse_data_correct()
/Linux-v6.1/drivers/net/ethernet/ni/
Dnixge.c1213 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
/Linux-v6.1/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c1728 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()
/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_dp.c1068 cell = nvmem_cell_get(dev, "dp_calibration_data"); in mtk_dp_get_calibration_data()