Searched refs:nvmem_cell_get (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/include/linux/ |
D | nvmem-consumer.h | 58 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id); 103 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get() function
|
/Linux-v5.15/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.15/drivers/nvmem/ |
D | core.c | 1263 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function 1279 EXPORT_SYMBOL_GPL(nvmem_cell_get); 1304 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get() 1541 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common() 1630 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_variable_common()
|
/Linux-v5.15/drivers/watchdog/ |
D | rave-sp-wdt.c | 278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
|
/Linux-v5.15/drivers/phy/mediatek/ |
D | phy-mtk-mipi-dsi.c | 97 cell = nvmem_cell_get(mipi_tx->dev, "calibration-data"); in mtk_mipi_tx_get_calibration_datal()
|
/Linux-v5.15/net/ethernet/ |
D | eth.c | 540 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
|
/Linux-v5.15/drivers/iio/adc/ |
D | sc27xx_adc.c | 142 cell = nvmem_cell_get(data->dev, cell_name); in sc27xx_adc_scale_calibration()
|
/Linux-v5.15/drivers/bluetooth/ |
D | hci_ll.c | 714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
|
/Linux-v5.15/drivers/thermal/ |
D | mtk_thermal.c | 905 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
|
/Linux-v5.15/drivers/power/supply/ |
D | sc27xx_fuel_gauge.c | 972 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
|
/Linux-v5.15/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.15/drivers/thermal/qcom/ |
D | tsens.c | 62 cell = nvmem_cell_get(dev, cname); in qfprom_read()
|
/Linux-v5.15/drivers/net/ethernet/ni/ |
D | nixge.c | 1210 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
|
/Linux-v5.15/drivers/gpu/drm/msm/adreno/ |
D | a5xx_gpu.c | 1727 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()
|