Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Disapnp.h37 #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-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c1739 struct videobuf_buffer *vb, *_vb; in atomisp_streamoff() local
1853 list_for_each_entry_safe(vb, _vb, &pipe->activeq, queue) { in atomisp_streamoff()
1857 list_for_each_entry_safe(vb, _vb, &pipe->buffers_waiting_for_param, queue) { in atomisp_streamoff()