Home
last modified time | relevance | path

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

/drivers/media/v4l2-core/
Dv4l2-ctrls.c1036 static bool type_is_int(const struct v4l2_ctrl *ctrl) in type_is_int() function
1441 if (!type_is_int(ref->ctrl)) in find_private_ref()
2433 if (ctrl == NULL || !type_is_int(ctrl)) in v4l2_g_ctrl()
2452 WARN_ON(!type_is_int(ctrl)); in v4l2_ctrl_g_ctrl()
2739 if (ctrl == NULL || !type_is_int(ctrl)) in v4l2_s_ctrl()
2763 WARN_ON(!type_is_int(ctrl)); in v4l2_ctrl_s_ctrl()