drivers/media/pci/saa7134/saa7134-vbi.c

Source file repositories/reference/linux-study-clean/drivers/media/pci/saa7134/saa7134-vbi.c

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/saa7134/saa7134-vbi.c
Extension
.c
Size
6196 bytes
Lines
209
Domain
Driver Families
Bucket
drivers/media
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

if ((status & 0x10) == 0x00) {
			dev->vbi_q.curr->top_seen = 1;
			goto done;
		}
		if (!dev->vbi_q.curr->top_seen)
			goto done;

		saa7134_buffer_finish(dev, &dev->vbi_q, VB2_BUF_STATE_DONE);
	}
	saa7134_buffer_next(dev, &dev->vbi_q);

 done:
	spin_unlock(&dev->slock);
}

Annotation

Implementation Notes