Lines Matching refs:pb
575 void vb2_core_querybuf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_querybuf() argument
577 call_void_bufop(q, fill_user_buffer, q->bufs[index], pb); in vb2_core_querybuf()
1357 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb,
1419 int vb2_core_prepare_buf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_prepare_buf() argument
1440 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_prepare_buf()
1511 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb, in vb2_core_qbuf() argument
1581 if (pb) { in vb2_core_qbuf()
1582 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()
1583 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_qbuf()
1619 if (pb) in vb2_core_qbuf()
1620 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()
1632 if (pb) in vb2_core_qbuf()
1633 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_qbuf()
1741 void *pb, int nonblocking) in __vb2_get_done_vb() argument
1764 if (pb) in __vb2_get_done_vb()
1765 ret = call_bufop(q, verify_planes_array, *vb, pb); in __vb2_get_done_vb()
1802 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, in vb2_core_dqbuf() argument
1808 ret = __vb2_get_done_vb(q, &vb, pb, nonblocking); in vb2_core_dqbuf()
1831 if (pb) in vb2_core_dqbuf()
1832 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_dqbuf()