Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_request_hdl_ctrl_find (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ctrls-request.c142 v4l2_ctrl_request_hdl_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id) in v4l2_ctrl_request_hdl_ctrl_find() function
148 EXPORT_SYMBOL_GPL(v4l2_ctrl_request_hdl_ctrl_find);
/linux-5.19.10/include/media/
Dv4l2-ctrls.h1312 v4l2_ctrl_request_hdl_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id);
/linux-5.19.10/drivers/media/test-drivers/vicodec/
Dvicodec-core.c1990 ctrl = v4l2_ctrl_request_hdl_ctrl_find(hdl, in vicodec_request_validate()