Home
last modified time | relevance | path

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

/drivers/staging/crystalhd/
Dcrystalhd_cmds.c375 static void bc_proc_in_completion(struct crystalhd_dio_req *dio_hnd, in bc_proc_in_completion() argument
378 if (!dio_hnd || !event) { in bc_proc_in_completion()
385 dio_hnd->uinfo.comp_sts = sts; in bc_proc_in_completion()
386 dio_hnd->uinfo.ev_sts = 1; in bc_proc_in_completion()
511 struct crystalhd_dio_req *dio_hnd = NULL; in bc_cproc_proc_input() local
526 sts = crystalhd_map_dio(ctx->adp, ubuff, ub_sz, 0, 0, 1, &dio_hnd); in bc_cproc_proc_input()
532 if (!dio_hnd) in bc_cproc_proc_input()
535 sts = bc_cproc_hw_txdma(ctx, idata, dio_hnd); in bc_cproc_proc_input()
537 crystalhd_unmap_dio(ctx->adp, dio_hnd); in bc_cproc_proc_input()
548 struct crystalhd_dio_req *dio_hnd = NULL; in bc_cproc_add_cap_buff() local
[all …]
Dcrystalhd_misc.c678 struct crystalhd_dio_req **dio_hnd) in crystalhd_map_dio() argument
686 if (!adp || !ubuff || !ubuff_sz || !dio_hnd) { in crystalhd_map_dio()
807 *dio_hnd = dio; in crystalhd_map_dio()