Home
last modified time | relevance | path

Searched refs:sh_eth_plat_data (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dsh_eth.h8 struct sh_eth_plat_data { struct
/linux/arch/sh/boards/
H A Dboard-espt.c77 static struct sh_eth_plat_data sh7763_eth_pdata = {
/linux/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c85 static struct sh_eth_plat_data sh7763_eth_pdata = {
/linux/arch/sh/boards/mach-se/770x/
H A Dsetup.c119 static struct sh_eth_plat_data sh_eth_plat = {
/linux/arch/sh/kernel/cpu/sh2/
H A Dsetup-sh7619.c121 static struct sh_eth_plat_data eth_platform_data = {
/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.c3092 struct sh_eth_plat_data *pd) in sh_mdio_init()
3204 static struct sh_eth_plat_data *sh_eth_parse_dt(struct device *dev) in sh_eth_parse_dt()
3207 struct sh_eth_plat_data *pdata; in sh_eth_parse_dt()
3249 static inline struct sh_eth_plat_data *sh_eth_parse_dt(struct device *dev) in sh_eth_parse_dt()
3258 struct sh_eth_plat_data *pd = dev_get_platdata(&pdev->dev); in sh_eth_drv_probe()