Searched refs:nvmem_cell_get (Results 1 – 15 of 15) sorted by relevance
| /linux/include/linux/ |
| H A D | nvmem-consumer.h | 53 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 D | phy-mtk-mipi-dsi.c | 73 cell = nvmem_cell_get(mipi_tx->dev, "calibration-data"); in mtk_mipi_tx_get_calibration_datal()
|
| /linux/Documentation/driver-api/ |
| H A D | nvmem.rst | 99 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *name); 108 `*nvmem_cell_get()` apis will get a reference to nvmem cell for a given id,
|
| /linux/drivers/watchdog/ |
| H A D | rave-sp-wdt.c | 278 cell = nvmem_cell_get(dev, "wdt-timeout"); in rave_sp_wdt_probe()
|
| /linux/drivers/nvmem/ |
| H A D | core.c | 1502 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function 1518 EXPORT_SYMBOL_GPL(nvmem_cell_get); 1543 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get() 1817 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common() 1906 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_variable_common()
|
| /linux/drivers/phy/sunplus/ |
| H A D | phy-sunplus-usb2.c | 86 cell = nvmem_cell_get(usbphy->dev, disc_name); in update_disc_vol()
|
| /linux/net/ethernet/ |
| H A D | eth.c | 538 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-renesas.c | 475 cell = nvmem_cell_get(dev, "calibration"); in ufs_renesas_init()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_ll.c | 726 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
|
| /linux/drivers/extcon/ |
| H A D | extcon-rtk-type-c.c | 892 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 D | auxadc_thermal.c | 1089 cell = nvmem_cell_get(dev, "calibration-data"); in mtk_thermal_get_calibration_data()
|
| /linux/drivers/net/phy/mediatek/ |
| H A D | mtk-ge-soc.c | 1162 cell = nvmem_cell_get(&phydev->mdio.dev, "phy-cal-data"); in mt798x_phy_calibration()
|
| /linux/drivers/iio/adc/ |
| H A D | meson_saradc.c | 795 temperature_calib = nvmem_cell_get(dev, "temperature_calib"); in meson_sar_adc_temp_sensor_init()
|
| H A D | at91-sama5d2_adc.c | 2262 temp_calib = nvmem_cell_get(dev, "temperature_calib"); in at91_adc_temp_sensor_init()
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.c | 64 cell = nvmem_cell_get(dev, cname); in qfprom_read()
|