/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() 75 dev_info(mipi_tx->dev, "can't get nvmem_cell_get, ignore it\n"); 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 | 1494 * nvmem_cell_get() - Get nvmem cell of device from a given cell name 1505 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get() function 1521 EXPORT_SYMBOL_GPL(nvmem_cell_get); 1546 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get() 1589 * @cell: Previously allocated nvmem cell by nvmem_cell_get(). 1820 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common() 1909 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 | 541 cell = nvmem_cell_get(dev, "mac-address"); in nvmem_get_mac_address()
|
/linux/drivers/phy/realtek/ |
H A D | phy-rtk-usb2.c | 884 cell = nvmem_cell_get(rtk_phy->dev, "usb-dc-cal"); in get_phy_data_by_efuse() 926 cell = nvmem_cell_get(rtk_phy->dev, "usb-dc-dis"); in get_phy_data_by_efuse()
|
H A D | phy-rtk-usb3.c | 443 cell = nvmem_cell_get(rtk_phy->dev, "usb_u3_tx_lfps_swing_trim"); in get_phy_data_by_efuse()
|
/linux/drivers/thermal/ |
H A D | sun8i_thermal.c | 310 calcell = nvmem_cell_get(dev, "calibration"); in sun8i_ths_calibrate()
|
/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 | 714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()
|
/linux/drivers/iio/adc/ |
H A D | sc27xx_adc.c | 175 cell = nvmem_cell_get(data->dev, cell_name); in adc_nvmem_cell_calib_data()
|
/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/power/supply/ |
H A D | sc27xx_fuel_gauge.c | 965 cell = nvmem_cell_get(data->dev, "fgu_calib"); in sc27xx_fgu_calibration()
|
/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/net/ethernet/ni/ |
H A D | nixge.c | 1240 cell = nvmem_cell_get(dev, "address"); in nixge_get_nvmem_address()
|
/linux/drivers/thermal/qcom/ |
H A D | tsens.c | 64 cell = nvmem_cell_get(dev, cname); in qfprom_read()
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_dp.c | 1174 cell = nvmem_cell_get(dev, "dp_calibration_data"); in mtk_dp_get_calibration_data()
|
/linux/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 1866 cell = nvmem_cell_get(svsp->dev, nvmem_cell_name); in svs_get_efuse_data()
|