Lines Matching refs:data
313 const struct sti_dwmac_of_data *data;
318 data = of_device_get_match_data(&pdev->dev);
319 if (!data) {
320 dev_err(&pdev->dev, "No OF match data provided\n");
340 dev_err(&pdev->dev, "Unable to parse OF data\n");
344 dwmac->fix_retime_src = data->fix_retime_src;
347 plat_dat->fix_mac_speed = data->fix_retime_src;
415 { .compatible = "st,stih415-dwmac", .data = &stih4xx_dwmac_data},
416 { .compatible = "st,stih416-dwmac", .data = &stih4xx_dwmac_data},
417 { .compatible = "st,stid127-dwmac", .data = &stid127_dwmac_data},
418 { .compatible = "st,stih407-dwmac", .data = &stih4xx_dwmac_data},