Searched refs:uvc_find_control (Results 1 – 1 of 1) sorted by relevance
/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 891 static struct uvc_control *uvc_find_control(struct uvc_video_chain *chain, in uvc_find_control() function 1114 ctrl = uvc_find_control(chain, v4l2_ctrl->id, &mapping); in uvc_query_v4l2_ctrl() 1153 ctrl = uvc_find_control(chain, query_menu->id, &mapping); in uvc_query_v4l2_menu() 1277 ctrl = uvc_find_control(handle->chain, xctrls[i].id, &mapping); in uvc_ctrl_send_events() 1316 ctrl = uvc_find_control(handle->chain, sev->id, &mapping); in uvc_ctrl_add_event() 1467 ctrl = uvc_find_control(chain, xctrl->id, &mapping); in uvc_ctrl_get() 1485 ctrl = uvc_find_control(chain, xctrl->id, &mapping); in uvc_ctrl_set()
|