Searched defs:monitor (Results 1 – 4 of 4) sorted by relevance
45 struct monitor { struct46 u_int16_t cols; /* Columns */47 u_int16_t hfp; /* Horizontal Front Porch */48 u_int16_t hsync; /* Horizontal Sync */49 u_int16_t hbp; /* Horizontal Back Porch */50 u_int16_t rows; /* Rows */51 u_int16_t vfp; /* Vertical Front Porch */52 u_int16_t vsync; /* Vertical Sync */53 u_int16_t vbp; /* Vertical Back Porch */54 u_int32_t dotclock; /* Dot Clock */
57 struct monitor { struct66 struct monitor *monitor_init(void); argument
557 mm_send_keystate(struct monitor *monitor) in mm_send_keystate()
923 monitor(void) in monitor() function