/src/sys/arch/hpcarm/dev/ |
nbppcon.c | 56 int (*cb_func)(void *, int, char *); member in struct:nbppcon_softc::callback 148 if (sc->sc_cbs[i].cb_func == NULL) { 150 sc->sc_cbs[i].cb_func = func; 167 if (cb->cb_func != NULL && 169 return cb->cb_func(cb->cb_arg, buflen, buf);
|
wzero3_lcd.c | 430 wzero3lcd_show_screen(void *v, void *cookie, int waitok, void (*cb_func)(void *, int, int), void *cb_arg) 434 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg);
|
/src/sys/arch/evbarm/gumstix/ |
gxlcd.c | 205 void (*cb_func)(void *, int, int), void *cb_arg) 209 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg);
|
/src/sys/arch/zaurus/dev/ |
w100lcd.c | 329 void (*cb_func)(void *, int, int), void *cb_arg) 333 error = w100_show_screen(v, cookie, waitok, cb_func, cb_arg);
|
zlcd.c | 338 void (*cb_func)(void *, int, int), void *cb_arg) 342 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg);
|