Searched refs:nvmem_cell_get (Results 1 - 23 of 23) sorted by relevance

/linux-master/include/linux/
H A Dnvmem-consumer.h53 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id);
99 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, function
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-mipi-dsi.c73 cell = nvmem_cell_get(mipi_tx->dev, "calibration-data");
75 dev_info(mipi_tx->dev, "can't get nvmem_cell_get, ignore it\n");
/linux-master/drivers/watchdog/
H A Drave-sp-wdt.c278 cell = nvmem_cell_get(dev, "wdt-timeout");
/linux-master/drivers/phy/sunplus/
H A Dphy-sunplus-usb2.c86 cell = nvmem_cell_get(usbphy->dev, disc_name);
/linux-master/drivers/net/phy/aquantia/
H A Daquantia_firmware.c303 cell = nvmem_cell_get(&phydev->mdio.dev, "firmware");
/linux-master/drivers/nvmem/
H A Dcore.c1490 * nvmem_cell_get() - Get nvmem cell of device form a given cell name
1501 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) function
1517 EXPORT_SYMBOL_GPL(nvmem_cell_get); variable
1542 cell = nvmem_cell_get(dev, id);
1585 * @cell: Previously allocated nvmem cell by nvmem_cell_get().
1806 cell = nvmem_cell_get(dev, cell_id);
1895 cell = nvmem_cell_get(dev, cell_id);
/linux-master/drivers/thermal/
H A Dimx8mm_thermal.c207 cell = nvmem_cell_get(dev, "calib");
H A Dsun8i_thermal.c309 calcell = nvmem_cell_get(dev, "calibration");
/linux-master/net/ethernet/
H A Deth.c543 cell = nvmem_cell_get(dev, "mac-address");
/linux-master/drivers/bluetooth/
H A Dhci_ll.c714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address");
/linux-master/drivers/iio/adc/
H A Dsc27xx_adc.c175 cell = nvmem_cell_get(data->dev, cell_name);
/linux-master/drivers/phy/realtek/
H A Dphy-rtk-usb3.c443 cell = nvmem_cell_get(rtk_phy->dev, "usb_u3_tx_lfps_swing_trim");
H A Dphy-rtk-usb2.c884 cell = nvmem_cell_get(rtk_phy->dev, "usb-dc-cal");
926 cell = nvmem_cell_get(rtk_phy->dev, "usb-dc-dis");
/linux-master/drivers/extcon/
H A Dextcon-rtk-type-c.c893 cell = nvmem_cell_get(type_c->dev, "usb-cal");
977 cell = nvmem_cell_get(type_c->dev, "usb-type-c-cal");
/linux-master/drivers/power/supply/
H A Dsc27xx_fuel_gauge.c965 cell = nvmem_cell_get(data->dev, "fgu_calib");
/linux-master/drivers/thermal/mediatek/
H A Dauxadc_thermal.c1089 cell = nvmem_cell_get(dev, "calibration-data");
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c1149 cell = nvmem_cell_get(inno->dev, "cpu-version");
/linux-master/drivers/thermal/qcom/
H A Dtsens.c63 cell = nvmem_cell_get(dev, cname);
/linux-master/drivers/net/ethernet/ni/
H A Dnixge.c1240 cell = nvmem_cell_get(dev, "address");
/linux-master/drivers/net/phy/
H A Dmediatek-ge-soc.c1077 cell = nvmem_cell_get(&phydev->mdio.dev, "phy-cal-data");
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.c1721 cell = nvmem_cell_get(dev, "speed_bin");
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1076 cell = nvmem_cell_get(dev, "dp_calibration_data");
/linux-master/drivers/soc/mediatek/
H A Dmtk-svs.c1866 cell = nvmem_cell_get(svsp->dev, nvmem_cell_name);

Completed in 930 milliseconds