Searched refs:get_props (Results 1 – 8 of 8) sorted by relevance
253 struct drm_mode_obj_get_properties get_props = {}; in prop_tests() local260 get_props.props_ptr = (uintptr_t) ∝ in prop_tests()261 get_props.prop_values_ptr = (uintptr_t) &prop_val; in prop_tests()262 get_props.count_props = 1; in prop_tests()263 get_props.obj_id = blob_id; in prop_tests()266 get_props.obj_type = 0; /* DRM_MODE_OBJECT_ANY */ in prop_tests()269 &get_props) == -1 && errno == EINVAL); in prop_tests()273 get_props.obj_type = DRM_MODE_OBJECT_BLOB; in prop_tests()276 &get_props) == -1 && errno == EINVAL); in prop_tests()
617 struct drm_mode_obj_get_properties get_props = {}; in prop_tests() local636 get_props.props_ptr = (uintptr_t) ∝ in prop_tests()637 get_props.prop_values_ptr = (uintptr_t) &prop_val; in prop_tests()638 get_props.count_props = 1; in prop_tests()639 get_props.obj_id = f.fb_id; in prop_tests()642 get_props.obj_type = 0; /* DRM_MODE_OBJECT_ANY */ in prop_tests()645 &get_props) == -1 && errno == EINVAL); in prop_tests()649 get_props.obj_type = DRM_MODE_OBJECT_FB; in prop_tests()652 &get_props) == -1 && errno == EINVAL); in prop_tests()
179 lookup.get_type(), lookup.get_props()); in main()
1858 c->set_lookup_props (lookup.get_props ()); in apply_string()
1542 c->set_lookup_props (l.get_props ()); in apply_recurse_func()
2074 c->set_lookup_props (l.get_props ()); in apply_recurse_func()
803 uint32_t get_props () const in get_props() function
307 static void get_props(Card& card, vector<PropInfo>& props, const DrmPropObject* propobj) in get_props() function636 get_props(card, o.conn_props, o.connector); in setups_to_outputs()641 get_props(card, o.crtc_props, o.crtc); in setups_to_outputs()669 get_props(card, p.props, p.plane); in setups_to_outputs()