Searched refs:VIDIOC_G_EXT_CTRLS (Results 1 – 2 of 2) sorted by relevance
404 case VIDIOC_G_EXT_CTRLS: { in v4l2_ioctl()409 if (entering(tcp) && code == VIDIOC_G_EXT_CTRLS) in v4l2_ioctl()411 if (exiting(tcp) && syserror(tcp) && code != VIDIOC_G_EXT_CTRLS) in v4l2_ioctl()413 must_print_values = ((entering(tcp) && code != VIDIOC_G_EXT_CTRLS) in v4l2_ioctl()417 tprints(code != VIDIOC_G_EXT_CTRLS && exiting(tcp) ? " => " : ", "); in v4l2_ioctl()
2236 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls) macro