Public Attributes | |
uint32_t | bt431_reg [DEV_BT431_NREGS] |
unsigned char | cur_addr_hi |
unsigned char | cur_addr_lo |
int | planes |
int | cursor_on |
int | cursor_x |
int | cursor_y |
int | cursor_xsize |
int | cursor_ysize |
struct vfb_data * | vfb_data |
Definition at line 44 of file dev_bt431.cc.
uint32_t bt431_data::bt431_reg[DEV_BT431_NREGS] |
Definition at line 45 of file dev_bt431.cc.
Referenced by DEVICE_ACCESS().
unsigned char bt431_data::cur_addr_hi |
Definition at line 47 of file dev_bt431.cc.
Referenced by DEVICE_ACCESS().
unsigned char bt431_data::cur_addr_lo |
Definition at line 48 of file dev_bt431.cc.
Referenced by DEVICE_ACCESS().
int bt431_data::cursor_on |
Definition at line 51 of file dev_bt431.cc.
Referenced by DEVICE_ACCESS().
int bt431_data::cursor_x |
Definition at line 52 of file dev_bt431.cc.
Referenced by dev_bt431_init(), and DEVICE_ACCESS().
int bt431_data::cursor_xsize |
Definition at line 54 of file dev_bt431.cc.
Referenced by dev_bt431_init(), and DEVICE_ACCESS().
int bt431_data::cursor_y |
Definition at line 53 of file dev_bt431.cc.
Referenced by dev_bt431_init(), and DEVICE_ACCESS().
int bt431_data::cursor_ysize |
Definition at line 55 of file dev_bt431.cc.
Referenced by dev_bt431_init(), and DEVICE_ACCESS().
int bt431_data::planes |
Definition at line 50 of file dev_bt431.cc.
Referenced by dev_bt431_init().
struct vfb_data* bt431_data::vfb_data |
Definition at line 57 of file dev_bt431.cc.
Referenced by dev_bt431_init(), and DEVICE_ACCESS().