Lines Matching defs:hpcfb_devconfig
111 struct hpcfb_devconfig { struct
112 struct rasops_info dc_rinfo; /* rasops information */
114 int dc_blanked; /* currently had video disabled */
115 struct hpcfb_softc *dc_sc;
116 int dc_rows;
117 int dc_cols;
118 struct hpcfb_tvrow *dc_tvram;
119 int dc_curx;
120 int dc_cury;
122 int dc_min_row;
123 int dc_max_row;
124 int dc_scroll;
125 struct callout dc_scroll_ch;
126 int dc_scroll_src;
127 int dc_scroll_dst;
128 int dc_scroll_num;
130 volatile int dc_state;
154 struct hpcfb_devconfig *sc_dc; /* device configuration */ argument