drm_property_type_is  399 drivers/gpu/drm/drm_property.c 	if (WARN_ON(!drm_property_type_is(property, DRM_MODE_PROP_ENUM) &&
drm_property_type_is  400 drivers/gpu/drm/drm_property.c 		    !drm_property_type_is(property, DRM_MODE_PROP_BITMASK)))
drm_property_type_is  407 drivers/gpu/drm/drm_property.c 	if (WARN_ON(drm_property_type_is(property, DRM_MODE_PROP_BITMASK) &&
drm_property_type_is  496 drivers/gpu/drm/drm_property.c 	if (drm_property_type_is(property, DRM_MODE_PROP_ENUM) ||
drm_property_type_is  497 drivers/gpu/drm/drm_property.c 	    drm_property_type_is(property, DRM_MODE_PROP_BITMASK)) {
drm_property_type_is  523 drivers/gpu/drm/drm_property.c 	if (drm_property_type_is(property, DRM_MODE_PROP_BLOB))
drm_property_type_is  887 drivers/gpu/drm/drm_property.c 	if (drm_property_type_is(property, DRM_MODE_PROP_RANGE)) {
drm_property_type_is  891 drivers/gpu/drm/drm_property.c 	} else if (drm_property_type_is(property, DRM_MODE_PROP_SIGNED_RANGE)) {
drm_property_type_is  898 drivers/gpu/drm/drm_property.c 	} else if (drm_property_type_is(property, DRM_MODE_PROP_BITMASK)) {
drm_property_type_is  904 drivers/gpu/drm/drm_property.c 	} else if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) {
drm_property_type_is  917 drivers/gpu/drm/drm_property.c 	} else if (drm_property_type_is(property, DRM_MODE_PROP_OBJECT)) {
drm_property_type_is  939 drivers/gpu/drm/drm_property.c 	if (drm_property_type_is(property, DRM_MODE_PROP_OBJECT)) {
drm_property_type_is  941 drivers/gpu/drm/drm_property.c 	} else if (drm_property_type_is(property, DRM_MODE_PROP_BLOB))