Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_av.c1090 struct compat_video_event { struct
1100 #define VIDEO_GET_EVENT32 _IOR('o', 28, struct compat_video_event) argument
1103 struct compat_video_event *event, int flags) in dvb_compat_video_get_event()
1110 *event = (struct compat_video_event) { in dvb_compat_video_get_event()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1617 struct compat_video_event { struct
1627 #define VIDEO_GET_EVENT32 _IOR('o', 28, struct compat_video_event) argument
1757 struct compat_video_event *ev32 = arg; in ivtv_decoder_ioctls()