Home
last modified time | relevance | path

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

/drivers/media/v4l2-core/
Dv4l2-ctrls.c1271 if (ctrl->is_int) in std_equal()
1778 if (!ref->ctrl->is_int) in find_private_ref()
2021 ctrl->is_int = !ctrl->is_ptr && type != V4L2_CTRL_TYPE_INTEGER64; in v4l2_ctrl_new()
2036 if (!ctrl->is_int) { in v4l2_ctrl_new()
2897 if (!ctrl->is_int && ctrl->type != V4L2_CTRL_TYPE_INTEGER64) in get_ctrl()
2923 if (ctrl == NULL || !ctrl->is_int) in v4l2_g_ctrl()
2942 WARN_ON(!ctrl->is_int); in v4l2_ctrl_g_ctrl()
3240 if (ctrl == NULL || !ctrl->is_int) in v4l2_s_ctrl()
3264 WARN_ON(!ctrl->is_int); in __v4l2_ctrl_s_ctrl()
/drivers/staging/rdma/hfi1/
Dchip.h1034 void (*is_int)(struct hfi1_devdata *dd, unsigned int source); member
Dchip.c4516 entry->is_int(dd, source - entry->start); in is_interrupt()