Searched refs:video_status (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | video-get-status.rst | 22 ``int ioctl(fd, VIDEO_GET_STATUS, struct video_status *status)`` 45 - struct video_status \*status 55 .. c:type:: video_status 59 struct video_status {
|
| H A D | video_types.rst | 28 data structures video_status (??) returned by VIDEO_GET_STATUS (??) 175 .. c:type:: video_status 177 struct video_status 186 struct video_status {
|
| /OK3568_Linux_fs/kernel/drivers/media/common/saa7146/ |
| H A D | saa7146_video.c | 15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh)) 18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh)) 151 vv->video_status = STATUS_OVERLAY; in saa7146_start_preview() 172 if ((vv->video_status & STATUS_OVERLAY) == 0) { in saa7146_stop_preview() 182 vv->video_status = 0; in saa7146_stop_preview() 326 if ((vv->video_status & STATUS_CAPTURE) != 0) { in video_begin() 335 if ((vv->video_status & STATUS_OVERLAY) != 0) { in video_begin() 373 vv->video_status = STATUS_CAPTURE; in video_begin() 389 if ((vv->video_status & STATUS_CAPTURE) != STATUS_CAPTURE) { in video_end() 428 vv->video_status = 0; in video_end() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/ |
| H A D | video.h | 134 struct video_status { struct 185 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/ |
| H A D | video.h | 134 struct video_status { struct 185 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/dvb/ |
| H A D | video.h | 138 struct video_status { struct 189 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status)
|
| /OK3568_Linux_fs/kernel/include/media/drv-intf/ |
| H A D | saa7146_vv.h | 116 int video_status; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110.h | 194 struct video_status videostate;
|
| H A D | av7110_v4l.c | 226 if ((vv->video_status & STATUS_OVERLAY) != 0) { in av7110_dvb_c_switch()
|
| H A D | av7110_av.c | 1205 memcpy(parg, &av7110->videostate, sizeof(struct video_status)); in dvb_video_ioctl()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp.h | 47 unsigned int video_status; member
|