Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/pci/ttpci/
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()
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-ioctl.c1615 struct compat_video_event { struct
1625 #define VIDEO_GET_EVENT32 _IOR('o', 28, struct compat_video_event) argument
1755 struct compat_video_event *ev32 = arg; in ivtv_decoder_ioctls()