linux_dsm_epyc7002/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
davinci
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
cec-notifier.h
cec-pin.h
cec.h
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_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
dvb-usb-ids.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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-devnode.h
media-entity.h media: entity: Add a nop variant of media_entity_cleanup 2018-01-23 08:12:01 -05:00
rc-core.h
rc-map.h
rcar-fcp.h
soc_camera.h
tuner-types.h
tuner.h
tveeprom.h
v4l2-async.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
v4l2-clk.h
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
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
v4l2-fwnode.h
v4l2-image-sizes.h
v4l2-ioctl.h
v4l2-mc.h
v4l2-mediabus.h
v4l2-mem2mem.h
v4l2-rect.h
v4l2-subdev.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
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
videobuf2-v4l2.h media updates for v4.16-rc1 2018-02-06 11:27:48 -08:00
videobuf2-vmalloc.h
videobuf-core.h
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
vsp1.h