HomeSort by: relevance | last modified time | path
    Searched defs:call_func (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
dma.c 66 void (*call_func)(void *); /* Call when lock granted */ member in struct:dma_entry
105 st_dmagrab(dma_farg int_func, dma_farg call_func, void *softc, int *lock_stat,
125 req->call_func = call_func;
132 if (call_func == NULL) {
150 if (rcaller || (call_func == NULL)) {
153 * through 'call_func' first.
158 (*call_func)(softc); /* Call followup function */
188 if (req->call_func == NULL)
195 add_sicallback((si_farg)req->call_func, req->softc, 0)
    [all...]
dma.c 66 void (*call_func)(void *); /* Call when lock granted */ member in struct:dma_entry
105 st_dmagrab(dma_farg int_func, dma_farg call_func, void *softc, int *lock_stat,
125 req->call_func = call_func;
132 if (call_func == NULL) {
150 if (rcaller || (call_func == NULL)) {
153 * through 'call_func' first.
158 (*call_func)(softc); /* Call followup function */
188 if (req->call_func == NULL)
195 add_sicallback((si_farg)req->call_func, req->softc, 0)
    [all...]

Completed in 131 milliseconds