Lines Matching refs:NAME
97 #define INSTALL_PROPERTY(name, NAME, init_val, fnc, ...) do { \ in mdp5_plane_install_properties() argument
98 prop = dev_priv->plane_property[PLANE_PROP_##NAME]; \ in mdp5_plane_install_properties()
108 dev_priv->plane_property[PLANE_PROP_##NAME] = prop; \ in mdp5_plane_install_properties()
113 #define INSTALL_RANGE_PROPERTY(name, NAME, min, max, init_val) \ in mdp5_plane_install_properties() argument
114 INSTALL_PROPERTY(name, NAME, init_val, \ in mdp5_plane_install_properties()
117 #define INSTALL_ENUM_PROPERTY(name, NAME, init_val) \ in mdp5_plane_install_properties() argument
118 INSTALL_PROPERTY(name, NAME, init_val, \ in mdp5_plane_install_properties()
142 #define SET_PROPERTY(name, NAME, type) do { \ in mdp5_plane_atomic_set_property() argument
143 if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ in mdp5_plane_atomic_set_property()
170 #define GET_PROPERTY(name, NAME, type) do { \ in mdp5_plane_atomic_get_property() argument
171 if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ in mdp5_plane_atomic_get_property()