Searched refs:is_array (Results 1 – 4 of 4) sorted by relevance
63 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 …]
188 bool is_array; member218 .is_array = true, \236 .is_array = true, \
1484 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() local2118 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 …]
208 unsigned int is_array:1; member