Home
last modified time | relevance | path

Searched refs:V4L2_STD_PAL_B (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c19 (V4L2_STD_PAL_B| \
52 #define TSTD_B (V4L2_STD_PAL_B|V4L2_STD_SECAM_B)
299 V4L2_STD_PAL_B | V4L2_STD_PAL_G,
H A Dpvrusb2-hdw.c1839 .std = V4L2_STD_PAL_B|V4L2_STD_PAL_B1|V4L2_STD_PAL_G,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumstd.rst122 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
174 #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |
177 #define V4L2_STD_B (V4L2_STD_PAL_B |
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h1348 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) macro
1413 #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
1429 #define V4L2_STD_B (V4L2_STD_PAL_B |\
/openbmc/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c1463 case STD_PAL: return V4L2_STD_PAL_B; in tw5864_get_v4l2_std()
1478 if (v4l2_std & V4L2_STD_PAL_B) in tw5864_from_v4l2_std()
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions266 replace define V4L2_STD_PAL_B v4l2-std-id
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c1531 dev->norm = V4L2_STD_PAL_B; in vidioc_s_std()
H A Dcx231xx-avcore.c1577 } else if (standerd & (V4L2_STD_PAL_B | V4L2_STD_PAL_G)) { in cx231xx_Get_Colibri_CarrierOffset()
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-api.c693 } else if (std & V4L2_STD_PAL_B) { in saa7164_api_configure_dif()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c50 { V4L2_STD_PAL_B, "PAL-B" },