Home
last modified time | relevance | path

Searched refs:is_int (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c1438 if (ctrl->is_int) in std_equal()
1958 if (!ref->ctrl->is_int) in find_private_ref()
2197 ctrl->is_int = !ctrl->is_ptr && type != V4L2_CTRL_TYPE_INTEGER64; in v4l2_ctrl_new()
2212 if (!ctrl->is_int) { in v4l2_ctrl_new()
3061 if (!ctrl->is_int && ctrl->type != V4L2_CTRL_TYPE_INTEGER64) in get_ctrl()
3087 if (ctrl == NULL || !ctrl->is_int) in v4l2_g_ctrl()
3100 WARN_ON(!ctrl->is_int); in v4l2_ctrl_g_ctrl()
3404 if (ctrl == NULL || !ctrl->is_int) in v4l2_s_ctrl()
3422 WARN_ON(!ctrl->is_int); in __v4l2_ctrl_s_ctrl()
/linux-4.19.296/include/media/
Dv4l2-ctrls.h205 unsigned int is_int:1; member