Lines Matching refs:ctrl
31 struct mdiobb_ctrl ctrl; member
58 static inline void mdio_dir(struct mdiobb_ctrl *ctrl, int dir) in mdio_dir() argument
60 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_dir()
71 static inline int mdio_read(struct mdiobb_ctrl *ctrl) in mdio_read() argument
73 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_read()
77 static inline void mdio(struct mdiobb_ctrl *ctrl, int what) in mdio() argument
79 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio()
90 static inline void mdc(struct mdiobb_ctrl *ctrl, int what) in mdc() argument
92 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdc()
162 bitbang->ctrl.ops = &bb_ops; in fs_enet_mdio_probe()
164 new_bus = alloc_mdio_bitbang(&bitbang->ctrl); in fs_enet_mdio_probe()