Home
last modified time | relevance | path

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

/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c617 enc_buf.vh = solo_dev->vh_buf; in solo_handle_ring()
1347 solo_dev->vh_buf = dma_alloc_coherent(&solo_dev->pdev->dev, in solo_enc_v4l2_init()
1350 if (solo_dev->vh_buf == NULL) in solo_enc_v4l2_init()
1365 solo_dev->vh_buf, solo_dev->vh_dma); in solo_enc_v4l2_init()
1366 solo_dev->vh_buf = NULL; in solo_enc_v4l2_init()
1391 if (solo_dev->vh_buf) in solo_enc_v4l2_exit()
1393 solo_dev->vh_buf, solo_dev->vh_dma); in solo_enc_v4l2_exit()
Dsolo6x10.h261 void *vh_buf; member