Lines Matching defs:hpcfb_fbconf
108 struct hpcfb_fbconf { struct
109 short hf_conf_index; /* configuration index */
110 short hf_nconfs; /* how many configurations */
112 short hf_class; /* HPCFB_CLASS_* */
114 char hf_name[HPCFB_MAXNAMELEN];
116 char hf_conf_name[HPCFB_MAXNAMELEN];
119 short hf_height; /* how many lines */
120 short hf_width; /* how many pixels in a line */
122 u_long hf_baseaddr; /* frame buffer start address */
123 u_long hf_offset; /* frame buffer start offset for mmap*/
124 short hf_bytes_per_line; /**/
125 short hf_nplanes; /**/
126 long hf_bytes_per_plane; /**/
128 short hf_pack_width; /* how many bits in a pack */
129 short hf_pixels_per_pack; /* how many pixels in a pack */
130 short hf_pixel_width; /* effective bits width */
132 u_long hf_access_flags; /* HPCFB_ACCESS_* */
133 u_long hf_order_flags; /* HPCFB_REVORDER_* */
134 u_long hf_reg_offset; /* hardware register offset for mmap */
135 u_long hf_reserved[3];
140 short hf_class_data_length;
141 union {
161 } hf_u;
166 int hf_ext_size; /* this value is 0 */
167 void *hf_ext_data; /* this value is NULL */