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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_cmds.c476 static enum BC_STATUS bc_cproc_check_inbuffs(bool pin, void *ubuff, uint32_t ub_sz, argument
479 if (!ubuff || !ub_sz) {
481 ((pin) ? "TX" : "RX"), ubuff, ub_sz);
511 uint32_t ub_sz; local
521 ub_sz = idata->udata.u.ProcInput.BuffSz;
523 sts = bc_cproc_check_inbuffs(1, ubuff, ub_sz, 0, 0);
527 sts = crystalhd_map_dio(ctx->adp, ubuff, ub_sz, 0, 0, 1, &dio_hnd);
547 uint32_t ub_sz, uv_off; local
558 ub_sz = idata->udata.u.RxBuffs.YuvBuffSz;
562 sts = bc_cproc_check_inbuffs(0, ubuff, ub_sz, uv_of
[all...]

Completed in 98 milliseconds