Lines Matching refs:ops
49 const struct mdiobb_ops *ops = ctrl->ops; in mdiobb_send_bit() local
51 ops->set_mdio_data(ctrl, val); in mdiobb_send_bit()
53 ops->set_mdc(ctrl, 1); in mdiobb_send_bit()
55 ops->set_mdc(ctrl, 0); in mdiobb_send_bit()
61 const struct mdiobb_ops *ops = ctrl->ops; in mdiobb_get_bit() local
64 ops->set_mdc(ctrl, 1); in mdiobb_get_bit()
66 ops->set_mdc(ctrl, 0); in mdiobb_get_bit()
68 return ops->get_mdio_data(ctrl); in mdiobb_get_bit()
99 const struct mdiobb_ops *ops = ctrl->ops; in mdiobb_cmd() local
102 ops->set_mdio_dir(ctrl, 1); in mdiobb_cmd()
149 ctrl->ops->set_mdio_dir(ctrl, 0); in mdiobb_cmd_addr()
166 ctrl->ops->set_mdio_dir(ctrl, 0); in mdiobb_read()
203 ctrl->ops->set_mdio_dir(ctrl, 0); in mdiobb_write()
224 __module_get(ctrl->ops->owner); in alloc_mdio_bitbang()
239 module_put(ctrl->ops->owner); in free_mdio_bitbang()