Home
last modified time | relevance | path

Searched refs:chnl_open (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/tidspbridge/rmgr/
Ddisp.c134 status = (*intf_fxns->chnl_open) (&(disp_obj->chnl_to_dsp), in disp_create()
142 (*intf_fxns->chnl_open) (&(disp_obj->chnl_from_dsp), in disp_create()
Dstrm.c482 status = (*intf_fxns->chnl_open) (&(strm_obj->chnl_obj), in strm_open()
/drivers/staging/tidspbridge/include/dspbridge/
Ddspdefs.h994 fxn_chnl_open chnl_open; /* Create a new channel. */ member
/drivers/staging/tidspbridge/pmgr/
Ddev.c944 STORE_FXN(fxn_chnl_open, chnl_open); in store_interface_fxns()