Searched refs:uvc_find_control (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 889 static struct uvc_control *uvc_find_control(struct uvc_video_chain *chain, in uvc_find_control() function 1130 ctrl = uvc_find_control(chain, v4l2_ctrl->id, &mapping); in uvc_query_v4l2_ctrl() 1169 ctrl = uvc_find_control(chain, query_menu->id, &mapping); in uvc_query_v4l2_menu() 1380 ctrl = uvc_find_control(handle->chain, xctrls[i].id, &mapping); in uvc_ctrl_send_events() 1429 ctrl = uvc_find_control(handle->chain, sev->id, &mapping); in uvc_ctrl_add_event() 1580 ctrl = uvc_find_control(chain, xctrl->id, &mapping); in uvc_ctrl_get() 1599 ctrl = uvc_find_control(chain, xctrl->id, &mapping); in uvc_ctrl_set()
|