Searched refs:props_count (Results 1 – 1 of 1) sorted by relevance
1466 int props_count = 0; in drm_mode_getconnector() local1494 props_count = connector->properties.count; in drm_mode_getconnector()1543 if ((out_resp->count_props >= props_count) && props_count) { in drm_mode_getconnector()1562 out_resp->count_props = props_count; in drm_mode_getconnector()3298 int props_count = 0; in drm_mode_obj_get_properties_ioctl() local3317 props_count = obj->properties->count; in drm_mode_obj_get_properties_ioctl()3321 if ((arg->count_props >= props_count) && props_count) { in drm_mode_obj_get_properties_ioctl()3326 for (i = 0; i < props_count; i++) { in drm_mode_obj_get_properties_ioctl()3340 arg->count_props = props_count; in drm_mode_obj_get_properties_ioctl()