Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Ddrv.c245 struct stream_info strm_info; in drv_proc_free_strm_res() local
264 strm_info.user_strm = &user; in drv_proc_free_strm_res()
266 strm_get_info(strm_res->stream, &strm_info, sizeof(strm_info)); in drv_proc_free_strm_res()
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Ddspapi.c1651 struct stream_info strm_info; in strmwrap_get_info() local
1662 CP_FM_USR(&strm_info, args->args_strm_getinfo.stream_info, status, 1); in strmwrap_get_info()
1663 temp = strm_info.user_strm; in strmwrap_get_info()
1665 strm_info.user_strm = &user; in strmwrap_get_info()
1669 &strm_info, in strmwrap_get_info()
1673 CP_TO_USR(temp, strm_info.user_strm, status, 1); in strmwrap_get_info()
1674 strm_info.user_strm = temp; in strmwrap_get_info()
1675 CP_TO_USR(args->args_strm_getinfo.stream_info, &strm_info, status, 1); in strmwrap_get_info()