Home
last modified time | relevance | path

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

/linux/drivers/dma/
A Ddmatest.c583 u8 *pq_coefs = NULL; in dmatest_func() local
636 pq_coefs = kmalloc(params->pq_sources + 1, GFP_KERNEL); in dmatest_func()
637 if (!pq_coefs) in dmatest_func()
641 pq_coefs[i] = 1; in dmatest_func()
798 src->cnt, pq_coefs, in dmatest_func()
917 kfree(pq_coefs); in dmatest_func()

Completed in 5 milliseconds