Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dproperty.c63 if (prop->is_array) in property_get_pointer()
67 if (prop->is_array) in property_get_pointer()
71 if (prop->is_array) in property_get_pointer()
75 if (prop->is_array) in property_get_pointer()
79 if (prop->is_array) in property_get_pointer()
91 if (prop->is_array) in property_set_pointer()
97 if (prop->is_array) in property_set_pointer()
103 if (prop->is_array) in property_set_pointer()
109 if (prop->is_array) in property_set_pointer()
115 if (prop->is_array) in property_set_pointer()
[all …]
/Linux-v4.19/include/linux/
Dproperty.h188 bool is_array; member
218 .is_array = true, \
236 .is_array = true, \
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c1483 if (ctrl->is_array) { in std_log()
1695 if (ret || !ctrl->is_array) in user_to_ptr()
2102 bool is_array; in v4l2_ctrl_new() local
2117 is_array = nr_of_dims > 0; in v4l2_ctrl_new()
2156 if (is_array && in v4l2_ctrl_new()
2172 is_array) in v4l2_ctrl_new()
2194 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()
2195 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()
2197 ctrl->is_array = is_array; in v4l2_ctrl_new()
2690 is_compound = ref->ctrl->is_array || in v4l2_query_ext_ctrl()
[all …]
/Linux-v4.19/drivers/firmware/efi/
Dapple-properties.c101 entry[i].is_array = !!entry[i].length; in unmarshal_key_value_pairs()
/Linux-v4.19/include/media/
Dv4l2-ctrls.h208 unsigned int is_array:1; member
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c338 bool is_array = field->flags & FIELD_IS_ARRAY; in get_field_numeric_entry() local
343 if (is_array) { in get_field_numeric_entry()
368 if (is_array) in get_field_numeric_entry()
371 if (is_array) in get_field_numeric_entry()
/Linux-v4.19/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()