Home
last modified time | relevance | path

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

/drivers/base/
Dproperty.c63 if (prop->is_array) in pset_prop_find()
172 if (prop->is_array) { in pset_prop_read_string()
703 if (prop->is_array) { in pset_free_set()
730 if (src->is_array) { in pset_copy_entry()
763 dst->is_array = src->is_array; in pset_copy_entry()
/drivers/media/v4l2-core/
Dv4l2-ctrls.c1335 if (ctrl->is_array) { in std_log()
1547 if (ret || !ctrl->is_array) in user_to_ptr()
1952 bool is_array; in v4l2_ctrl_new() local
1967 is_array = nr_of_dims > 0; in v4l2_ctrl_new()
2010 if (is_array && in v4l2_ctrl_new()
2026 is_array) in v4l2_ctrl_new()
2048 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()
2049 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()
2051 ctrl->is_array = is_array; in v4l2_ctrl_new()
2527 is_compound = ref->ctrl->is_array || in v4l2_query_ext_ctrl()
[all …]
/drivers/gpu/drm/radeon/
Dr600_cs.c1484 bool is_array; in r600_check_texture_resource() local
1522 is_array = false; in r600_check_texture_resource()
1536 is_array = true; in r600_check_texture_resource()
1539 is_array = true; in r600_check_texture_resource()
1584 if (is_array) { in r600_check_texture_resource()