Searched refs:nvmem_cell_get (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/include/linux/ |
D | nvmem-consumer.h | 58 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-v5.10/Documentation/driver-api/ |
D | nvmem.rst | 109 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.10/drivers/watchdog/ |
D | rave-sp-wdt.c | 278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
|
/Linux-v5.10/drivers/nvmem/ |
D | core.c | 1103 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function 1119 EXPORT_SYMBOL_GPL(nvmem_cell_get); 1144 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get() 1380 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common()
|
/Linux-v5.10/drivers/gpu/drm/mediatek/ |
D | mtk_mipi_tx.c | 97 cell = nvmem_cell_get(mipi_tx->dev, "calibration-data"); in mtk_mipi_tx_get_calibration_datal()
|
/Linux-v5.10/net/ethernet/ |
D | eth.c | 540 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
|
/Linux-v5.10/drivers/iio/adc/ |
D | sc27xx_adc.c | 142 cell = nvmem_cell_get(data->dev, cell_name); in sc27xx_adc_scale_calibration()
|
/Linux-v5.10/drivers/bluetooth/ |
D | hci_ll.c | 713 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
|
/Linux-v5.10/drivers/thermal/ |
D | mtk_thermal.c | 903 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
|
/Linux-v5.10/drivers/power/supply/ |
D | sc27xx_fuel_gauge.c | 972 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
|
/Linux-v5.10/drivers/thermal/qcom/ |
D | tsens.c | 61 cell = nvmem_cell_get(dev, cname); in qfprom_read()
|
/Linux-v5.10/drivers/phy/rockchip/ |
D | phy-rockchip-inno-hdmi.c | 990 cell = nvmem_cell_get(inno->dev, "cpu-version"); in inno_hdmi_phy_rk3328_init()
|
/Linux-v5.10/drivers/gpu/drm/msm/adreno/ |
D | a5xx_gpu.c | 1539 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()
|
/Linux-v5.10/drivers/net/ethernet/ni/ |
D | nixge.c | 1204 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
|
/Linux-v5.10/drivers/soc/qcom/ |
D | cpr.c | 813 cell = nvmem_cell_get(dev, cname); in cpr_read_efuse()
|