Home
last modified time | relevance | path

Searched refs:of_device_get_match_data (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/linux/
Dof_device.h36 extern const void *of_device_get_match_data(const struct device *dev);
70 static inline const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_platform.c31 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
/linux-4.4.14/drivers/of/
Ddevice.c167 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function
177 EXPORT_SYMBOL(of_device_get_match_data);
/linux-4.4.14/drivers/watchdog/
Dmpc8xxx_wdt.c154 wdt_type = of_device_get_match_data(&ofdev->dev); in mpc8xxx_wdt_probe()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sti.c333 data = of_device_get_match_data(&pdev->dev); in sti_dwmac_probe()
Ddwmac-rk.c576 data = of_device_get_match_data(&pdev->dev); in rk_gmac_probe()
/linux-4.4.14/drivers/input/misc/
Dpmic8xxx-pwrkey.c374 pwrkey->shutdown_fn = of_device_get_match_data(&pdev->dev); in pmic8xxx_pwrkey_probe()
/linux-4.4.14/drivers/gpio/
Dgpio-mpc8xxx.c387 of_device_get_match_data(&pdev->dev); in mpc8xxx_probe()
/linux-4.4.14/drivers/spi/
Dspi-mpc512x-psc.c505 mps->type = (int)of_device_get_match_data(dev); in mpc512x_psc_spi_do_probe()
/linux-4.4.14/drivers/pinctrl/qcom/
Dpinctrl-ssbi-gpio.c675 pctrl->npins = (unsigned long)of_device_get_match_data(&pdev->dev); in pm8xxx_gpio_probe()
Dpinctrl-ssbi-mpp.c766 pctrl->npins = (unsigned long)of_device_get_match_data(&pdev->dev); in pm8xxx_mpp_probe()
/linux-4.4.14/drivers/input/touchscreen/
Dedt-ft5x06.c896 chip_data = of_device_get_match_data(&client->dev); in edt_ft5x06_ts_probe()
/linux-4.4.14/drivers/usb/phy/
Dphy-msm-usb.c1520 pdata->phy_type = (enum msm_usb_phy_type)of_device_get_match_data(&pdev->dev); in msm_otg_read_dt()