Lines Matching refs:p_s32
1261 return ptr1.p_s32[idx] == ptr2.p_s32[idx]; in std_equal()
1284 ptr.p_s32[idx] = ctrl->default_value; in std_init()
1316 pr_cont("%d", *ptr.p_s32); in std_log()
1319 pr_cont("%s", *ptr.p_s32 ? "true" : "false"); in std_log()
1322 pr_cont("%s", ctrl->qmenu[*ptr.p_s32]); in std_log()
1325 pr_cont("%lld", ctrl->qmenu_int[*ptr.p_s32]); in std_log()
1328 pr_cont("0x%08x", *ptr.p_s32); in std_log()
1382 return ROUND_TO_RANGE(ptr.p_s32[idx], u32, ctrl); in std_validate()
1406 ptr.p_s32[idx] = !!ptr.p_s32[idx]; in std_validate()
1411 if (ptr.p_s32[idx] < ctrl->minimum || ptr.p_s32[idx] > ctrl->maximum) in std_validate()
1413 if (ctrl->menu_skip_mask & (1 << ptr.p_s32[idx])) in std_validate()
1416 ctrl->qmenu[ptr.p_s32[idx]][0] == '\0') in std_validate()
1421 ptr.p_s32[idx] &= ctrl->maximum; in std_validate()
1426 ptr.p_s32[idx] = 0; in std_validate()
1474 c->value = *ptr.p_s32; in ptr_to_user()
1536 *ptr.p_s32 = c->value; in user_to_ptr()
3034 p_new.p_s32 = &cs->controls[i].value; in validate_ctrls()
3336 *ctrl->p_new.p_s32 = def; in __v4l2_ctrl_modify_range()
3342 changed = *ctrl->p_new.p_s32 != *ctrl->p_cur.p_s32; in __v4l2_ctrl_modify_range()