Home
last modified time | relevance | path

Searched refs:ffb_type (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/char/drm/
Dffb_drv.c103 ffb_priv->ffb_type = ffb1_prototype; in get_ffb_type()
107 ffb_priv->ffb_type = ffb1_standard; in get_ffb_type()
111 ffb_priv->ffb_type = ffb1_speedsort; in get_ffb_type()
115 ffb_priv->ffb_type = ffb2_prototype; in get_ffb_type()
119 ffb_priv->ffb_type = ffb2_vertical; in get_ffb_type()
123 ffb_priv->ffb_type = ffb2_vertical_plus; in get_ffb_type()
127 ffb_priv->ffb_type = ffb2_horizontal; in get_ffb_type()
131 ffb_priv->ffb_type = ffb2_horizontal; in get_ffb_type()
135 ffb_priv->ffb_type = ffb2_vertical; in get_ffb_type()
Dffb_context.c75 if (fpriv->ffb_type == ffb2_vertical_plus || in ffb_save_context()
76 fpriv->ffb_type == ffb2_horizontal_plus) { in ffb_save_context()
144 if (fpriv->ffb_type >= ffb2_prototype) { in ffb_save_context()
158 if (fpriv->ffb_type == ffb2_vertical_plus || in ffb_save_context()
159 fpriv->ffb_type == ffb2_horizontal_plus) { in ffb_save_context()
214 if (fpriv->ffb_type == ffb2_vertical_plus || in ffb_restore_context()
215 fpriv->ffb_type == ffb2_horizontal_plus) { in ffb_restore_context()
287 if (fpriv->ffb_type >= ffb2_prototype) { in ffb_restore_context()
301 if (fpriv->ffb_type == ffb2_vertical_plus || in ffb_restore_context()
302 fpriv->ffb_type == ffb2_horizontal_plus) { in ffb_restore_context()
Dffb_drv.h267 enum ffb_chip_type ffb_type; member
/linux-2.4.37.9/drivers/char/drm-4.0/
Dffb_context.c74 if (fpriv->ffb_type == ffb2_vertical_plus || in ffb_save_context()
75 fpriv->ffb_type == ffb2_horizontal_plus) { in ffb_save_context()
143 if (fpriv->ffb_type >= ffb2_prototype) { in ffb_save_context()
157 if (fpriv->ffb_type == ffb2_vertical_plus || in ffb_save_context()
158 fpriv->ffb_type == ffb2_horizontal_plus) { in ffb_save_context()
213 if (fpriv->ffb_type == ffb2_vertical_plus || in ffb_restore_context()
214 fpriv->ffb_type == ffb2_horizontal_plus) { in ffb_restore_context()
286 if (fpriv->ffb_type >= ffb2_prototype) { in ffb_restore_context()
300 if (fpriv->ffb_type == ffb2_vertical_plus || in ffb_restore_context()
301 fpriv->ffb_type == ffb2_horizontal_plus) { in ffb_restore_context()
Dffb_drv.c213 ffb_priv->ffb_type = ffb1_prototype; in get_ffb_type()
217 ffb_priv->ffb_type = ffb1_standard; in get_ffb_type()
221 ffb_priv->ffb_type = ffb1_speedsort; in get_ffb_type()
225 ffb_priv->ffb_type = ffb2_prototype; in get_ffb_type()
229 ffb_priv->ffb_type = ffb2_vertical; in get_ffb_type()
233 ffb_priv->ffb_type = ffb2_vertical_plus; in get_ffb_type()
237 ffb_priv->ffb_type = ffb2_horizontal; in get_ffb_type()
241 ffb_priv->ffb_type = ffb2_horizontal; in get_ffb_type()
245 ffb_priv->ffb_type = ffb2_vertical; in get_ffb_type()
Dffb_drv.h267 enum ffb_chip_type ffb_type; member