Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Ddisp.c79 struct node_strmdef strm_def, u32 max,
273 struct node_strmdef strm_def; in disp_node_create() local
434 strm_def = task_arg_obj.strm_in_def[i]; in disp_node_create()
437 strm_def, max, in disp_node_create()
446 strm_def = task_arg_obj.strm_out_def[i]; in disp_node_create()
449 strm_def, max, in disp_node_create()
597 struct node_strmdef strm_def, u32 max, in fill_stream_def() argument
610 strm_def_obj->bufsize = strm_def.buf_size; in fill_stream_def()
611 strm_def_obj->nbufs = strm_def.num_bufs; in fill_stream_def()
612 strm_def_obj->segid = strm_def.seg_id; in fill_stream_def()
[all …]