Searched refs:fxn (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Drms_sh.h40 rms_word fxn; /* Server function address */ member in struct:rms_command
/drivers/staging/omapdrm/
H A Domap_plane.c35 void (*fxn)(void *); member in struct:callback
109 omap_plane->endwin.fxn = NULL;
112 if (endwin.fxn)
113 endwin.fxn(endwin.arg);
335 /* note: this is done after this fxn returns.. but if we need
400 void (*fxn)(void *), void *arg)
405 omap_plane->endwin.fxn = fxn;
H A Domap_drv.h89 void (*fxn)(void *), void *arg);
146 void (*fxn)(void *arg), void *arg);
H A Domap_gem.c868 /* list of omap_gem_sync_waiter.. the notify fxn gets called back when
1024 /* call fxn(arg), either synchronously or asynchronously if the op
1025 * is currently blocked.. fxn() can be called from any context
1027 * (TODO for now fxn is called back from whichever context calls
1034 void (*fxn)(void *arg), void *arg)
1049 waiter->notify = fxn;
1064 fxn(arg);
/drivers/staging/tidspbridge/rmgr/
H A Ddisp.c187 rms_cmd->fxn = (rms_word) (rms_fxn);
295 rms_cmd->fxn = (rms_word) (rms_fxn);
435 rms_cmd->fxn = (rms_word) (rms_fxn);
473 rms_cmd->fxn = (rms_word) (rms_fxn);
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c67 u32(*fxn) (union trapped_args *args, void *pr_ctxt); member in struct:api_cmd
232 ioctl_cmd = mgr_cmd[i].fxn;
235 ioctl_cmd = proc_cmd[i].fxn;
238 ioctl_cmd = node_cmd[i].fxn;
241 ioctl_cmd = strm_cmd[i].fxn;
244 ioctl_cmd = cmm_cmd[i].fxn;

Completed in 110 milliseconds