Searched refs:uvc_find_control (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 933 static struct uvc_control *uvc_find_control(struct uvc_video_chain *chain, in uvc_find_control() function 1167 ctrl = uvc_find_control(chain, v4l2_id, &mapping); in uvc_ctrl_is_accessible() 1358 ctrl = uvc_find_control(chain, v4l2_ctrl->id, &mapping); in uvc_query_v4l2_ctrl() 1412 ctrl = uvc_find_control(chain, query_menu->id, &mapping); in uvc_query_v4l2_menu() 1634 ctrl = uvc_find_control(handle->chain, xctrls[i].id, &mapping); in uvc_ctrl_send_events() 1688 ctrl = uvc_find_control(handle->chain, sev->id, &mapping); in uvc_ctrl_add_event() 1876 ctrl = uvc_find_control(chain, xctrl->id, &mapping); in uvc_ctrl_get() 1898 ctrl = uvc_find_control(chain, xctrl->id, &mapping); in uvc_ctrl_set()
|