Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
hd44780_subr.c | 109 struct hlcd_screen *hdscr = id; local in function:hlcd_cursor 111 hdscr->hlcd_curon = on; 112 hdscr->hlcd_curx = col; 113 hdscr->hlcd_cury = row; 131 struct hlcd_screen *hdscr = id; local in function:hlcd_putchar 134 if (row > 0 && (hdscr->hlcd_sc->sc_flags & (HD_MULTILINE|HD_MULTICHIP))) 135 hdscr->image[hdscr->hlcd_sc->sc_cols * row + col] = c; 137 hdscr->image[col] = c; 146 struct hlcd_screen *hdscr = id local in function:hlcd_copycols 166 struct hlcd_screen *hdscr = id; local in function:hlcd_erasecols 182 struct hlcd_screen *hdscr = id; local in function:hlcd_copyrows 194 struct hlcd_screen *hdscr = id; local in function:hlcd_eraserows 242 struct hlcd_screen *hdscr = v, *new; local in function:hlcd_alloc_screen 262 struct hlcd_screen *hdscr = v; local in function:hlcd_show_screen [all...] |