Home
last modified time | relevance | path

Searched refs:mdio_ops (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/net/
Dmdio-mux-uclass.c56 static struct mdio_ops *mmux_get_mdio_parent_ops(struct udevice *mux) in mmux_get_mdio_parent_ops()
92 struct mdio_ops *parent_ops = mmux_get_mdio_parent_ops(mux); in mmux_read()
111 struct mdio_ops *parent_ops = mmux_get_mdio_parent_ops(mux); in mmux_write()
129 struct mdio_ops *parent_ops = mmux_get_mdio_parent_ops(mux); in mmux_reset()
211 const struct mdio_ops mmux_child_mdio_ops = {
Dmdio-uclass.c107 struct mdio_ops *ops = mdio_get_ops(dev); in dm_mdio_pre_remove()
/external/u-boot/include/
Dmiiphy.h139 struct mdio_ops { struct
146 #define mdio_get_ops(dev) ((struct mdio_ops *)(dev)->driver->ops) argument
/external/u-boot/test/dm/
Dmdio.c27 struct mdio_ops *ops; in dm_test_mdio()
Dmdio_mux.c25 struct mdio_ops *ops, *ops_parent; in dm_test_mdio_mux()
/external/u-boot/drivers/net/
Dmdio_mux_sandbox.c23 struct mdio_ops *ops; in mdio_mux_sandbox_mark_selection()
Dmdio_sandbox.c67 static const struct mdio_ops mdio_sandbox_ops = {
Dfsl_enetc_mdio.c98 static const struct mdio_ops enetc_mdio_ops = {
Dmvmdio.c216 static const struct mdio_ops mvmdio_ops = {