Searched refs:mdio_ops (Results 1 – 14 of 14) sorted by relevance
57 static struct mdio_ops *mmux_get_mdio_parent_ops(struct udevice *mux) in mmux_get_mdio_parent_ops()93 struct mdio_ops *parent_ops = mmux_get_mdio_parent_ops(mux); in mmux_read()112 struct mdio_ops *parent_ops = mmux_get_mdio_parent_ops(mux); in mmux_write()130 struct mdio_ops *parent_ops = mmux_get_mdio_parent_ops(mux); in mmux_reset()212 const struct mdio_ops mmux_child_mdio_ops = {
111 struct mdio_ops *ops = mdio_get_ops(dev); in dm_mdio_pre_remove()
147 struct mdio_ops { struct154 #define mdio_get_ops(dev) ((struct mdio_ops *)(dev)->driver->ops) argument
29 struct mdio_ops *ops; in dm_test_mdio()
26 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 = {
103 static const struct mdio_ops ipq4019_mdio_ops = {
98 static const struct mdio_ops enetc_mdio_ops = {
116 static const struct mdio_ops fsl_ls_mdio_ops = {
217 static const struct mdio_ops mvmdio_ops = {
188 static const struct mdio_ops tsec_mdio_ops = {
87 static const struct mdio_ops qe_uec_mdio_ops = {
280 static const struct mdio_ops fm_mdio_ops = {
Completed in 20 milliseconds