Searched refs:hdl_user_aud (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/media/platform/vivid/ | 
| D | vivid-ctrls.c | 1439 	struct v4l2_ctrl_handler *hdl_user_aud = &dev->ctrl_hdl_user_aud;  in vivid_create_controls()  local 1463 	v4l2_ctrl_handler_init(hdl_user_aud, 2);  in vivid_create_controls() 1464 	v4l2_ctrl_new_custom(hdl_user_aud, &vivid_ctrl_class, NULL);  in vivid_create_controls() 1491 	dev->volume = v4l2_ctrl_new_std(hdl_user_aud, NULL,  in vivid_create_controls() 1493 	dev->mute = v4l2_ctrl_new_std(hdl_user_aud, NULL,  in vivid_create_controls() 1750 	if (hdl_user_aud->error)  in vivid_create_controls() 1751 		return hdl_user_aud->error;  in vivid_create_controls() 1765 		v4l2_ctrl_add_handler(hdl_vid_cap, hdl_user_aud, NULL, false);  in vivid_create_controls() 1776 		v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_aud, NULL, false);  in vivid_create_controls() 1801 		v4l2_ctrl_add_handler(hdl_radio_rx, hdl_user_aud, NULL, false);  in vivid_create_controls() [all …] 
 |