Lines Matching refs:ops
39 const struct wf_control_ops *ops; member
66 s32 vmax = ct->ops->get_max(ct); in wf_control_set_max()
67 return ct->ops->set_value(ct, vmax); in wf_control_set_max()
72 s32 vmin = ct->ops->get_min(ct); in wf_control_set_min()
73 return ct->ops->set_value(ct, vmin); in wf_control_set_min()
78 return ct->ops->set_value(ct, val); in wf_control_set()
83 return ct->ops->get_value(ct, val); in wf_control_get()
88 return ct->ops->get_min(ct); in wf_control_get_min()
93 return ct->ops->get_max(ct); in wf_control_get_max()
110 const struct wf_sensor_ops *ops; member
126 return sr->ops->get_value(sr, val); in wf_sensor_get()