Lines Matching refs:p_s32
1259 return ptr1.p_s32[idx] == ptr2.p_s32[idx]; in std_equal()
1282 ptr.p_s32[idx] = ctrl->default_value; in std_init()
1314 pr_cont("%d", *ptr.p_s32); in std_log()
1317 pr_cont("%s", *ptr.p_s32 ? "true" : "false"); in std_log()
1320 pr_cont("%s", ctrl->qmenu[*ptr.p_s32]); in std_log()
1323 pr_cont("%lld", ctrl->qmenu_int[*ptr.p_s32]); in std_log()
1326 pr_cont("0x%08x", *ptr.p_s32); in std_log()
1380 return ROUND_TO_RANGE(ptr.p_s32[idx], u32, ctrl); in std_validate()
1404 ptr.p_s32[idx] = !!ptr.p_s32[idx]; in std_validate()
1409 if (ptr.p_s32[idx] < ctrl->minimum || ptr.p_s32[idx] > ctrl->maximum) in std_validate()
1411 if (ctrl->menu_skip_mask & (1 << ptr.p_s32[idx])) in std_validate()
1414 ctrl->qmenu[ptr.p_s32[idx]][0] == '\0') in std_validate()
1419 ptr.p_s32[idx] &= ctrl->maximum; in std_validate()
1424 ptr.p_s32[idx] = 0; in std_validate()
1472 c->value = *ptr.p_s32; in ptr_to_user()
1534 *ptr.p_s32 = c->value; in user_to_ptr()
3047 p_new.p_s32 = &cs->controls[i].value; in validate_ctrls()
3349 *ctrl->p_new.p_s32 = def; in __v4l2_ctrl_modify_range()
3355 changed = *ctrl->p_new.p_s32 != *ctrl->p_cur.p_s32; in __v4l2_ctrl_modify_range()