Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/crystalhd/
Dcrystalhd_cmds.c111 return crystalhd_hw_setup_dma_rings(&ctx->hw_ctx); in bc_cproc_notify_mode()
350 crystalhd_hw_unpause(&ctx->hw_ctx); in bc_cproc_do_fw_cmd()
358 sts = crystalhd_do_fw_cmd(&ctx->hw_ctx, &idata->udata.u.fwCmd); in bc_cproc_do_fw_cmd()
369 crystalhd_hw_pause(&ctx->hw_ctx); in bc_cproc_do_fw_cmd()
429 sts = crystalhd_hw_post_tx(&ctx->hw_ctx, dio, bc_proc_in_completion, in bc_cproc_hw_txdma()
437 sts = crystalhd_hw_post_tx(&ctx->hw_ctx, dio, in bc_cproc_hw_txdma()
470 crystalhd_hw_cancel_tx(&ctx->hw_ctx, tx_listid); in bc_cproc_hw_txdma()
576 sts = crystalhd_hw_add_cap_buffer(&ctx->hw_ctx, dio_hnd, (ctx->state == BC_LINK_READY)); in bc_cproc_add_cap_buff()
590 sts = crystalhd_hw_add_cap_buffer(&ctx->hw_ctx, dio, 0); in bc_cproc_fmt_change()
596 sts = crystalhd_hw_start_capture(&ctx->hw_ctx); in bc_cproc_fmt_change()
[all …]
Dcrystalhd_cmds.h66 struct crystalhd_hw hw_ctx; member