Searched refs:of_device_get_match_data (Results 1 – 13 of 13) sorted by relevance
36 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
31 func = of_device_get_match_data(&pdev->dev); in nouveau_platform_probe()
167 const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data() function177 EXPORT_SYMBOL(of_device_get_match_data);
154 wdt_type = of_device_get_match_data(&ofdev->dev); in mpc8xxx_wdt_probe()
333 data = of_device_get_match_data(&pdev->dev); in sti_dwmac_probe()
576 data = of_device_get_match_data(&pdev->dev); in rk_gmac_probe()
374 pwrkey->shutdown_fn = of_device_get_match_data(&pdev->dev); in pmic8xxx_pwrkey_probe()
387 of_device_get_match_data(&pdev->dev); in mpc8xxx_probe()
505 mps->type = (int)of_device_get_match_data(dev); in mpc512x_psc_spi_do_probe()
675 pctrl->npins = (unsigned long)of_device_get_match_data(&pdev->dev); in pm8xxx_gpio_probe()
766 pctrl->npins = (unsigned long)of_device_get_match_data(&pdev->dev); in pm8xxx_mpp_probe()
896 chip_data = of_device_get_match_data(&client->dev); in edt_ft5x06_ts_probe()
1520 pdata->phy_type = (enum msm_usb_phy_type)of_device_get_match_data(&pdev->dev); in msm_otg_read_dt()