linux/include/media
Linus Torvalds a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement
This is the mindless scripted replacement of kernel use of POLL*
variables as described by Al, done by this script:

    for V in IN OUT PRI ERR RDNORM RDBAND WRNORM WRBAND HUP RDHUP NVAL MSG; do
        L=`git grep -l -w POLL$V | grep -v '^t' | grep -v /um/ | grep -v '^sa' | grep -v '/poll.h$'|grep -v '^D'`
        for f in $L; do sed -i "-es/^\([^\"]*\)\(\<POLL$V\>\)/\\1E\\2/" $f; done
    done

with de-mangling cleanups yet to come.

NOTE! On almost all architectures, the EPOLL* constants have the same
values as the POLL* constants do.  But they keyword here is "almost".
For various bad reasons they aren't the same, and epoll() doesn't
actually work quite correctly in some cases due to this on Sparc et al.

The next patch from Al will sort out the final differences, and we
should be all done.

Scripted-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-02-11 14:34:03 -08:00
..
blackfin License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
davinci media: platform: davinci: drop VPFE_CMD_S_CCDC_RAW_PARAMS 2017-07-26 06:14:33 -04:00
drv-intf media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
i2c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
tpg media: v4l2-tpg: use __u16 instead of int for struct tpg_rbg_color16 2017-12-18 12:29:40 -05:00
cec-notifier.h Linux 4.13-rc4 2017-08-08 05:38:41 -04:00
cec-pin.h media: cec-pin.h: move non-kAPI parts into cec-pin-priv.h 2017-10-27 14:02:19 +02:00
cec.h media: cec: move cec autorepeat handling to rc-core 2017-12-14 10:35:30 -05:00
demux.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dmxdev.h media: dvb kAPI docs: document dvb_vb2.h 2017-12-29 08:31:25 -05:00
dvb-usb-ids.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb_ca_en50221.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb_demux.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb_frontend.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
dvb_math.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb_net.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb_ringbuffer.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb_vb2.h media: videobuf2: fix up for "media: annotate ->poll() instances" 2018-02-06 14:24:51 -08:00
dvbdev.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
imx.h
media-device.h media: media-device: remove driver_version 2017-08-08 06:02:22 -04:00
media-devnode.h ->poll() methods should return __poll_t 2017-11-27 16:19:52 -05:00
media-entity.h media: entity: Add a nop variant of media_entity_cleanup 2018-01-23 08:12:01 -05:00
rc-core.h media: rc-core.h: minor adjustments at rc_driver_type doc 2017-12-18 10:16:04 -05:00
rc-map.h media: lirc: implement scancode sending 2017-12-14 10:35:15 -05:00
rcar-fcp.h
soc_camera.h ->poll() methods should return __poll_t 2017-11-27 16:19:52 -05:00
tuner-types.h media: tuner-types: add kernel-doc markups for struct tunertype 2017-12-18 09:06:40 -05:00
tuner.h
tveeprom.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
v4l2-async.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
v4l2-clk.h media: Convert to using %pOF instead of full_name 2017-08-20 08:20:20 -04:00
v4l2-common.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
v4l2-ctrls.h media updates for v4.16-rc1 2018-02-06 11:27:48 -08:00
v4l2-dev.h media updates for v4.16-rc1 2018-02-06 11:27:48 -08:00
v4l2-device.h media: v4l2-device.h: document helper macros 2017-12-29 07:11:22 -05:00
v4l2-dv-timings.h media: v4l2-dv-timings.h: convert comment into kernel-doc markup 2017-12-18 10:00:48 -05:00
v4l2-event.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
v4l2-fh.h
v4l2-flash-led-class.h media: v4l2-flash-led-class.h: add kernel-doc to two helper funcs 2017-12-18 10:40:41 -05:00
v4l2-fwnode.h media: v4l2-fwnode.h: better describe bus union at fwnode endpoint struct 2017-12-18 10:18:15 -05:00
v4l2-image-sizes.h
v4l2-ioctl.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
v4l2-mc.h
v4l2-mediabus.h media: v4l2-dev: convert VFL_TYPE_* into an enum 2017-12-18 11:49:40 -05:00
v4l2-mem2mem.h media: annotate ->poll() instances 2017-11-27 16:20:06 -05:00
v4l2-rect.h
v4l2-subdev.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
videobuf-core.h media: annotate ->poll() instances 2017-11-27 16:20:06 -05:00
videobuf-dma-contig.h
videobuf-dma-sg.h
videobuf-dvb.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
videobuf-vmalloc.h
videobuf2-core.h vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
videobuf2-dma-contig.h
videobuf2-dma-sg.h
videobuf2-dvb.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
videobuf2-memops.h media: vb2: add cross references at memops and v4l2 kernel-doc markups 2017-12-18 12:27:41 -05:00
videobuf2-v4l2.h media updates for v4.16-rc1 2018-02-06 11:27:48 -08:00
videobuf2-vmalloc.h
vsp1.h drm: rcar-du: Repair vblank for DRM page flips using the VSP 2017-08-03 16:17:30 +03:00