Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/include/linux/
Dproperty.h188 bool is_array; member
218 .is_array = true, \
236 .is_array = true, \
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c1484 if (ctrl->is_array) { in std_log()
1696 if (ret || !ctrl->is_array) in user_to_ptr()
2103 bool is_array; in v4l2_ctrl_new() local
2118 is_array = nr_of_dims > 0; in v4l2_ctrl_new()
2157 if (is_array && in v4l2_ctrl_new()
2173 is_array) in v4l2_ctrl_new()
2195 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()
2196 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()
2198 ctrl->is_array = is_array; in v4l2_ctrl_new()
2690 is_compound = ref->ctrl->is_array || in v4l2_query_ext_ctrl()
[all …]
/linux-4.19.296/include/media/
Dv4l2-ctrls.h208 unsigned int is_array:1; member