Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnvmem-consumer.h53 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id);
99 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get() function
/openbmc/linux/drivers/phy/mediatek/
H A Dphy-mtk-mipi-dsi.c73 cell = nvmem_cell_get(mipi_tx->dev, "calibration-data"); in mtk_mipi_tx_get_calibration_datal()
/openbmc/linux/Documentation/driver-api/
H A 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,
/openbmc/linux/drivers/watchdog/
H A Drave-sp-wdt.c278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
/openbmc/linux/drivers/nvmem/
H A Dcore.c1464 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function
1480 EXPORT_SYMBOL_GPL(nvmem_cell_get);
1505 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get()
1768 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common()
1857 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_variable_common()
/openbmc/linux/drivers/phy/sunplus/
H A Dphy-sunplus-usb2.c86 cell = nvmem_cell_get(usbphy->dev, disc_name); in update_disc_vol()
/openbmc/linux/drivers/thermal/
H A Dimx8mm_thermal.c207 cell = nvmem_cell_get(dev, "calib"); in imx8mm_tmu_probe_set_calib_v2()
H A Dsun8i_thermal.c287 calcell = nvmem_cell_get(dev, "calibration"); in sun8i_ths_calibrate()
/openbmc/linux/net/ethernet/
H A Deth.c543 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
/openbmc/linux/drivers/bluetooth/
H A Dhci_ll.c714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
/openbmc/linux/drivers/iio/adc/
H A Dsc27xx_adc.c175 cell = nvmem_cell_get(data->dev, cell_name); in adc_nvmem_cell_calib_data()
/openbmc/linux/drivers/thermal/mediatek/
H A Dauxadc_thermal.c1089 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
/openbmc/linux/drivers/power/supply/
H A Dsc27xx_fuel_gauge.c965 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c1149 cell = nvmem_cell_get(inno->dev, "cpu-version"); in inno_hdmi_phy_rk3328_init()
/openbmc/linux/drivers/net/phy/
H A Dmediatek-ge-soc.c1077 cell = nvmem_cell_get(&phydev->mdio.dev, "phy-cal-data"); in mt798x_phy_calibration()
/openbmc/linux/drivers/thermal/qcom/
H A Dtsens.c63 cell = nvmem_cell_get(dev, cname); in qfprom_read()
/openbmc/linux/drivers/net/ethernet/ni/
H A Dnixge.c1241 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.c1732 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()
/openbmc/linux/drivers/soc/mediatek/
H A Dmtk-svs.c1725 cell = nvmem_cell_get(svsp->dev, nvmem_cell_name); in svs_get_efuse_data()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1074 cell = nvmem_cell_get(dev, "dp_calibration_data"); in mtk_dp_get_calibration_data()