Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Drcar_fdp1.c603 void *smsk_cpu; member
1947 ctx->smsk_cpu = dma_alloc_coherent(ctx->fdp1->dev, in fdp1_start_streaming()
1950 if (ctx->smsk_cpu == NULL) { in fdp1_start_streaming()
1994 if (ctx->smsk_cpu) { in fdp1_stop_streaming()
1996 ctx->smsk_cpu, ctx->smsk_addr[0]); in fdp1_stop_streaming()
1998 ctx->smsk_cpu = NULL; in fdp1_stop_streaming()