Lines Matching refs:hdl
58 struct v4l2_ctrl_handler hdl; member
73 return &container_of(ctrl->handler, struct wm8775_state, hdl)->sd; in to_sd()
163 v4l2_ctrl_handler_log_status(&state->hdl, sd->name); in wm8775_log_status()
240 v4l2_ctrl_handler_init(&state->hdl, 4); in wm8775_probe()
241 state->mute = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops, in wm8775_probe()
243 state->vol = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops, in wm8775_probe()
245 state->bal = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops, in wm8775_probe()
247 state->loud = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops, in wm8775_probe()
249 sd->ctrl_handler = &state->hdl; in wm8775_probe()
250 err = state->hdl.error; in wm8775_probe()
252 v4l2_ctrl_handler_free(&state->hdl); in wm8775_probe()
309 v4l2_ctrl_handler_free(&state->hdl); in wm8775_remove()