Searched refs:_vb (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/linux/ |
D | isapnp.h | 37 #define ISAPNP_CARD_ID(_va, _vb, _vc, _device) \ argument 38 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device) 41 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \ argument 42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_ioctl.c | 2062 struct videobuf_buffer *vb, *_vb; in __atomisp_streamoff() local 2212 list_for_each_entry_safe(vb, _vb, &pipe->activeq, queue) { in __atomisp_streamoff() 2216 list_for_each_entry_safe(vb, _vb, &pipe->buffers_waiting_for_param, queue) { in __atomisp_streamoff()
|