Home
last modified time | relevance | path

Searched refs:f_callback (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/dreamcast/dev/maple/
H A Dmaple.c698 u->u_func[f].f_callback = NULL; in maple_attach_unit()
788 fn->f_callback = NULL; in maple_detach_unit_nofix()
1261 (*fn->f_callback)(fn->f_arg, in maple_check_responses()
1409 if (fn->f_callback != NULL) { in maple_check_responses()
1410 (*fn->f_callback)(fn->f_arg, in maple_check_responses()
1592 fn->f_callback = callback; in maple_set_callback()
H A Dmaplevar.h77 void (*f_callback)(void *, struct maple_response *, member