Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Dswnode.c111 if (prop->is_array) in property_set_pointer()
117 if (prop->is_array) in property_set_pointer()
123 if (prop->is_array) in property_set_pointer()
129 if (prop->is_array) in property_set_pointer()
135 if (prop->is_array) in property_set_pointer()
149 if (prop->is_array) in property_get_pointer()
153 if (prop->is_array) in property_get_pointer()
157 if (prop->is_array) in property_get_pointer()
161 if (prop->is_array) in property_get_pointer()
165 if (prop->is_array) in property_get_pointer()
[all …]
/Linux-v5.4/include/linux/
Dproperty.h234 bool is_array; member
264 .is_array = true, \
282 .is_array = true, \
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c1595 if (ctrl->is_array) { in std_log()
1910 if (ret || !ctrl->is_array) in user_to_ptr()
2363 bool is_array; in v4l2_ctrl_new() local
2378 is_array = nr_of_dims > 0; in v4l2_ctrl_new()
2444 if (is_array && in v4l2_ctrl_new()
2460 is_array) in v4l2_ctrl_new()
2482 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()
2483 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()
2485 ctrl->is_array = is_array; in v4l2_ctrl_new()
2972 is_compound = ref->ctrl->is_array || in v4l2_query_ext_ctrl()
[all …]
/Linux-v5.4/drivers/firmware/efi/
Dapple-properties.c90 entry[i].is_array = !!entry[i].length; in unmarshal_key_value_pairs()
/Linux-v5.4/include/media/
Dv4l2-ctrls.h227 unsigned int is_array:1; member
/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-python.c342 bool is_array = field->flags & TEP_FIELD_IS_ARRAY; in get_field_numeric_entry() local
347 if (is_array) { in get_field_numeric_entry()
372 if (is_array) in get_field_numeric_entry()
375 if (is_array) in get_field_numeric_entry()
/Linux-v5.4/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()