Home
last modified time | relevance | path

Searched refs:V4L2_FIELD_HAS_TOP (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/media/pci/tw68/
H A Dtw68-video.c289 V4L2_FIELD_HAS_TOP(field) ? "T" : "", in tw68_set_scale()
/linux-6.15/drivers/media/pci/cx88/
H A Dcx88-core.c690 V4L2_FIELD_HAS_TOP(field) ? "T" : "", in cx88_set_scale()
/linux-6.15/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions552 ignore define V4L2_FIELD_HAS_TOP
/linux-6.15/include/uapi/linux/
H A Dvideodev2.h109 #define V4L2_FIELD_HAS_TOP(field) \ macro
/linux-6.15/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2665 if (V4L2_FIELD_HAS_TOP(item->vbuf.field)) in bttv_irq_next_video()