Home
last modified time | relevance | path

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

/drivers/staging/tidspbridge/rmgr/
Dstrm.c395 struct chnl_attr chnl_attr_obj; in strm_open() local
435 chnl_attr_obj.uio_reqs = in strm_open()
445 chnl_attr_obj.uio_reqs = DEFAULTNUMBUFS; in strm_open()
447 chnl_attr_obj.reserved1 = NULL; in strm_open()
449 chnl_attr_obj.reserved2 = strm_obj->timeout; in strm_open()
450 chnl_attr_obj.event_obj = NULL; in strm_open()
452 chnl_attr_obj.event_obj = pattr->user_event; in strm_open()
485 &chnl_attr_obj); in strm_open()
Ddisp.c90 struct chnl_attr chnl_attr_obj; in disp_create() local
131 chnl_attr_obj.uio_reqs = CHNLIOREQS; in disp_create()
132 chnl_attr_obj.event_obj = NULL; in disp_create()
137 &chnl_attr_obj); in disp_create()
145 &chnl_attr_obj); in disp_create()