| /OK3568_Linux_fs/u-boot/scripts/coccinelle/net/ |
| H A D | mdio_register.cocci | 1 /// Use mdio_alloc and mdio_register instead of miiphy_register 17 + struct mii_dev *mdiodev = mdio_alloc();
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | miiphyutil.su | |
| H A D | miiphyutil.c | 68 struct mii_dev *mdio_alloc(void) in mdio_alloc() function
|
| /OK3568_Linux_fs/u-boot/board/gdsys/common/ |
| H A D | ihs_mdio.c | 73 struct mii_dev *bus = mdio_alloc(); in ihs_mdio_init()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | tgec_phy.c | 111 struct mii_dev *bus = mdio_alloc(); in fm_tgec_mdio_init()
|
| H A D | memac_phy.c | 139 struct mii_dev *bus = mdio_alloc(); in fm_memac_mdio_init()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | fsl_mdio.c | 97 struct mii_dev *bus = mdio_alloc(); in fsl_pq_mdio_init()
|
| H A D | pic32_mdio.c | 108 bus = mdio_alloc(); in pic32_mdio_init()
|
| H A D | xilinx_ll_temac_mdio.c | 153 struct mii_dev *bus = mdio_alloc(); in xilinx_ll_temac_mdio_initialize()
|
| H A D | lpc32xx_eth.c | 562 bus = mdio_alloc(); in lpc32xx_eth_phylib_init() 633 struct mii_dev *mdiodev = mdio_alloc(); in lpc32xx_eth_initialize()
|
| H A D | mvgbe.c | 655 bus = mdio_alloc(); in mvgbe_phylib_init() 773 struct mii_dev *mdiodev = mdio_alloc(); in mvgbe_initialize()
|
| H A D | bcm-sf2-eth.c | 248 struct mii_dev *mdiodev = mdio_alloc(); in bcm_sf2_eth_register()
|
| H A D | smc911x.c | 287 struct mii_dev *mdiodev = mdio_alloc(); in smc911x_initialize()
|
| H A D | keystone_net.c | 708 mdio_bus = mdio_alloc(); in keystone2_emac_initialize() 924 mdio_bus = mdio_alloc(); in ks2_eth_probe()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.drivers.eth | 86 bus = mdio_alloc(); 195 a call to mdio_alloc() and mdio_register() like so: 196 bus = mdio_alloc();
|
| /OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/ |
| H A D | strider.c | 183 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init() 265 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
|
| H A D | hrcon.c | 166 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init() 212 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | mdio-uclass.c | 73 pdata->mii_bus = mdio_alloc(); in dm_mdio_post_probe()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | miiphy.h | 48 struct mii_dev *mdio_alloc(void);
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1021aqds/ |
| H A D | eth.c | 99 struct mii_dev *bus = mdio_alloc(); in ls1021a_mdio_init()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_eth.c | 294 struct mii_dev *mdiodev = mdio_alloc(); in au1x00_enet_initialize()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | ihs_phys.c | 106 struct mii_dev *mdiodev = mdio_alloc(); in register_miiphy_bus()
|
| /OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/ |
| H A D | eth_hydra.c | 156 struct mii_dev *bus = mdio_alloc(); in hydra_mdio_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/ |
| H A D | eth.c | 120 struct mii_dev *bus = mdio_alloc(); in ls1046aqds_mdio_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t102xqds/ |
| H A D | eth_t102xqds.c | 134 struct mii_dev *bus = mdio_alloc(); in t1024qds_mdio_init()
|