Home
last modified time | relevance | path

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

/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
/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()
/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,
/linux/drivers/watchdog/
H A Drave-sp-wdt.c278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
/linux/drivers/phy/sunplus/
H A Dphy-sunplus-usb2.c86 cell = nvmem_cell_get(usbphy->dev, disc_name); in update_disc_vol()
/linux/drivers/net/phy/aquantia/
H A Daquantia_firmware.c303 cell = nvmem_cell_get(&phydev->mdio.dev, "firmware"); in aqr_firmware_load_nvmem()
/linux/net/ethernet/
H A Deth.c541 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
/linux/drivers/iio/adc/
H A Dsc27xx_adc.c175 cell = nvmem_cell_get(data->dev, cell_name); in adc_nvmem_cell_calib_data()
/linux/drivers/extcon/
H A 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/drivers/thermal/mediatek/
H A Dauxadc_thermal.c1089 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
/linux/drivers/power/supply/
H A Dsc27xx_fuel_gauge.c965 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.c1734 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1174 cell = nvmem_cell_get(dev, "dp_calibration_data"); in mtk_dp_get_calibration_data()