Searched refs:uvc_find_control (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 892 static struct uvc_control *uvc_find_control(struct uvc_video_chain *chain, in uvc_find_control() function 1123 ctrl = uvc_find_control(chain, v4l2_ctrl->id, &mapping); in uvc_query_v4l2_ctrl() 1162 ctrl = uvc_find_control(chain, query_menu->id, &mapping); in uvc_query_v4l2_menu() 1368 ctrl = uvc_find_control(handle->chain, xctrls[i].id, &mapping); in uvc_ctrl_send_events() 1417 ctrl = uvc_find_control(handle->chain, sev->id, &mapping); in uvc_ctrl_add_event() 1568 ctrl = uvc_find_control(chain, xctrl->id, &mapping); in uvc_ctrl_get() 1587 ctrl = uvc_find_control(chain, xctrl->id, &mapping); in uvc_ctrl_set()
|