Searched refs:enum_list (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc.c | 3639 INIT_LIST_HEAD(&property->enum_list); in drm_property_create() 3921 if (!list_empty(&property->enum_list)) { in drm_property_add_enum() 3922 list_for_each_entry(prop_enum, &property->enum_list, head) { in drm_property_add_enum() 3940 list_add_tail(&prop_enum->head, &property->enum_list); in drm_property_add_enum() 3957 list_for_each_entry_safe(prop_enum, pt, &property->enum_list, head) { in drm_property_destroy() 4110 list_for_each_entry(prop_enum, &property->enum_list, head) in drm_mode_getproperty_ioctl() 4136 list_for_each_entry(prop_enum, &property->enum_list, head) { in drm_mode_getproperty_ioctl()
|
/linux-4.4.14/include/drm/ |
D | drm_crtc.h | 242 struct list_head enum_list; member
|