Searched refs:vh_buf (Results 1 – 2 of 2) sorted by relevance
626 enc_buf.vh = solo_dev->vh_buf; in solo_handle_ring()1366 solo_dev->vh_buf = pci_alloc_consistent(solo_dev->pdev, in solo_enc_v4l2_init()1369 if (solo_dev->vh_buf == NULL) in solo_enc_v4l2_init()1384 solo_dev->vh_buf, solo_dev->vh_dma); in solo_enc_v4l2_init()1385 solo_dev->vh_buf = NULL; in solo_enc_v4l2_init()1410 if (solo_dev->vh_buf) in solo_enc_v4l2_exit()1412 solo_dev->vh_buf, solo_dev->vh_dma); in solo_enc_v4l2_exit()
270 void *vh_buf; member