Searched refs:dio_hnd (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/crystalhd/
H A Dcrystalhd_cmds.c376 static void bc_proc_in_completion(struct crystalhd_dio_req *dio_hnd, argument
379 if (!dio_hnd || !event) {
386 dio_hnd->uinfo.comp_sts = sts;
387 dio_hnd->uinfo.ev_sts = 1;
512 struct crystalhd_dio_req *dio_hnd = NULL; local
527 sts = crystalhd_map_dio(ctx->adp, ubuff, ub_sz, 0, 0, 1, &dio_hnd);
533 if (!dio_hnd)
536 sts = bc_cproc_hw_txdma(ctx, idata, dio_hnd);
538 crystalhd_unmap_dio(ctx->adp, dio_hnd);
549 struct crystalhd_dio_req *dio_hnd local
[all...]
H A Dcrystalhd_misc.c668 * @dio_hnd: Handle to mapped DIO request.
679 struct crystalhd_dio_req **dio_hnd)
686 if (!adp || !ubuff || !ubuff_sz || !dio_hnd) {
807 *dio_hnd = dio;
676 crystalhd_map_dio(struct crystalhd_adp *adp, void *ubuff, uint32_t ubuff_sz, uint32_t uv_offset, bool en_422mode, bool dir_tx, struct crystalhd_dio_req **dio_hnd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_cmds.c376 static void bc_proc_in_completion(struct crystalhd_dio_req *dio_hnd, argument
379 if (!dio_hnd || !event) {
386 dio_hnd->uinfo.comp_sts = sts;
387 dio_hnd->uinfo.ev_sts = 1;
512 struct crystalhd_dio_req *dio_hnd = NULL; local
527 sts = crystalhd_map_dio(ctx->adp, ubuff, ub_sz, 0, 0, 1, &dio_hnd);
533 if (!dio_hnd)
536 sts = bc_cproc_hw_txdma(ctx, idata, dio_hnd);
538 crystalhd_unmap_dio(ctx->adp, dio_hnd);
549 struct crystalhd_dio_req *dio_hnd local
[all...]
H A Dcrystalhd_misc.c668 * @dio_hnd: Handle to mapped DIO request.
679 struct crystalhd_dio_req **dio_hnd)
686 if (!adp || !ubuff || !ubuff_sz || !dio_hnd) {
807 *dio_hnd = dio;
676 crystalhd_map_dio(struct crystalhd_adp *adp, void *ubuff, uint32_t ubuff_sz, uint32_t uv_offset, bool en_422mode, bool dir_tx, struct crystalhd_dio_req **dio_hnd) argument

Completed in 77 milliseconds