Searched refs:set_control_group (Results 1 – 4 of 4) sorted by relevance
482 int (*set_control_group)(void *, const struct video_control_group *); member
1476 if (hw->set_control_group) { in video_set_control()1488 return (hw->set_control_group(sc->hw_softc, &group)); in video_set_control()
163 .set_control_group = NULL,
395 .set_control_group = uvideo_set_control_group,