Searched refs:nvmem_cell_get (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/ |
| A 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/Documentation/driver-api/ |
| A 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/drivers/nvmem/ |
| A D | core.c | 1300 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function 1316 EXPORT_SYMBOL_GPL(nvmem_cell_get); 1341 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get() 1595 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common() 1684 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_variable_common()
|
| /linux/drivers/watchdog/ |
| A D | rave-sp-wdt.c | 278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
|
| /linux/drivers/phy/mediatek/ |
| A D | phy-mtk-mipi-dsi.c | 97 cell = nvmem_cell_get(mipi_tx->dev, "calibration-data"); in mtk_mipi_tx_get_calibration_datal()
|
| /linux/net/ethernet/ |
| A D | eth.c | 561 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
|
| /linux/drivers/iio/adc/ |
| A D | sc27xx_adc.c | 142 cell = nvmem_cell_get(data->dev, cell_name); in sc27xx_adc_scale_calibration()
|
| /linux/drivers/bluetooth/ |
| A D | hci_ll.c | 714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
|
| /linux/drivers/thermal/ |
| A D | mtk_thermal.c | 905 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
|
| /linux/drivers/power/supply/ |
| A D | sc27xx_fuel_gauge.c | 972 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
|
| /linux/drivers/thermal/qcom/ |
| A D | tsens.c | 62 cell = nvmem_cell_get(dev, cname); in qfprom_read()
|
| /linux/drivers/phy/rockchip/ |
| A D | phy-rockchip-inno-hdmi.c | 990 cell = nvmem_cell_get(inno->dev, "cpu-version"); in inno_hdmi_phy_rk3328_init()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| A D | a5xx_gpu.c | 1727 cell = nvmem_cell_get(dev, "speed_bin"); in check_speed_bin()
|
| /linux/drivers/net/ethernet/ni/ |
| A D | nixge.c | 1210 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
|
| /linux/ |
| A D | vmlinux.symvers | 10862 0x00000000 nvmem_cell_get vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 48949 ffff800010d160f0 T nvmem_cell_get
|
| A D | .tmp_System.map | 48949 ffff800010d160f0 T nvmem_cell_get
|
Completed in 337 milliseconds