Searched defs:radeonfb_cursor (Results 1 – 2 of 2) sorted by relevance
146 struct radeonfb_cursor { struct147 int rc_visible;148 struct wsdisplay_curpos rc_pos;149 struct wsdisplay_curpos rc_hot;150 struct wsdisplay_curpos rc_size;151 uint32_t rc_cmap[2];152 uint8_t rc_image[512]; /* 64x64x1 bit */153 uint8_t rc_mask[512]; /* 64x64x1 bit */
3494 radeonfb_cursor(void *cookie, int on, int row, int col) in radeonfb_cursor() function