Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/usb/uvc/
H A Duvc_ctrl.c2207 struct v4l2_ext_control *xctrl) in uvc_mapping_get_xctrl_compound() argument
2237 if (xctrl->size < size) { in uvc_mapping_get_xctrl_compound()
2238 xctrl->size = size; in uvc_mapping_get_xctrl_compound()
2291 xctrl->value = qec.default_value; in uvc_mapping_get_xctrl_std()
2294 xctrl->value = qec.minimum; in uvc_mapping_get_xctrl_std()
2297 xctrl->value = qec.maximum; in uvc_mapping_get_xctrl_std()
2311 which, xctrl); in uvc_mapping_get_xctrl()
2316 struct v4l2_ext_control *xctrl) in uvc_ctrl_get() argument
2416 struct v4l2_ext_control *xctrl) in uvc_mapping_set_xctrl_compound() argument
2421 if (xctrl->size != size) in uvc_mapping_set_xctrl_compound()
[all …]
H A Duvcvideo.h802 struct v4l2_ext_control *xctrl);
803 int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
/linux-6.15/drivers/tty/
H A Dsynclink_gt.c274 unsigned int xctrl; member
2818 static int get_xctrl(struct slgt_info *info, int __user *xctrl) in get_xctrl() argument
2820 DBGINFO(("%s get_xctrl=%x\n", info->device_name, info->xctrl)); in get_xctrl()
2821 if (put_user(info->xctrl, xctrl)) in get_xctrl()
2843 static int set_xctrl(struct slgt_info *info, int xctrl) in set_xctrl() argument
2847 DBGINFO(("%s set_xctrl=%x)\n", info->device_name, xctrl)); in set_xctrl()
2849 info->xctrl = xctrl; in set_xctrl()
2850 wr_reg32(info, XCR, xctrl); in set_xctrl()