Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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
/linux-6.12.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-6.12.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-6.12.1/drivers/watchdog/
Drave-sp-wdt.c278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
/linux-6.12.1/drivers/nvmem/
Dcore.c1518 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function
1534 EXPORT_SYMBOL_GPL(nvmem_cell_get);
1559 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get()
1823 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common()
1912 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_variable_common()
/linux-6.12.1/drivers/phy/sunplus/
Dphy-sunplus-usb2.c86 cell = nvmem_cell_get(usbphy->dev, disc_name); in update_disc_vol()
/linux-6.12.1/drivers/net/phy/aquantia/
Daquantia_firmware.c303 cell = nvmem_cell_get(&phydev->mdio.dev, "firmware"); in aqr_firmware_load_nvmem()
/linux-6.12.1/net/ethernet/
Deth.c541 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
/linux-6.12.1/drivers/thermal/
Dimx8mm_thermal.c207 cell = nvmem_cell_get(dev, "calib"); in imx8mm_tmu_probe_set_calib_v2()
Dsun8i_thermal.c309 calcell = nvmem_cell_get(dev, "calibration"); in sun8i_ths_calibrate()
/linux-6.12.1/drivers/phy/realtek/
Dphy-rtk-usb2.c884 cell = nvmem_cell_get(rtk_phy->dev, "usb-dc-cal"); in get_phy_data_by_efuse()
926 cell = nvmem_cell_get(rtk_phy->dev, "usb-dc-dis"); in get_phy_data_by_efuse()
Dphy-rtk-usb3.c443 cell = nvmem_cell_get(rtk_phy->dev, "usb_u3_tx_lfps_swing_trim"); in get_phy_data_by_efuse()
/linux-6.12.1/drivers/bluetooth/
Dhci_ll.c714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
/linux-6.12.1/drivers/iio/adc/
Dsc27xx_adc.c175 cell = nvmem_cell_get(data->dev, cell_name); in adc_nvmem_cell_calib_data()
/linux-6.12.1/drivers/extcon/
Dextcon-rtk-type-c.c892 cell = nvmem_cell_get(type_c->dev, "usb-cal"); in __updated_type_c_parameter_by_efuse()
976 cell = nvmem_cell_get(type_c->dev, "usb-type-c-cal"); in __updated_type_c_parameter_by_efuse_v2()
/linux-6.12.1/drivers/thermal/mediatek/
Dauxadc_thermal.c1089 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
/linux-6.12.1/drivers/power/supply/
Dsc27xx_fuel_gauge.c965 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
/linux-6.12.1/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi.c1149 cell = nvmem_cell_get(inno->dev, "cpu-version"); in inno_hdmi_phy_rk3328_init()
/linux-6.12.1/drivers/net/phy/
Dmediatek-ge-soc.c1077 cell = nvmem_cell_get(&phydev->mdio.dev, "phy-cal-data"); in mt798x_phy_calibration()
/linux-6.12.1/drivers/net/ethernet/ni/
Dnixge.c1240 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
/linux-6.12.1/drivers/thermal/qcom/
Dtsens.c64 cell = nvmem_cell_get(dev, cname); in qfprom_read()
/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c1734 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()
/linux-6.12.1/drivers/gpu/drm/mediatek/
Dmtk_dp.c1159 cell = nvmem_cell_get(dev, "dp_calibration_data"); in mtk_dp_get_calibration_data()
/linux-6.12.1/drivers/soc/mediatek/
Dmtk-svs.c1866 cell = nvmem_cell_get(svsp->dev, nvmem_cell_name); in svs_get_efuse_data()