aux 89 bsp/drv/arm/gba/lcd.c lcd_cursor(void *aux, int row, int col) aux 96 bsp/drv/arm/gba/lcd.c lcd_putc(void *aux, int row, int col, int ch) aux 98 bsp/drv/arm/gba/lcd.c struct lcd_softc *sc = aux; aux 104 bsp/drv/arm/gba/lcd.c lcd_copyrows(void *aux, int srcrow, int dstrow, int nrows) aux 106 bsp/drv/arm/gba/lcd.c struct lcd_softc *sc = aux; aux 116 bsp/drv/arm/gba/lcd.c lcd_eraserows(void *aux, int row, int nrows) aux 118 bsp/drv/arm/gba/lcd.c struct lcd_softc *sc = aux; aux 129 bsp/drv/arm/gba/lcd.c lcd_set_attr(void *aux, int attr) aux 136 bsp/drv/arm/gba/lcd.c lcd_get_cursor(void *aux, int *col, int *row) aux 450 bsp/drv/dev/base/wscons.c wscons_attach_video(struct wscons_video_ops *ops, void *aux) aux 456 bsp/drv/dev/base/wscons.c sc->vid_aux = aux; aux 457 bsp/drv/dev/base/wscons.c ops->get_cursor(aux, &sc->col, &sc->row); aux 467 bsp/drv/dev/base/wscons.c wscons_attach_kbd(struct wscons_kbd_ops *ops, void *aux) aux 472 bsp/drv/dev/base/wscons.c sc->kbd_aux = aux; aux 243 bsp/drv/dev/input/pckbd.c pckbd_getc(void *aux) aux 245 bsp/drv/dev/input/pckbd.c struct pckbd_softc *sc = aux; aux 260 bsp/drv/dev/input/pckbd.c pckbd_set_poll(void *aux, int on) aux 262 bsp/drv/dev/input/pckbd.c struct pckbd_softc *sc = aux; aux 103 bsp/drv/dev/rtc/mc146818.c mc146818_gettime(void *aux, struct timeval *tv) aux 144 bsp/drv/dev/rtc/mc146818.c mc146818_settime(void *aux, struct timeval *ts) aux 70 bsp/drv/dev/rtc/pl030.c pl030_gettime(void *aux, struct timeval *tv) aux 80 bsp/drv/dev/rtc/pl030.c pl030_settime(void *aux, struct timeval *ts) aux 58 bsp/drv/dev/rtc/rtc.c void *aux; /* cookie data */ aux 211 bsp/drv/dev/rtc/rtc.c rtc_attach(struct rtc_ops *ops, void *aux) aux 222 bsp/drv/dev/rtc/rtc.c sc->aux = aux; aux 225 bsp/drv/dev/rtc/rtc.c ops->gettime(aux, &tv); aux 137 bsp/drv/dev/video/vga.c vga_cursor(void *aux, int row, int col) aux 139 bsp/drv/dev/video/vga.c struct vga_softc *sc = aux; aux 151 bsp/drv/dev/video/vga.c vga_putc(void *aux, int row, int col, int ch) aux 153 bsp/drv/dev/video/vga.c struct vga_softc *sc = aux; aux 159 bsp/drv/dev/video/vga.c vga_copyrows(void *aux, int srcrow, int dstrow, int nrows) aux 161 bsp/drv/dev/video/vga.c struct vga_softc *sc = aux; aux 169 bsp/drv/dev/video/vga.c vga_eraserows(void *aux, int row, int nrows) aux 171 bsp/drv/dev/video/vga.c struct vga_softc *sc = aux; aux 182 bsp/drv/dev/video/vga.c vga_set_attr(void *aux, int attr) aux 184 bsp/drv/dev/video/vga.c struct vga_softc *sc = aux; aux 191 bsp/drv/dev/video/vga.c vga_get_cursor(void *aux, int *col, int *row) aux 193 bsp/drv/dev/video/vga.c struct vga_softc *sc = aux; aux 43 bsp/drv/include/rtc.h int (*gettime)(void *aux, struct timeval *tv); aux 44 bsp/drv/include/rtc.h int (*settime)(void *aux, struct timeval *tv); aux 77 bsp/drv/include/rtc.h void rtc_attach(struct rtc_ops *ops, void *aux); aux 39 bsp/drv/include/wscons.h void (*cursor) (void *aux, int row, int col); aux 40 bsp/drv/include/wscons.h void (*putc) (void *aux, int row, int col, int ch); aux 41 bsp/drv/include/wscons.h void (*copyrows) (void *aux, int srcrow, int dstrow, int nrows); aux 42 bsp/drv/include/wscons.h void (*eraserows) (void *aux, int row, int nrows); aux 43 bsp/drv/include/wscons.h void (*set_attr) (void *aux, int attr); aux 44 bsp/drv/include/wscons.h void (*get_cursor)(void *aux, int *col, int *row); aux 51 bsp/drv/include/wscons.h int (*getc) (void *aux); aux 52 bsp/drv/include/wscons.h void (*set_poll) (void *aux, int on); aux 56 bsp/drv/include/wscons.h void wscons_attach_video(struct wscons_video_ops *, void *aux); aux 57 bsp/drv/include/wscons.h void wscons_attach_kbd(struct wscons_kbd_ops *, void *aux);