Lines Matching full:enum
29 enum vmw_view_type {
37 enum vmw_so_type {
69 /* Map enum vmw_view_type to view destroy command ids*/
72 /* Map enum vmw_view_type to SVGACOTableType */
75 /* Map enum vmw_so_type to SVGACOTableType */
84 * enum vmw_view_type. If the command is unknown, return vmw_view_max.
88 static inline enum vmw_view_type vmw_view_cmd_to_type(u32 id) in vmw_view_cmd_to_type()
102 return (enum vmw_view_type) tmp; in vmw_view_cmd_to_type()
112 * return the corresponding enum vmw_so_type. If the command is uknown,
116 static inline enum vmw_so_type vmw_so_cmd_to_type(u32 id) in vmw_so_cmd_to_type()
151 enum vmw_view_type view_type,
158 u32 user_key, enum vmw_view_type view_type,
169 enum vmw_view_type view_type,