Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c1439 return ptr1.p_s32[idx] == ptr2.p_s32[idx]; in std_equal()
1462 ptr.p_s32[idx] = ctrl->default_value; in std_init()
1494 pr_cont("%d", *ptr.p_s32); in std_log()
1497 pr_cont("%s", *ptr.p_s32 ? "true" : "false"); in std_log()
1500 pr_cont("%s", ctrl->qmenu[*ptr.p_s32]); in std_log()
1503 pr_cont("%lld", ctrl->qmenu_int[*ptr.p_s32]); in std_log()
1506 pr_cont("0x%08x", *ptr.p_s32); in std_log()
1560 return ROUND_TO_RANGE(ptr.p_s32[idx], u32, ctrl); in std_validate()
1584 ptr.p_s32[idx] = !!ptr.p_s32[idx]; in std_validate()
1589 if (ptr.p_s32[idx] < ctrl->minimum || ptr.p_s32[idx] > ctrl->maximum) in std_validate()
[all …]
/linux-4.19.296/include/media/
Dv4l2-ctrls.h46 s32 *p_s32; member