Searched defs:hpcfb_fbconf (Results 1 – 1 of 1) sorted by relevance
108 struct hpcfb_fbconf { struct109 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*/[all …]