Searched refs:vh_buf (Results 1 – 2 of 2) sorted by relevance
617 enc_buf.vh = solo_dev->vh_buf; in solo_handle_ring()1345 solo_dev->vh_buf = dma_alloc_coherent(&solo_dev->pdev->dev, in solo_enc_v4l2_init()1348 if (solo_dev->vh_buf == NULL) in solo_enc_v4l2_init()1363 solo_dev->vh_buf, solo_dev->vh_dma); in solo_enc_v4l2_init()1364 solo_dev->vh_buf = NULL; in solo_enc_v4l2_init()1389 if (solo_dev->vh_buf) in solo_enc_v4l2_exit()1391 solo_dev->vh_buf, solo_dev->vh_dma); in solo_enc_v4l2_exit()
261 void *vh_buf; member
Completed in 7 milliseconds