Searched refs:mdio_ops (Results 1 – 9 of 9) sorted by relevance
56 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 = {
107 struct mdio_ops *ops = mdio_get_ops(dev); in dm_mdio_pre_remove()
139 struct mdio_ops { struct146 #define mdio_get_ops(dev) ((struct mdio_ops *)(dev)->driver->ops) argument
27 struct mdio_ops *ops; in dm_test_mdio()
25 struct mdio_ops *ops, *ops_parent; in dm_test_mdio_mux()
23 struct mdio_ops *ops; in mdio_mux_sandbox_mark_selection()
67 static const struct mdio_ops mdio_sandbox_ops = {
98 static const struct mdio_ops enetc_mdio_ops = {
216 static const struct mdio_ops mvmdio_ops = {