Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: move dvb kAPI headers to include/media

Except for DVB, all media kAPI headers are at include/media.

Move the headers to it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+527 -567
+1 -1
Documentation/media/kapi/dtv-ca.rst
··· 1 1 Digital TV Conditional Access kABI 2 2 ---------------------------------- 3 3 4 - .. kernel-doc:: drivers/media/dvb-core/dvb_ca_en50221.h 4 + .. kernel-doc:: include/media/dvb_ca_en50221.h
+3 -3
Documentation/media/kapi/dtv-common.rst
··· 7 7 Provide some commonly-used math functions, usually required in order to 8 8 estimate signal strength and signal to noise measurements in dB. 9 9 10 - .. kernel-doc:: drivers/media/dvb-core/dvb_math.h 10 + .. kernel-doc:: include/media/dvb_math.h 11 11 12 12 13 13 DVB devices ··· 15 15 16 16 Those functions are responsible for handling the DVB device nodes. 17 17 18 - .. kernel-doc:: drivers/media/dvb-core/dvbdev.h 18 + .. kernel-doc:: include/media/dvbdev.h 19 19 20 20 Digital TV Ring buffer 21 21 ~~~~~~~~~~~~~~~~~~~~~~ ··· 52 52 Resetting the buffer counts as a read and write operation. 53 53 Two or more writers must be locked against each other. 54 54 55 - .. kernel-doc:: drivers/media/dvb-core/dvb_ringbuffer.h 55 + .. kernel-doc:: include/media/dvb_ringbuffer.h
+4 -4
Documentation/media/kapi/dtv-demux.rst
··· 8 8 registering low-level, hardware specific driver to a hardware independent 9 9 demux layer. It is only of interest for Digital TV device driver writers. 10 10 The header file for this kABI is named ``demux.h`` and located in 11 - ``drivers/media/dvb-core``. 11 + ``include/media``. 12 12 13 13 The demux kABI should be implemented for each demux in the system. It is 14 14 used to select the TS source of a demux and to manage the demux resources. ··· 69 69 Digital TV Demux device registration functions and data structures 70 70 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 71 72 - .. kernel-doc:: drivers/media/dvb-core/dmxdev.h 72 + .. kernel-doc:: include/media/dmxdev.h 73 73 74 74 High-level Digital TV demux interface 75 75 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 76 77 - .. kernel-doc:: drivers/media/dvb-core/dvb_demux.h 77 + .. kernel-doc:: include/media/dvb_demux.h 78 78 79 79 Driver-internal low-level hardware specific driver demux interface 80 80 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81 81 82 - .. kernel-doc:: drivers/media/dvb-core/demux.h 82 + .. kernel-doc:: include/media/demux.h
+4 -4
Documentation/media/kapi/dtv-frontend.rst
··· 8 8 registering low-level, hardware specific driver to a hardware independent 9 9 frontend layer. It is only of interest for Digital TV device driver writers. 10 10 The header file for this API is named ``dvb_frontend.h`` and located in 11 - ``drivers/media/dvb-core``. 11 + ``include/media/``. 12 12 13 13 Demodulator driver 14 14 ^^^^^^^^^^^^^^^^^^ ··· 17 17 hardware. Such driver should implement :c:type:`dvb_frontend_ops`, with 18 18 tells what type of digital TV standards are supported, and points to a 19 19 series of functions that allow the DVB core to command the hardware via 20 - the code under ``drivers/media/dvb-core/dvb_frontend.c``. 20 + the code under ``include/media/dvb_frontend.c``. 21 21 22 22 A typical example of such struct in a driver ``foo`` is:: 23 23 ··· 118 118 119 119 .. |delta| unicode:: U+00394 120 120 121 - The ``drivers/media/dvb-core/dvb_frontend.c`` has a kernel thread with is 121 + The ``include/media/dvb_frontend.c`` has a kernel thread with is 122 122 responsible for tuning the device. It supports multiple algorithms to 123 123 detect a channel, as defined at enum :c:func:`dvbfe_algo`. 124 124 ··· 440 440 Digital TV Frontend functions and types 441 441 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 442 442 443 - .. kernel-doc:: drivers/media/dvb-core/dvb_frontend.h 443 + .. kernel-doc:: include/media/dvb_frontend.h
+1 -1
Documentation/media/kapi/dtv-net.rst
··· 1 1 Digital TV Network kABI 2 2 ----------------------- 3 3 4 - .. kernel-doc:: drivers/media/dvb-core/dvb_net.h 4 + .. kernel-doc:: include/media/dvb_net.h
-1
drivers/media/common/b2c2/Makefile
··· 4 4 b2c2-flexcop-objs += flexcop-hw-filter.o 5 5 obj-$(CONFIG_DVB_B2C2_FLEXCOP) += b2c2-flexcop.o 6 6 7 - ccflags-y += -Idrivers/media/dvb-core/ 8 7 ccflags-y += -Idrivers/media/dvb-frontends/ 9 8 ccflags-y += -Idrivers/media/tuners/
+4 -4
drivers/media/common/b2c2/flexcop-common.h
··· 13 13 14 14 #include "flexcop-reg.h" 15 15 16 - #include "dmxdev.h" 17 - #include "dvb_demux.h" 18 - #include "dvb_net.h" 19 - #include "dvb_frontend.h" 16 + #include <media/dmxdev.h> 17 + #include <media/dvb_demux.h> 18 + #include <media/dvb_net.h> 19 + #include <media/dvb_frontend.h> 20 20 21 21 #define FC_MAX_FEED 256 22 22
-4
drivers/media/common/siano/Makefile
··· 11 11 ifeq ($(CONFIG_SMS_SIANO_DEBUGFS),y) 12 12 smsdvb-objs += smsdvb-debugfs.o 13 13 endif 14 - 15 - ccflags-y += -Idrivers/media/dvb-core 16 - ccflags-y += $(extra-cflags-y) $(extra-cflags-m) 17 -
+4 -4
drivers/media/common/siano/smsdvb-debugfs.c
··· 11 11 #include <linux/spinlock.h> 12 12 #include <linux/usb.h> 13 13 14 - #include "dmxdev.h" 15 - #include "dvbdev.h" 16 - #include "dvb_demux.h" 17 - #include "dvb_frontend.h" 14 + #include <media/dmxdev.h> 15 + #include <media/dvbdev.h> 16 + #include <media/dvb_demux.h> 17 + #include <media/dvb_frontend.h> 18 18 19 19 #include "smsdvb.h" 20 20
+4 -4
drivers/media/common/siano/smsdvb-main.c
··· 26 26 #include <linux/init.h> 27 27 #include <asm/div64.h> 28 28 29 - #include "dmxdev.h" 30 - #include "dvbdev.h" 31 - #include "dvb_demux.h" 32 - #include "dvb_frontend.h" 29 + #include <media/dmxdev.h> 30 + #include <media/dvbdev.h> 31 + #include <media/dvb_demux.h> 32 + #include <media/dvb_frontend.h> 33 33 34 34 #include "sms-cards.h" 35 35
drivers/media/dvb-core/demux.h include/media/demux.h
+2 -2
drivers/media/dvb-core/dmxdev.c
··· 27 27 #include <linux/ioctl.h> 28 28 #include <linux/wait.h> 29 29 #include <linux/uaccess.h> 30 - #include "dmxdev.h" 31 - #include "dvb_vb2.h" 30 + #include <media/dmxdev.h> 31 + #include <media/dvb_vb2.h> 32 32 33 33 static int debug; 34 34
+4 -4
drivers/media/dvb-core/dmxdev.h include/media/dmxdev.h
··· 32 32 33 33 #include <linux/dvb/dmx.h> 34 34 35 - #include "dvbdev.h" 36 - #include "demux.h" 37 - #include "dvb_ringbuffer.h" 38 - #include "dvb_vb2.h" 35 + #include <media/dvbdev.h> 36 + #include <media/demux.h> 37 + #include <media/dvb_ringbuffer.h> 38 + #include <media/dvb_vb2.h> 39 39 40 40 /** 41 41 * enum dmxdev_type - type of demux filter type.
drivers/media/dvb-core/dvb-usb-ids.h include/media/dvb-usb-ids.h
+2 -2
drivers/media/dvb-core/dvb_ca_en50221.c
··· 37 37 #include <linux/sched/signal.h> 38 38 #include <linux/kthread.h> 39 39 40 - #include "dvb_ca_en50221.h" 41 - #include "dvb_ringbuffer.h" 40 + #include <media/dvb_ca_en50221.h> 41 + #include <media/dvb_ringbuffer.h> 42 42 43 43 static int dvb_ca_en50221_debug; 44 44
+1 -1
drivers/media/dvb-core/dvb_ca_en50221.h include/media/dvb_ca_en50221.h
··· 20 20 #include <linux/list.h> 21 21 #include <linux/dvb/ca.h> 22 22 23 - #include "dvbdev.h" 23 + #include <media/dvbdev.h> 24 24 25 25 #define DVB_CA_EN50221_POLL_CAM_PRESENT 1 26 26 #define DVB_CA_EN50221_POLL_CAM_CHANGED 2
+1 -1
drivers/media/dvb-core/dvb_demux.c
··· 30 30 #include <linux/uaccess.h> 31 31 #include <asm/div64.h> 32 32 33 - #include "dvb_demux.h" 33 + #include <media/dvb_demux.h> 34 34 35 35 static int dvb_demux_tscheck; 36 36 module_param(dvb_demux_tscheck, int, 0644);
+1 -1
drivers/media/dvb-core/dvb_demux.h include/media/dvb_demux.h
··· 24 24 #include <linux/spinlock.h> 25 25 #include <linux/mutex.h> 26 26 27 - #include "demux.h" 27 + #include <media/demux.h> 28 28 29 29 /** 30 30 * enum dvb_dmx_filter_type - type of demux feed.
+2 -2
drivers/media/dvb-core/dvb_frontend.c
··· 43 43 #include <linux/compat.h> 44 44 #include <asm/processor.h> 45 45 46 - #include "dvb_frontend.h" 47 - #include "dvbdev.h" 46 + #include <media/dvb_frontend.h> 47 + #include <media/dvbdev.h> 48 48 #include <linux/dvb/version.h> 49 49 50 50 static int dvb_frontend_debug;
+1 -1
drivers/media/dvb-core/dvb_frontend.h include/media/dvb_frontend.h
··· 44 44 45 45 #include <linux/dvb/frontend.h> 46 46 47 - #include "dvbdev.h" 47 + #include <media/dvbdev.h> 48 48 49 49 /* 50 50 * Maximum number of Delivery systems per frontend. It
+1 -1
drivers/media/dvb-core/dvb_math.c
··· 19 19 #include <linux/kernel.h> 20 20 #include <linux/module.h> 21 21 #include <asm/bug.h> 22 - #include "dvb_math.h" 22 + #include <media/dvb_math.h> 23 23 24 24 static const unsigned short logtable[256] = { 25 25 0x0000, 0x0171, 0x02e0, 0x044e, 0x05ba, 0x0725, 0x088e, 0x09f7,
drivers/media/dvb-core/dvb_math.h include/media/dvb_math.h
+2 -2
drivers/media/dvb-core/dvb_net.c
··· 64 64 #include <linux/mutex.h> 65 65 #include <linux/sched.h> 66 66 67 - #include "dvb_demux.h" 68 - #include "dvb_net.h" 67 + #include <media/dvb_demux.h> 68 + #include <media/dvb_net.h> 69 69 70 70 static inline __u32 iov_crc32( __u32 c, struct kvec *iov, unsigned int cnt ) 71 71 {
+1 -1
drivers/media/dvb-core/dvb_net.h include/media/dvb_net.h
··· 24 24 #include <linux/etherdevice.h> 25 25 #include <linux/skbuff.h> 26 26 27 - #include "dvbdev.h" 27 + #include <media/dvbdev.h> 28 28 29 29 #define DVB_NET_DEVICES_MAX 10 30 30
+1 -1
drivers/media/dvb-core/dvb_ringbuffer.c
··· 29 29 #include <linux/string.h> 30 30 #include <linux/uaccess.h> 31 31 32 - #include "dvb_ringbuffer.h" 32 + #include <media/dvb_ringbuffer.h> 33 33 34 34 #define PKT_READY 0 35 35 #define PKT_DISPOSED 1
drivers/media/dvb-core/dvb_ringbuffer.h include/media/dvb_ringbuffer.h
+2 -2
drivers/media/dvb-core/dvb_vb2.c
··· 16 16 #include <linux/module.h> 17 17 #include <linux/mm.h> 18 18 19 - #include "dvbdev.h" 20 - #include "dvb_vb2.h" 19 + #include <media/dvbdev.h> 20 + #include <media/dvb_vb2.h> 21 21 22 22 #define DVB_V2_MAX_SIZE (4096 * 188) 23 23
drivers/media/dvb-core/dvb_vb2.h include/media/dvb_vb2.h
+1 -1
drivers/media/dvb-core/dvbdev.c
··· 30 30 #include <linux/fs.h> 31 31 #include <linux/cdev.h> 32 32 #include <linux/mutex.h> 33 - #include "dvbdev.h" 33 + #include <media/dvbdev.h> 34 34 35 35 /* Due to enum tuner_pad_index */ 36 36 #include <media/tuner.h>
drivers/media/dvb-core/dvbdev.h include/media/dvbdev.h
-1
drivers/media/dvb-frontends/Makefile
··· 3 3 # Makefile for the kernel DVB frontend device drivers. 4 4 # 5 5 6 - ccflags-y += -I$(srctree)/drivers/media/dvb-core/ 7 6 ccflags-y += -I$(srctree)/drivers/media/tuners/ 8 7 9 8 # FIXME: RTL2832 SDR driver uses power management directly from USB IF driver
+1 -1
drivers/media/dvb-frontends/a8293.h
··· 17 17 #ifndef A8293_H 18 18 #define A8293_H 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 /* 23 23 * I2C address
+1 -1
drivers/media/dvb-frontends/af9013_priv.h
··· 21 21 #ifndef AF9013_PRIV_H 22 22 #define AF9013_PRIV_H 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 #include "af9013.h" 26 26 #include <linux/firmware.h> 27 27 #include <linux/math64.h>
+2 -2
drivers/media/dvb-frontends/af9033_priv.h
··· 18 18 #ifndef AF9033_PRIV_H 19 19 #define AF9033_PRIV_H 20 20 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 #include "af9033.h" 23 23 #include <linux/math64.h> 24 24 #include <linux/regmap.h> 25 25 #include <linux/kernel.h> 26 - #include "dvb_math.h" 26 + #include <media/dvb_math.h> 27 27 28 28 struct reg_val { 29 29 u32 reg;
+1 -1
drivers/media/dvb-frontends/as102_fe.c
··· 14 14 * GNU General Public License for more details. 15 15 */ 16 16 17 - #include <dvb_frontend.h> 17 + #include <media/dvb_frontend.h> 18 18 19 19 #include "as102_fe.h" 20 20
+1 -1
drivers/media/dvb-frontends/ascot2e.c
··· 24 24 #include <linux/dvb/frontend.h> 25 25 #include <linux/types.h> 26 26 #include "ascot2e.h" 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 29 29 #define MAX_WRITE_REGSIZE 10 30 30
+1 -1
drivers/media/dvb-frontends/atbm8830.c
··· 16 16 */ 17 17 18 18 #include <asm/div64.h> 19 - #include "dvb_frontend.h" 19 + #include <media/dvb_frontend.h> 20 20 21 21 #include "atbm8830.h" 22 22 #include "atbm8830_priv.h"
+1 -1
drivers/media/dvb-frontends/au8522_common.c
··· 23 23 */ 24 24 25 25 #include <linux/i2c.h> 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 #include "au8522_priv.h" 28 28 29 29 static int debug;
+1 -1
drivers/media/dvb-frontends/au8522_dig.c
··· 24 24 #include <linux/module.h> 25 25 #include <linux/string.h> 26 26 #include <linux/delay.h> 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 #include "au8522.h" 29 29 #include "au8522_priv.h" 30 30
+1 -1
drivers/media/dvb-frontends/au8522_priv.h
··· 32 32 #include <media/v4l2-ctrls.h> 33 33 #include <media/v4l2-mc.h> 34 34 #include <linux/i2c.h> 35 - #include "dvb_frontend.h" 35 + #include <media/dvb_frontend.h> 36 36 #include "au8522.h" 37 37 #include "tuner-i2c.h" 38 38
+1 -1
drivers/media/dvb-frontends/bcm3510.c
··· 40 40 #include <linux/slab.h> 41 41 #include <linux/mutex.h> 42 42 43 - #include "dvb_frontend.h" 43 + #include <media/dvb_frontend.h> 44 44 #include "bcm3510.h" 45 45 #include "bcm3510_priv.h" 46 46
+1 -1
drivers/media/dvb-frontends/cx22700.c
··· 25 25 #include <linux/module.h> 26 26 #include <linux/string.h> 27 27 #include <linux/slab.h> 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 #include "cx22700.h" 30 30 31 31
+1 -1
drivers/media/dvb-frontends/cx22702.c
··· 31 31 #include <linux/string.h> 32 32 #include <linux/slab.h> 33 33 #include <linux/delay.h> 34 - #include "dvb_frontend.h" 34 + #include <media/dvb_frontend.h> 35 35 #include "cx22702.h" 36 36 37 37 struct cx22702_state {
+1 -1
drivers/media/dvb-frontends/cx24110.c
··· 27 27 #include <linux/module.h> 28 28 #include <linux/init.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 #include "cx24110.h" 32 32 33 33
+1 -1
drivers/media/dvb-frontends/cx24113.c
··· 22 22 #include <linux/module.h> 23 23 #include <linux/init.h> 24 24 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 #include "cx24113.h" 27 27 28 28 static int debug;
+1 -1
drivers/media/dvb-frontends/cx24116.c
··· 41 41 #include <linux/init.h> 42 42 #include <linux/firmware.h> 43 43 44 - #include "dvb_frontend.h" 44 + #include <media/dvb_frontend.h> 45 45 #include "cx24116.h" 46 46 47 47 static int debug;
+1 -1
drivers/media/dvb-frontends/cx24117.c
··· 32 32 #include <linux/firmware.h> 33 33 34 34 #include "tuner-i2c.h" 35 - #include "dvb_frontend.h" 35 + #include <media/dvb_frontend.h> 36 36 #include "cx24117.h" 37 37 38 38
+1 -1
drivers/media/dvb-frontends/cx24120.c
··· 29 29 #include <linux/moduleparam.h> 30 30 #include <linux/init.h> 31 31 #include <linux/firmware.h> 32 - #include "dvb_frontend.h" 32 + #include <media/dvb_frontend.h> 33 33 #include "cx24120.h" 34 34 35 35 #define CX24120_SEARCH_RANGE_KHZ 5000
+1 -1
drivers/media/dvb-frontends/cx24123.c
··· 24 24 #include <linux/init.h> 25 25 #include <asm/div64.h> 26 26 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 #include "cx24123.h" 29 29 30 30 #define XTAL 10111000
+2 -2
drivers/media/dvb-frontends/cxd2820r_priv.h
··· 23 23 #define CXD2820R_PRIV_H 24 24 25 25 #include <linux/dvb/version.h> 26 - #include "dvb_frontend.h" 27 - #include "dvb_math.h" 26 + #include <media/dvb_frontend.h> 27 + #include <media/dvb_math.h> 28 28 #include "cxd2820r.h" 29 29 #include <linux/gpio.h> 30 30 #include <linux/math64.h>
+2 -2
drivers/media/dvb-frontends/cxd2841er.c
··· 31 31 #include <linux/dynamic_debug.h> 32 32 #include <linux/kernel.h> 33 33 34 - #include "dvb_math.h" 35 - #include "dvb_frontend.h" 34 + #include <media/dvb_math.h> 35 + #include <media/dvb_frontend.h> 36 36 #include "cxd2841er.h" 37 37 #include "cxd2841er_priv.h" 38 38
+1 -1
drivers/media/dvb-frontends/dib0070.c
··· 27 27 #include <linux/i2c.h> 28 28 #include <linux/mutex.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 32 32 #include "dib0070.h" 33 33 #include "dibx000_common.h"
+1 -1
drivers/media/dvb-frontends/dib0090.c
··· 27 27 #include <linux/i2c.h> 28 28 #include <linux/mutex.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 32 32 #include "dib0090.h" 33 33 #include "dibx000_common.h"
+1 -1
drivers/media/dvb-frontends/dib3000mb.c
··· 30 30 #include <linux/string.h> 31 31 #include <linux/slab.h> 32 32 33 - #include "dvb_frontend.h" 33 + #include <media/dvb_frontend.h> 34 34 35 35 #include "dib3000.h" 36 36 #include "dib3000mb_priv.h"
+1 -1
drivers/media/dvb-frontends/dib3000mc.c
··· 17 17 #include <linux/slab.h> 18 18 #include <linux/i2c.h> 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 #include "dib3000mc.h" 23 23
+1 -1
drivers/media/dvb-frontends/dib7000m.c
··· 16 16 #include <linux/i2c.h> 17 17 #include <linux/mutex.h> 18 18 19 - #include "dvb_frontend.h" 19 + #include <media/dvb_frontend.h> 20 20 21 21 #include "dib7000m.h" 22 22
+2 -2
drivers/media/dvb-frontends/dib7000p.c
··· 16 16 #include <linux/mutex.h> 17 17 #include <asm/div64.h> 18 18 19 - #include "dvb_math.h" 20 - #include "dvb_frontend.h" 19 + #include <media/dvb_math.h> 20 + #include <media/dvb_frontend.h> 21 21 22 22 #include "dib7000p.h" 23 23
+2 -2
drivers/media/dvb-frontends/dib8000.c
··· 16 16 #include <linux/mutex.h> 17 17 #include <asm/div64.h> 18 18 19 - #include "dvb_math.h" 19 + #include <media/dvb_math.h> 20 20 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 #include "dib8000.h" 24 24
+2 -2
drivers/media/dvb-frontends/dib9000.c
··· 14 14 #include <linux/i2c.h> 15 15 #include <linux/mutex.h> 16 16 17 - #include "dvb_math.h" 18 - #include "dvb_frontend.h" 17 + #include <media/dvb_math.h> 18 + #include <media/dvb_frontend.h> 19 19 20 20 #include "dib9000.h" 21 21 #include "dibx000_common.h"
-1
drivers/media/dvb-frontends/drx39xyj/Makefile
··· 2 2 3 3 obj-$(CONFIG_DVB_DRX39XYJ) += drx39xyj.o 4 4 5 - ccflags-y += -I$(srctree)/drivers/media/dvb-core/ 6 5 ccflags-y += -I$(srctree)/drivers/media/tuners/
+1 -1
drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
··· 19 19 #define DRX39XXJ_H 20 20 21 21 #include <linux/dvb/frontend.h> 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 #include "drx_driver.h" 24 24 25 25 struct drx39xxj_state {
+1 -1
drivers/media/dvb-frontends/drx39xyj/drxj.c
··· 61 61 #include <linux/slab.h> 62 62 #include <asm/div64.h> 63 63 64 - #include "dvb_frontend.h" 64 + #include <media/dvb_frontend.h> 65 65 #include "drx39xxj.h" 66 66 67 67 #include "drxj.h"
+1 -1
drivers/media/dvb-frontends/drxd_hard.c
··· 26 26 #include <linux/i2c.h> 27 27 #include <asm/div64.h> 28 28 29 - #include "dvb_frontend.h" 29 + #include <media/dvb_frontend.h> 30 30 #include "drxd.h" 31 31 #include "drxd_firm.h" 32 32
+2 -2
drivers/media/dvb-frontends/drxk_hard.c
··· 29 29 #include <linux/hardirq.h> 30 30 #include <asm/div64.h> 31 31 32 - #include "dvb_frontend.h" 32 + #include <media/dvb_frontend.h> 33 33 #include "drxk.h" 34 34 #include "drxk_hard.h" 35 - #include "dvb_math.h" 35 + #include <media/dvb_math.h> 36 36 37 37 static int power_down_dvbt(struct drxk_state *state, bool set_power_mode); 38 38 static int power_down_qam(struct drxk_state *state);
+1 -1
drivers/media/dvb-frontends/ds3000.c
··· 26 26 #include <linux/init.h> 27 27 #include <linux/firmware.h> 28 28 29 - #include "dvb_frontend.h" 29 + #include <media/dvb_frontend.h> 30 30 #include "ts2020.h" 31 31 #include "ds3000.h" 32 32
+1 -1
drivers/media/dvb-frontends/dvb-pll.h
··· 7 7 #define __DVB_PLL_H__ 8 8 9 9 #include <linux/i2c.h> 10 - #include "dvb_frontend.h" 10 + #include <media/dvb_frontend.h> 11 11 12 12 #define DVB_PLL_UNDEFINED 0 13 13 #define DVB_PLL_THOMSON_DTT7579 1
+1 -1
drivers/media/dvb-frontends/dvb_dummy_fe.c
··· 20 20 #include <linux/string.h> 21 21 #include <linux/slab.h> 22 22 23 - #include "dvb_frontend.h" 23 + #include <media/dvb_frontend.h> 24 24 #include "dvb_dummy_fe.h" 25 25 26 26
+1 -1
drivers/media/dvb-frontends/dvb_dummy_fe.h
··· 19 19 #define DVB_DUMMY_FE_H 20 20 21 21 #include <linux/dvb/frontend.h> 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 24 24 #if IS_REACHABLE(CONFIG_DVB_DUMMY_FE) 25 25 extern struct dvb_frontend* dvb_dummy_fe_ofdm_attach(void);
+1 -1
drivers/media/dvb-frontends/ec100.c
··· 15 15 * 16 16 */ 17 17 18 - #include "dvb_frontend.h" 18 + #include <media/dvb_frontend.h> 19 19 #include "ec100.h" 20 20 21 21 struct ec100_state {
+1 -1
drivers/media/dvb-frontends/gp8psk-fe.c
··· 16 16 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 17 17 18 18 #include "gp8psk-fe.h" 19 - #include "dvb_frontend.h" 19 + #include <media/dvb_frontend.h> 20 20 21 21 static int debug; 22 22 module_param(debug, int, 0644);
+1 -1
drivers/media/dvb-frontends/helene.c
··· 23 23 #include <linux/dvb/frontend.h> 24 24 #include <linux/types.h> 25 25 #include "helene.h" 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 28 28 #define MAX_WRITE_REGSIZE 20 29 29
+1 -1
drivers/media/dvb-frontends/horus3a.c
··· 24 24 #include <linux/dvb/frontend.h> 25 25 #include <linux/types.h> 26 26 #include "horus3a.h" 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 29 29 #define MAX_WRITE_REGSIZE 5 30 30
+1 -1
drivers/media/dvb-frontends/isl6405.c
··· 29 29 #include <linux/string.h> 30 30 #include <linux/slab.h> 31 31 32 - #include "dvb_frontend.h" 32 + #include <media/dvb_frontend.h> 33 33 #include "isl6405.h" 34 34 35 35 struct isl6405 {
+1 -1
drivers/media/dvb-frontends/isl6421.c
··· 29 29 #include <linux/string.h> 30 30 #include <linux/slab.h> 31 31 32 - #include "dvb_frontend.h" 32 + #include <media/dvb_frontend.h> 33 33 #include "isl6421.h" 34 34 35 35 struct isl6421 {
+1 -1
drivers/media/dvb-frontends/isl6423.c
··· 26 26 #include <linux/string.h> 27 27 #include <linux/slab.h> 28 28 29 - #include "dvb_frontend.h" 29 + #include <media/dvb_frontend.h> 30 30 #include "isl6423.h" 31 31 32 32 static unsigned int verbose;
+1 -1
drivers/media/dvb-frontends/itd1000.c
··· 22 22 #include <linux/i2c.h> 23 23 #include <linux/slab.h> 24 24 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 27 27 #include "itd1000.h" 28 28 #include "itd1000_priv.h"
+1 -1
drivers/media/dvb-frontends/ix2505v.h
··· 17 17 #define DVB_IX2505V_H 18 18 19 19 #include <linux/i2c.h> 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 /** 23 23 * struct ix2505v_config - ix2505 attachment configuration
+1 -1
drivers/media/dvb-frontends/l64781.c
··· 25 25 #include <linux/module.h> 26 26 #include <linux/string.h> 27 27 #include <linux/slab.h> 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 #include "l64781.h" 30 30 31 31
+1 -1
drivers/media/dvb-frontends/lg2160.h
··· 19 19 #define _LG2160_H_ 20 20 21 21 #include <linux/i2c.h> 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 24 24 enum lg_chip_type { 25 25 LG2160 = 0,
+1 -1
drivers/media/dvb-frontends/lgdt3305.c
··· 20 20 #include <asm/div64.h> 21 21 #include <linux/dvb/frontend.h> 22 22 #include <linux/slab.h> 23 - #include "dvb_math.h" 23 + #include <media/dvb_math.h> 24 24 #include "lgdt3305.h" 25 25 26 26 static int debug;
+1 -1
drivers/media/dvb-frontends/lgdt3305.h
··· 19 19 #define _LGDT3305_H_ 20 20 21 21 #include <linux/i2c.h> 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 24 24 25 25 enum lgdt3305_mpeg_mode {
+1 -1
drivers/media/dvb-frontends/lgdt3306a.c
··· 21 21 #include <asm/div64.h> 22 22 #include <linux/kernel.h> 23 23 #include <linux/dvb/frontend.h> 24 - #include "dvb_math.h" 24 + #include <media/dvb_math.h> 25 25 #include "lgdt3306a.h" 26 26 #include <linux/i2c-mux.h> 27 27
+1 -1
drivers/media/dvb-frontends/lgdt3306a.h
··· 19 19 #define _LGDT3306A_H_ 20 20 21 21 #include <linux/i2c.h> 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 24 24 25 25 enum lgdt3306a_mpeg_mode {
+2 -2
drivers/media/dvb-frontends/lgdt330x.c
··· 37 37 #include <linux/slab.h> 38 38 #include <asm/byteorder.h> 39 39 40 - #include "dvb_frontend.h" 41 - #include "dvb_math.h" 40 + #include <media/dvb_frontend.h> 41 + #include <media/dvb_math.h> 42 42 #include "lgdt330x_priv.h" 43 43 #include "lgdt330x.h" 44 44
+1 -1
drivers/media/dvb-frontends/lgs8gl5.c
··· 25 25 #include <linux/module.h> 26 26 #include <linux/string.h> 27 27 #include <linux/slab.h> 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 #include "lgs8gl5.h" 30 30 31 31
+1 -1
drivers/media/dvb-frontends/lgs8gxx.c
··· 22 22 #include <asm/div64.h> 23 23 #include <linux/firmware.h> 24 24 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 27 27 #include "lgs8gxx.h" 28 28 #include "lgs8gxx_priv.h"
+1 -1
drivers/media/dvb-frontends/lnbh25.c
··· 23 23 #include <linux/string.h> 24 24 #include <linux/slab.h> 25 25 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 #include "lnbh25.h" 28 28 29 29 /**
+1 -1
drivers/media/dvb-frontends/lnbp21.c
··· 29 29 #include <linux/string.h> 30 30 #include <linux/slab.h> 31 31 32 - #include "dvb_frontend.h" 32 + #include <media/dvb_frontend.h> 33 33 #include "lnbp21.h" 34 34 #include "lnbh24.h" 35 35
+1 -1
drivers/media/dvb-frontends/lnbp22.c
··· 30 30 #include <linux/string.h> 31 31 #include <linux/slab.h> 32 32 33 - #include "dvb_frontend.h" 33 + #include <media/dvb_frontend.h> 34 34 #include "lnbp22.h" 35 35 36 36 static int debug;
+2 -2
drivers/media/dvb-frontends/m88ds3103_priv.h
··· 17 17 #ifndef M88DS3103_PRIV_H 18 18 #define M88DS3103_PRIV_H 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 #include "m88ds3103.h" 22 - #include "dvb_math.h" 22 + #include <media/dvb_math.h> 23 23 #include <linux/firmware.h> 24 24 #include <linux/i2c-mux.h> 25 25 #include <linux/regmap.h>
+1 -1
drivers/media/dvb-frontends/m88rs2000.c
··· 31 31 #include <linux/types.h> 32 32 33 33 34 - #include "dvb_frontend.h" 34 + #include <media/dvb_frontend.h> 35 35 #include "m88rs2000.h" 36 36 37 37 struct m88rs2000_state {
+1 -1
drivers/media/dvb-frontends/m88rs2000.h
··· 21 21 #define M88RS2000_H 22 22 23 23 #include <linux/dvb/frontend.h> 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 26 26 struct m88rs2000_config { 27 27 /* Demodulator i2c address */
+1 -1
drivers/media/dvb-frontends/mb86a16.c
··· 24 24 #include <linux/moduleparam.h> 25 25 #include <linux/slab.h> 26 26 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 #include "mb86a16.h" 29 29 #include "mb86a16_priv.h" 30 30
+1 -1
drivers/media/dvb-frontends/mb86a16.h
··· 22 22 #define __MB86A16_H 23 23 24 24 #include <linux/dvb/frontend.h> 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 27 27 28 28 struct mb86a16_config {
+1 -1
drivers/media/dvb-frontends/mb86a20s.c
··· 17 17 #include <linux/kernel.h> 18 18 #include <asm/div64.h> 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 #include "mb86a20s.h" 22 22 23 23 #define NUM_LAYERS 3
+2 -2
drivers/media/dvb-frontends/mn88472_priv.h
··· 17 17 #ifndef MN88472_PRIV_H 18 18 #define MN88472_PRIV_H 19 19 20 - #include "dvb_frontend.h" 21 - #include "dvb_math.h" 20 + #include <media/dvb_frontend.h> 21 + #include <media/dvb_math.h> 22 22 #include "mn88472.h" 23 23 #include <linux/firmware.h> 24 24 #include <linux/regmap.h>
+2 -2
drivers/media/dvb-frontends/mn88473_priv.h
··· 17 17 #ifndef MN88473_PRIV_H 18 18 #define MN88473_PRIV_H 19 19 20 - #include "dvb_frontend.h" 21 - #include "dvb_math.h" 20 + #include <media/dvb_frontend.h> 21 + #include <media/dvb_math.h> 22 22 #include "mn88473.h" 23 23 #include <linux/math64.h> 24 24 #include <linux/firmware.h>
+1 -1
drivers/media/dvb-frontends/mt312.c
··· 32 32 #include <linux/string.h> 33 33 #include <linux/slab.h> 34 34 35 - #include "dvb_frontend.h" 35 + #include <media/dvb_frontend.h> 36 36 #include "mt312_priv.h" 37 37 #include "mt312.h" 38 38
+1 -1
drivers/media/dvb-frontends/mt352.c
··· 33 33 #include <linux/string.h> 34 34 #include <linux/slab.h> 35 35 36 - #include "dvb_frontend.h" 36 + #include <media/dvb_frontend.h> 37 37 #include "mt352_priv.h" 38 38 #include "mt352.h" 39 39
+1 -1
drivers/media/dvb-frontends/mxl5xx.c
··· 33 33 #include <asm/div64.h> 34 34 #include <asm/unaligned.h> 35 35 36 - #include "dvb_frontend.h" 36 + #include <media/dvb_frontend.h> 37 37 #include "mxl5xx.h" 38 38 #include "mxl5xx_regs.h" 39 39 #include "mxl5xx_defs.h"
+1 -1
drivers/media/dvb-frontends/mxl5xx.h
··· 4 4 #include <linux/types.h> 5 5 #include <linux/i2c.h> 6 6 7 - #include "dvb_frontend.h" 7 + #include <media/dvb_frontend.h> 8 8 9 9 struct mxl5xx_cfg { 10 10 u8 adr;
+1 -1
drivers/media/dvb-frontends/nxt200x.c
··· 48 48 #include <linux/slab.h> 49 49 #include <linux/string.h> 50 50 51 - #include "dvb_frontend.h" 51 + #include <media/dvb_frontend.h> 52 52 #include "nxt200x.h" 53 53 54 54 struct nxt200x_state {
+1 -1
drivers/media/dvb-frontends/nxt6000.c
··· 27 27 #include <linux/string.h> 28 28 #include <linux/slab.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 #include "nxt6000_priv.h" 32 32 #include "nxt6000.h" 33 33
+2 -2
drivers/media/dvb-frontends/or51132.c
··· 38 38 #include <linux/slab.h> 39 39 #include <asm/byteorder.h> 40 40 41 - #include "dvb_math.h" 42 - #include "dvb_frontend.h" 41 + #include <media/dvb_math.h> 42 + #include <media/dvb_frontend.h> 43 43 #include "or51132.h" 44 44 45 45 static int debug;
+2 -2
drivers/media/dvb-frontends/or51211.c
··· 36 36 #include <linux/slab.h> 37 37 #include <asm/byteorder.h> 38 38 39 - #include "dvb_math.h" 40 - #include "dvb_frontend.h" 39 + #include <media/dvb_math.h> 40 + #include <media/dvb_frontend.h> 41 41 #include "or51211.h" 42 42 43 43 static int debug;
+2 -2
drivers/media/dvb-frontends/rtl2830_priv.h
··· 18 18 #ifndef RTL2830_PRIV_H 19 19 #define RTL2830_PRIV_H 20 20 21 - #include "dvb_frontend.h" 22 - #include "dvb_math.h" 21 + #include <media/dvb_frontend.h> 22 + #include <media/dvb_math.h> 23 23 #include "rtl2830.h" 24 24 #include <linux/i2c-mux.h> 25 25 #include <linux/math64.h>
+2 -2
drivers/media/dvb-frontends/rtl2832_priv.h
··· 26 26 #include <linux/math64.h> 27 27 #include <linux/bitops.h> 28 28 29 - #include "dvb_frontend.h" 30 - #include "dvb_math.h" 29 + #include <media/dvb_frontend.h> 30 + #include <media/dvb_math.h> 31 31 #include "rtl2832.h" 32 32 33 33 struct rtl2832_dev {
+1 -1
drivers/media/dvb-frontends/rtl2832_sdr.h
··· 27 27 28 28 #include <linux/i2c.h> 29 29 #include <media/v4l2-subdev.h> 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 32 32 /** 33 33 * struct rtl2832_sdr_platform_data - Platform data for the rtl2832_sdr driver
+1 -1
drivers/media/dvb-frontends/s5h1409.c
··· 25 25 #include <linux/string.h> 26 26 #include <linux/slab.h> 27 27 #include <linux/delay.h> 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 #include "s5h1409.h" 30 30 31 31 struct s5h1409_state {
+1 -1
drivers/media/dvb-frontends/s5h1411.c
··· 25 25 #include <linux/string.h> 26 26 #include <linux/slab.h> 27 27 #include <linux/delay.h> 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 #include "s5h1411.h" 30 30 31 31 struct s5h1411_state {
+1 -1
drivers/media/dvb-frontends/s5h1420.c
··· 30 30 #include <linux/i2c.h> 31 31 32 32 33 - #include "dvb_frontend.h" 33 + #include <media/dvb_frontend.h> 34 34 #include "s5h1420.h" 35 35 #include "s5h1420_priv.h" 36 36
+1 -1
drivers/media/dvb-frontends/s5h1432.c
··· 20 20 #include <linux/string.h> 21 21 #include <linux/slab.h> 22 22 #include <linux/delay.h> 23 - #include "dvb_frontend.h" 23 + #include <media/dvb_frontend.h> 24 24 #include "s5h1432.h" 25 25 26 26 struct s5h1432_state {
+1 -1
drivers/media/dvb-frontends/s921.c
··· 25 25 #include <linux/kernel.h> 26 26 #include <asm/div64.h> 27 27 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 #include "s921.h" 30 30 31 31 static int debug = 1;
+2 -2
drivers/media/dvb-frontends/si2165.c
··· 27 27 #include <linux/firmware.h> 28 28 #include <linux/regmap.h> 29 29 30 - #include "dvb_frontend.h" 31 - #include "dvb_math.h" 30 + #include <media/dvb_frontend.h> 31 + #include <media/dvb_math.h> 32 32 #include "si2165_priv.h" 33 33 #include "si2165.h" 34 34
+1 -1
drivers/media/dvb-frontends/si2168_priv.h
··· 18 18 #define SI2168_PRIV_H 19 19 20 20 #include "si2168.h" 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 #include <linux/firmware.h> 23 23 #include <linux/i2c-mux.h> 24 24 #include <linux/kernel.h>
+1 -1
drivers/media/dvb-frontends/si21xx.c
··· 16 16 #include <linux/jiffies.h> 17 17 #include <asm/div64.h> 18 18 19 - #include "dvb_frontend.h" 19 + #include <media/dvb_frontend.h> 20 20 #include "si21xx.h" 21 21 22 22 #define REVISION_REG 0x00
+1 -1
drivers/media/dvb-frontends/si21xx.h
··· 3 3 #define SI21XX_H 4 4 5 5 #include <linux/dvb/frontend.h> 6 - #include "dvb_frontend.h" 6 + #include <media/dvb_frontend.h> 7 7 8 8 struct si21xx_config { 9 9 /* the demodulator's i2c address */
+1 -1
drivers/media/dvb-frontends/sp2.h
··· 17 17 #ifndef SP2_H 18 18 #define SP2_H 19 19 20 - #include "dvb_ca_en50221.h" 20 + #include <media/dvb_ca_en50221.h> 21 21 22 22 /* 23 23 * I2C address
+1 -1
drivers/media/dvb-frontends/sp2_priv.h
··· 18 18 #define SP2_PRIV_H 19 19 20 20 #include "sp2.h" 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 /* state struct */ 24 24 struct sp2 {
+1 -1
drivers/media/dvb-frontends/sp8870.c
··· 35 35 #include <linux/string.h> 36 36 #include <linux/slab.h> 37 37 38 - #include "dvb_frontend.h" 38 + #include <media/dvb_frontend.h> 39 39 #include "sp8870.h" 40 40 41 41
+1 -1
drivers/media/dvb-frontends/sp887x.c
··· 17 17 #include <linux/string.h> 18 18 #include <linux/slab.h> 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 #include "sp887x.h" 22 22 23 23
+1 -1
drivers/media/dvb-frontends/stb0899_drv.c
··· 27 27 #include <linux/string.h> 28 28 29 29 #include <linux/dvb/frontend.h> 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 32 32 #include "stb0899_drv.h" 33 33 #include "stb0899_priv.h"
+1 -1
drivers/media/dvb-frontends/stb0899_drv.h
··· 25 25 #include <linux/kernel.h> 26 26 #include <linux/module.h> 27 27 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 30 30 #define STB0899_TSMODE_SERIAL 1 31 31 #define STB0899_CLKPOL_FALLING 2
+1 -1
drivers/media/dvb-frontends/stb0899_priv.h
··· 22 22 #ifndef __STB0899_PRIV_H 23 23 #define __STB0899_PRIV_H 24 24 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 #include "stb0899_drv.h" 27 27 28 28 #define FE_ERROR 0
+1 -1
drivers/media/dvb-frontends/stb6000.h
··· 24 24 #define __DVB_STB6000_H__ 25 25 26 26 #include <linux/i2c.h> 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 29 29 #if IS_REACHABLE(CONFIG_DVB_STB6000) 30 30 /**
+1 -1
drivers/media/dvb-frontends/stb6100.c
··· 25 25 #include <linux/slab.h> 26 26 #include <linux/string.h> 27 27 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 #include "stb6100.h" 30 30 31 31 static unsigned int verbose;
+1 -1
drivers/media/dvb-frontends/stb6100.h
··· 23 23 #define __STB_6100_REG_H 24 24 25 25 #include <linux/dvb/frontend.h> 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 28 28 #define STB6100_LD 0x00 29 29 #define STB6100_LD_LOCK (1 << 0)
+1 -1
drivers/media/dvb-frontends/stb6100_cfg.h
··· 20 20 */ 21 21 22 22 #include <linux/dvb/frontend.h> 23 - #include "dvb_frontend.h" 23 + #include <media/dvb_frontend.h> 24 24 25 25 static int stb6100_get_frequency(struct dvb_frontend *fe, u32 *frequency) 26 26 {
+1 -1
drivers/media/dvb-frontends/stb6100_proc.h
··· 18 18 */ 19 19 20 20 #include <linux/dvb/frontend.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 static int stb6100_get_freq(struct dvb_frontend *fe, u32 *frequency) 24 24 {
+1 -1
drivers/media/dvb-frontends/stv0288.c
··· 33 33 #include <linux/jiffies.h> 34 34 #include <asm/div64.h> 35 35 36 - #include "dvb_frontend.h" 36 + #include <media/dvb_frontend.h> 37 37 #include "stv0288.h" 38 38 39 39 struct stv0288_state {
+1 -1
drivers/media/dvb-frontends/stv0288.h
··· 28 28 #define STV0288_H 29 29 30 30 #include <linux/dvb/frontend.h> 31 - #include "dvb_frontend.h" 31 + #include <media/dvb_frontend.h> 32 32 33 33 struct stv0288_config { 34 34 /* the demodulator's i2c address */
+1 -1
drivers/media/dvb-frontends/stv0297.c
··· 27 27 #include <linux/jiffies.h> 28 28 #include <linux/slab.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 #include "stv0297.h" 32 32 33 33 struct stv0297_state {
+1 -1
drivers/media/dvb-frontends/stv0297.h
··· 22 22 #define STV0297_H 23 23 24 24 #include <linux/dvb/frontend.h> 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 27 27 struct stv0297_config 28 28 {
+1 -1
drivers/media/dvb-frontends/stv0299.c
··· 51 51 #include <linux/jiffies.h> 52 52 #include <asm/div64.h> 53 53 54 - #include "dvb_frontend.h" 54 + #include <media/dvb_frontend.h> 55 55 #include "stv0299.h" 56 56 57 57 struct stv0299_state {
+1 -1
drivers/media/dvb-frontends/stv0299.h
··· 46 46 #define STV0299_H 47 47 48 48 #include <linux/dvb/frontend.h> 49 - #include "dvb_frontend.h" 49 + #include <media/dvb_frontend.h> 50 50 51 51 #define STV0299_LOCKOUTPUT_0 0 52 52 #define STV0299_LOCKOUTPUT_1 1
+1 -1
drivers/media/dvb-frontends/stv0367.c
··· 25 25 #include <linux/slab.h> 26 26 #include <linux/i2c.h> 27 27 28 - #include "dvb_math.h" 28 + #include <media/dvb_math.h> 29 29 30 30 #include "stv0367.h" 31 31 #include "stv0367_defs.h"
+1 -1
drivers/media/dvb-frontends/stv0367.h
··· 23 23 #define STV0367_H 24 24 25 25 #include <linux/dvb/frontend.h> 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 28 28 #define STV0367_ICSPEED_53125 53125000 29 29 #define STV0367_ICSPEED_58000 58000000
+1 -1
drivers/media/dvb-frontends/stv0900.h
··· 23 23 #define STV0900_H 24 24 25 25 #include <linux/dvb/frontend.h> 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 28 28 struct stv0900_reg { 29 29 u16 addr;
+1 -1
drivers/media/dvb-frontends/stv090x.c
··· 27 27 #include <linux/mutex.h> 28 28 29 29 #include <linux/dvb/frontend.h> 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 32 32 #include "stv6110x.h" /* for demodulator internal modes */ 33 33
+1 -1
drivers/media/dvb-frontends/stv090x_priv.h
··· 22 22 #ifndef __STV090x_PRIV_H 23 23 #define __STV090x_PRIV_H 24 24 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 27 27 #define FE_ERROR 0 28 28 #define FE_NOTICE 1
+1 -1
drivers/media/dvb-frontends/stv0910.c
··· 24 24 #include <linux/i2c.h> 25 25 #include <asm/div64.h> 26 26 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 #include "stv0910.h" 29 29 #include "stv0910_regs.h" 30 30
+1 -1
drivers/media/dvb-frontends/stv6110.h
··· 22 22 #define __DVB_STV6110_H__ 23 23 24 24 #include <linux/i2c.h> 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 27 27 /* registers */ 28 28 #define RSTV6110_CTRL1 0
+1 -1
drivers/media/dvb-frontends/stv6110x.c
··· 26 26 #include <linux/slab.h> 27 27 #include <linux/string.h> 28 28 29 - #include "dvb_frontend.h" 29 + #include <media/dvb_frontend.h> 30 30 31 31 #include "stv6110x_reg.h" 32 32 #include "stv6110x.h"
+1 -1
drivers/media/dvb-frontends/stv6111.c
··· 25 25 26 26 #include "stv6111.h" 27 27 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 30 30 struct stv { 31 31 struct i2c_adapter *i2c;
+1 -1
drivers/media/dvb-frontends/tc90522.c
··· 30 30 #include <linux/kernel.h> 31 31 #include <linux/math64.h> 32 32 #include <linux/dvb/frontend.h> 33 - #include "dvb_math.h" 33 + #include <media/dvb_math.h> 34 34 #include "tc90522.h" 35 35 36 36 #define TC90522_I2C_THRU_REG 0xfe
+1 -1
drivers/media/dvb-frontends/tc90522.h
··· 25 25 #define TC90522_H 26 26 27 27 #include <linux/i2c.h> 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 30 30 /* I2C device types */ 31 31 #define TC90522_I2C_DEV_SAT "tc90522sat"
+1 -1
drivers/media/dvb-frontends/tda10021.c
··· 29 29 #include <linux/string.h> 30 30 #include <linux/slab.h> 31 31 32 - #include "dvb_frontend.h" 32 + #include <media/dvb_frontend.h> 33 33 #include "tda1002x.h" 34 34 35 35
+1 -1
drivers/media/dvb-frontends/tda10023.c
··· 35 35 36 36 #include <asm/div64.h> 37 37 38 - #include "dvb_frontend.h" 38 + #include <media/dvb_frontend.h> 39 39 #include "tda1002x.h" 40 40 41 41 #define REG0_INIT_VAL 0x23
+2 -2
drivers/media/dvb-frontends/tda10048.c
··· 27 27 #include <linux/delay.h> 28 28 #include <linux/math64.h> 29 29 #include <asm/div64.h> 30 - #include "dvb_frontend.h" 31 - #include "dvb_math.h" 30 + #include <media/dvb_frontend.h> 31 + #include <media/dvb_math.h> 32 32 #include "tda10048.h" 33 33 34 34 #define TDA10048_DEFAULT_FIRMWARE "dvb-fe-tda10048-1.0.fw"
+1 -1
drivers/media/dvb-frontends/tda1004x.c
··· 36 36 #include <linux/string.h> 37 37 #include <linux/slab.h> 38 38 39 - #include "dvb_frontend.h" 39 + #include <media/dvb_frontend.h> 40 40 #include "tda1004x.h" 41 41 42 42 static int debug;
+1 -1
drivers/media/dvb-frontends/tda10071_priv.h
··· 21 21 #ifndef TDA10071_PRIV 22 22 #define TDA10071_PRIV 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 #include "tda10071.h" 26 26 #include <linux/firmware.h> 27 27 #include <linux/regmap.h>
+1 -1
drivers/media/dvb-frontends/tda10086.c
··· 27 27 #include <linux/string.h> 28 28 #include <linux/slab.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 #include "tda10086.h" 32 32 33 33 #define SACLK 96000000
+1 -1
drivers/media/dvb-frontends/tda18271c2dd.c
··· 27 27 #include <linux/i2c.h> 28 28 #include <asm/div64.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 #include "tda18271c2dd.h" 32 32 33 33 /* Max transfer size done by I2C transfer functions */
+1 -1
drivers/media/dvb-frontends/tda665x.c
··· 22 22 #include <linux/module.h> 23 23 #include <linux/slab.h> 24 24 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 #include "tda665x.h" 27 27 28 28 struct tda665x_state {
+1 -1
drivers/media/dvb-frontends/tda8083.c
··· 30 30 #include <linux/string.h> 31 31 #include <linux/slab.h> 32 32 #include <linux/jiffies.h> 33 - #include "dvb_frontend.h" 33 + #include <media/dvb_frontend.h> 34 34 #include "tda8083.h" 35 35 36 36
+1 -1
drivers/media/dvb-frontends/tda8261.c
··· 23 23 #include <linux/module.h> 24 24 #include <linux/slab.h> 25 25 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 #include "tda8261.h" 28 28 29 29 struct tda8261_state {
+1 -1
drivers/media/dvb-frontends/tda826x.h
··· 24 24 #define __DVB_TDA826X_H__ 25 25 26 26 #include <linux/i2c.h> 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 29 29 /** 30 30 * Attach a tda826x tuner to the supplied frontend structure.
+1 -1
drivers/media/dvb-frontends/ts2020.c
··· 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 21 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 #include "ts2020.h" 24 24 #include <linux/regmap.h> 25 25 #include <linux/math64.h>
+1 -1
drivers/media/dvb-frontends/tua6100.h
··· 28 28 #define __DVB_TUA6100_H__ 29 29 30 30 #include <linux/i2c.h> 31 - #include "dvb_frontend.h" 31 + #include <media/dvb_frontend.h> 32 32 33 33 #if IS_REACHABLE(CONFIG_DVB_TUA6100) 34 34 extern struct dvb_frontend *tua6100_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c);
+1 -1
drivers/media/dvb-frontends/ves1820.c
··· 27 27 #include <linux/slab.h> 28 28 #include <asm/div64.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 #include "ves1820.h" 32 32 33 33
+1 -1
drivers/media/dvb-frontends/ves1x93.c
··· 30 30 #include <linux/slab.h> 31 31 #include <linux/delay.h> 32 32 33 - #include "dvb_frontend.h" 33 + #include <media/dvb_frontend.h> 34 34 #include "ves1x93.h" 35 35 36 36
+1 -1
drivers/media/dvb-frontends/zd1301_demod.h
··· 19 19 20 20 #include <linux/platform_device.h> 21 21 #include <linux/dvb/frontend.h> 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 24 24 /** 25 25 * struct zd1301_demod_platform_data - Platform data for the zd1301_demod driver
+1 -1
drivers/media/dvb-frontends/zl10036.h
··· 18 18 #define DVB_ZL10036_H 19 19 20 20 #include <linux/i2c.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 struct zl10036_config { 24 24 u8 tuner_address;
+1 -1
drivers/media/dvb-frontends/zl10039.c
··· 21 21 #include <linux/slab.h> 22 22 #include <linux/dvb/frontend.h> 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 #include "zl10039.h" 26 26 27 27 static int debug;
+1 -1
drivers/media/dvb-frontends/zl10353.c
··· 23 23 #include <linux/slab.h> 24 24 #include <asm/div64.h> 25 25 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 #include "zl10353_priv.h" 28 28 #include "zl10353.h" 29 29
-2
drivers/media/firewire/Makefile
··· 2 2 3 3 firedtv-y += firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o 4 4 firedtv-$(CONFIG_DVB_FIREDTV_INPUT) += firedtv-rc.o 5 - 6 - ccflags-y += -Idrivers/media/dvb-core
+1 -1
drivers/media/firewire/firedtv-avc.c
··· 24 24 #include <linux/wait.h> 25 25 #include <linux/workqueue.h> 26 26 27 - #include <dvb_frontend.h> 27 + #include <media/dvb_frontend.h> 28 28 29 29 #include "firedtv.h" 30 30
+1 -1
drivers/media/firewire/firedtv-ci.c
··· 15 15 #include <linux/fs.h> 16 16 #include <linux/module.h> 17 17 18 - #include <dvbdev.h> 18 + #include <media/dvbdev.h> 19 19 20 20 #include "firedtv.h" 21 21
+4 -4
drivers/media/firewire/firedtv-dvb.c
··· 18 18 #include <linux/mutex.h> 19 19 #include <linux/types.h> 20 20 21 - #include <dmxdev.h> 22 - #include <dvb_demux.h> 23 - #include <dvbdev.h> 24 - #include <dvb_frontend.h> 21 + #include <media/dmxdev.h> 22 + #include <media/dvb_demux.h> 23 + #include <media/dvbdev.h> 24 + #include <media/dvb_frontend.h> 25 25 26 26 #include "firedtv.h" 27 27
+1 -1
drivers/media/firewire/firedtv-fe.c
··· 16 16 #include <linux/string.h> 17 17 #include <linux/types.h> 18 18 19 - #include <dvb_frontend.h> 19 + #include <media/dvb_frontend.h> 20 20 21 21 #include "firedtv.h" 22 22
+1 -1
drivers/media/firewire/firedtv-fw.c
··· 21 21 22 22 #include <asm/page.h> 23 23 24 - #include <dvb_demux.h> 24 + #include <media/dvb_demux.h> 25 25 26 26 #include "firedtv.h" 27 27
+6 -6
drivers/media/firewire/firedtv.h
··· 24 24 #include <linux/wait.h> 25 25 #include <linux/workqueue.h> 26 26 27 - #include <demux.h> 28 - #include <dmxdev.h> 29 - #include <dvb_demux.h> 30 - #include <dvb_frontend.h> 31 - #include <dvb_net.h> 32 - #include <dvbdev.h> 27 + #include <media/demux.h> 28 + #include <media/dmxdev.h> 29 + #include <media/dvb_demux.h> 30 + #include <media/dvb_frontend.h> 31 + #include <media/dvb_net.h> 32 + #include <media/dvbdev.h> 33 33 34 34 struct firedtv_tuner_status { 35 35 unsigned active_system:8;
-2
drivers/media/mmc/siano/Makefile
··· 1 1 obj-$(CONFIG_SMS_SDIO_DRV) += smssdio.o 2 2 3 - ccflags-y += -Idrivers/media/dvb-core 4 3 ccflags-y += -Idrivers/media/common/siano 5 - ccflags-y += $(extra-cflags-y) $(extra-cflags-m) 6 4
-1
drivers/media/pci/b2c2/Makefile
··· 6 6 b2c2-flexcop-pci-objs += flexcop-pci.o 7 7 obj-$(CONFIG_DVB_B2C2_FLEXCOP_PCI) += b2c2-flexcop-pci.o 8 8 9 - ccflags-y += -Idrivers/media/dvb-core/ 10 9 ccflags-y += -Idrivers/media/common/b2c2/
-1
drivers/media/pci/bt8xx/Makefile
··· 6 6 obj-$(CONFIG_VIDEO_BT848) += bttv.o 7 7 obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o 8 8 9 - ccflags-y += -Idrivers/media/dvb-core 10 9 ccflags-y += -Idrivers/media/dvb-frontends 11 10 ccflags-y += -Idrivers/media/i2c 12 11 ccflags-y += -Idrivers/media/common
+2 -2
drivers/media/pci/bt8xx/bt878.c
··· 40 40 #include <linux/vmalloc.h> 41 41 #include <linux/init.h> 42 42 43 - #include "dmxdev.h" 44 - #include "dvbdev.h" 43 + #include <media/dmxdev.h> 44 + #include <media/dvbdev.h> 45 45 #include "bt878.h" 46 46 #include "dst_priv.h" 47 47
+1 -1
drivers/media/pci/bt8xx/dst.c
··· 28 28 #include <linux/vmalloc.h> 29 29 #include <linux/delay.h> 30 30 #include <asm/div64.h> 31 - #include "dvb_frontend.h" 31 + #include <media/dvb_frontend.h> 32 32 #include "dst_priv.h" 33 33 #include "dst_common.h" 34 34
+2 -2
drivers/media/pci/bt8xx/dst_ca.c
··· 25 25 #include <linux/mutex.h> 26 26 #include <linux/string.h> 27 27 #include <linux/dvb/ca.h> 28 - #include "dvbdev.h" 29 - #include "dvb_frontend.h" 28 + #include <media/dvbdev.h> 29 + #include <media/dvb_frontend.h> 30 30 #include "dst_ca.h" 31 31 #include "dst_common.h" 32 32
+4 -4
drivers/media/pci/bt8xx/dvb-bt8xx.c
··· 26 26 #include <linux/slab.h> 27 27 #include <linux/i2c.h> 28 28 29 - #include "dmxdev.h" 30 - #include "dvbdev.h" 31 - #include "dvb_demux.h" 32 - #include "dvb_frontend.h" 29 + #include <media/dmxdev.h> 30 + #include <media/dvbdev.h> 31 + #include <media/dvb_demux.h> 32 + #include <media/dvb_frontend.h> 33 33 #include "dvb-bt8xx.h" 34 34 #include "bt878.h" 35 35
+2 -2
drivers/media/pci/bt8xx/dvb-bt8xx.h
··· 23 23 24 24 #include <linux/i2c.h> 25 25 #include <linux/mutex.h> 26 - #include "dvbdev.h" 27 - #include "dvb_net.h" 26 + #include <media/dvbdev.h> 27 + #include <media/dvb_net.h> 28 28 #include "bttv.h" 29 29 #include "mt352.h" 30 30 #include "sp887x.h"
-1
drivers/media/pci/cx18/Makefile
··· 9 9 obj-$(CONFIG_VIDEO_CX18) += cx18.o 10 10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o 11 11 12 - ccflags-y += -Idrivers/media/dvb-core 13 12 ccflags-y += -Idrivers/media/dvb-frontends 14 13 ccflags-y += -Idrivers/media/tuners
+6 -6
drivers/media/pci/cx18/cx18-driver.h
··· 50 50 #include "cx23418.h" 51 51 52 52 /* DVB */ 53 - #include "demux.h" 54 - #include "dmxdev.h" 55 - #include "dvb_demux.h" 56 - #include "dvb_frontend.h" 57 - #include "dvb_net.h" 58 - #include "dvbdev.h" 53 + #include <media/demux.h> 54 + #include <media/dmxdev.h> 55 + #include <media/dvb_demux.h> 56 + #include <media/dvb_frontend.h> 57 + #include <media/dvb_net.h> 58 + #include <media/dvbdev.h> 59 59 60 60 /* Videobuf / YUV support */ 61 61 #include <media/videobuf-core.h>
-1
drivers/media/pci/cx23885/Makefile
··· 10 10 11 11 ccflags-y += -Idrivers/media/i2c 12 12 ccflags-y += -Idrivers/media/tuners 13 - ccflags-y += -Idrivers/media/dvb-core 14 13 ccflags-y += -Idrivers/media/dvb-frontends 15 14 16 15 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
+3 -3
drivers/media/pci/cx23885/altera-ci.c
··· 51 51 52 52 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 53 53 54 - #include <dvb_demux.h> 55 - #include <dvb_frontend.h> 54 + #include <media/dvb_demux.h> 55 + #include <media/dvb_frontend.h> 56 56 #include "altera-ci.h" 57 - #include "dvb_ca_en50221.h" 57 + #include <media/dvb_ca_en50221.h> 58 58 59 59 /* FPGA regs */ 60 60 #define NETUP_CI_INT_CTRL 0x00
+1 -1
drivers/media/pci/cx23885/cimax2.c
··· 21 21 22 22 #include "cx23885.h" 23 23 #include "cimax2.h" 24 - #include "dvb_ca_en50221.h" 24 + #include <media/dvb_ca_en50221.h> 25 25 26 26 /* Max transfer size done by I2C transfer functions */ 27 27 #define MAX_XFER_SIZE 64
+1 -1
drivers/media/pci/cx23885/cimax2.h
··· 21 21 22 22 #ifndef CIMAX2_H 23 23 #define CIMAX2_H 24 - #include "dvb_ca_en50221.h" 24 + #include <media/dvb_ca_en50221.h> 25 25 26 26 extern int netup_ci_read_attribute_mem(struct dvb_ca_en50221 *en50221, 27 27 int slot, int addr);
+1 -1
drivers/media/pci/cx23885/cx23885-dvb.c
··· 27 27 28 28 #include <media/v4l2-common.h> 29 29 30 - #include "dvb_ca_en50221.h" 30 + #include <media/dvb_ca_en50221.h> 31 31 #include "s5h1409.h" 32 32 #include "s5h1411.h" 33 33 #include "mt2131.h"
-1
drivers/media/pci/cx88/Makefile
··· 13 13 14 14 ccflags-y += -Idrivers/media/i2c 15 15 ccflags-y += -Idrivers/media/tuners 16 - ccflags-y += -Idrivers/media/dvb-core 17 16 ccflags-y += -Idrivers/media/dvb-frontends
-1
drivers/media/pci/ddbridge/Makefile
··· 8 8 9 9 obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o 10 10 11 - ccflags-y += -Idrivers/media/dvb-core/ 12 11 ccflags-y += -Idrivers/media/dvb-frontends/ 13 12 ccflags-y += -Idrivers/media/tuners/ 14 13
+7 -7
drivers/media/pci/ddbridge/ddbridge.h
··· 55 55 #include <linux/device.h> 56 56 #include <linux/io.h> 57 57 58 - #include "dmxdev.h" 59 - #include "dvbdev.h" 60 - #include "dvb_demux.h" 61 - #include "dvb_frontend.h" 62 - #include "dvb_ringbuffer.h" 63 - #include "dvb_ca_en50221.h" 64 - #include "dvb_net.h" 58 + #include <media/dmxdev.h> 59 + #include <media/dvbdev.h> 60 + #include <media/dvb_demux.h> 61 + #include <media/dvb_frontend.h> 62 + #include <media/dvb_ringbuffer.h> 63 + #include <media/dvb_ca_en50221.h> 64 + #include <media/dvb_net.h> 65 65 66 66 #define DDBRIDGE_VERSION "0.9.32-integrated" 67 67
+1 -1
drivers/media/pci/dm1105/Makefile
··· 1 1 obj-$(CONFIG_DVB_DM1105) += dm1105.o 2 2 3 - ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends 3 + ccflags-y += -Idrivers/media/dvb-frontends
+6 -6
drivers/media/pci/dm1105/dm1105.c
··· 27 27 #include <linux/slab.h> 28 28 #include <media/rc-core.h> 29 29 30 - #include "demux.h" 31 - #include "dmxdev.h" 32 - #include "dvb_demux.h" 33 - #include "dvb_frontend.h" 34 - #include "dvb_net.h" 35 - #include "dvbdev.h" 30 + #include <media/demux.h> 31 + #include <media/dmxdev.h> 32 + #include <media/dvb_demux.h> 33 + #include <media/dvb_frontend.h> 34 + #include <media/dvb_net.h> 35 + #include <media/dvbdev.h> 36 36 #include "dvb-pll.h" 37 37 38 38 #include "stv0299.h"
-1
drivers/media/pci/ivtv/Makefile
··· 12 12 13 13 ccflags-y += -I$(srctree)/drivers/media/i2c 14 14 ccflags-y += -I$(srctree)/drivers/media/tuners 15 - ccflags-y += -I$(srctree)/drivers/media/dvb-core 16 15 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends 17 16
+1 -1
drivers/media/pci/mantis/Makefile
··· 26 26 obj-$(CONFIG_DVB_MANTIS) += mantis.o 27 27 obj-$(CONFIG_DVB_HOPPER) += hopper.o 28 28 29 - ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/ 29 + ccflags-y += -Idrivers/media/dvb-frontends/
+5 -5
drivers/media/pci/mantis/hopper_cards.c
··· 26 26 #include <asm/irq.h> 27 27 #include <linux/interrupt.h> 28 28 29 - #include "dmxdev.h" 30 - #include "dvbdev.h" 31 - #include "dvb_demux.h" 32 - #include "dvb_frontend.h" 33 - #include "dvb_net.h" 29 + #include <media/dmxdev.h> 30 + #include <media/dvbdev.h> 31 + #include <media/dvb_demux.h> 32 + #include <media/dvb_frontend.h> 33 + #include <media/dvb_net.h> 34 34 35 35 #include "mantis_common.h" 36 36 #include "hopper_vp3028.h"
+5 -5
drivers/media/pci/mantis/hopper_vp3028.c
··· 22 22 #include <linux/sched.h> 23 23 #include <linux/interrupt.h> 24 24 25 - #include "dmxdev.h" 26 - #include "dvbdev.h" 27 - #include "dvb_demux.h" 28 - #include "dvb_frontend.h" 29 - #include "dvb_net.h" 25 + #include <media/dmxdev.h> 26 + #include <media/dvbdev.h> 27 + #include <media/dvb_demux.h> 28 + #include <media/dvb_frontend.h> 29 + #include <media/dvb_net.h> 30 30 31 31 #include "zl10353.h" 32 32 #include "mantis_common.h"
+5 -5
drivers/media/pci/mantis/mantis_ca.c
··· 24 24 #include <linux/interrupt.h> 25 25 #include <asm/io.h> 26 26 27 - #include "dmxdev.h" 28 - #include "dvbdev.h" 29 - #include "dvb_demux.h" 30 - #include "dvb_frontend.h" 31 - #include "dvb_net.h" 27 + #include <media/dmxdev.h> 28 + #include <media/dvbdev.h> 29 + #include <media/dvb_demux.h> 30 + #include <media/dvb_frontend.h> 31 + #include <media/dvb_net.h> 32 32 33 33 #include "mantis_common.h" 34 34 #include "mantis_link.h"
+5 -5
drivers/media/pci/mantis/mantis_cards.c
··· 27 27 #include <linux/interrupt.h> 28 28 #include <media/rc-map.h> 29 29 30 - #include "dmxdev.h" 31 - #include "dvbdev.h" 32 - #include "dvb_demux.h" 33 - #include "dvb_frontend.h" 34 - #include "dvb_net.h" 30 + #include <media/dmxdev.h> 31 + #include <media/dvbdev.h> 32 + #include <media/dvb_demux.h> 33 + #include <media/dvb_frontend.h> 34 + #include <media/dvb_net.h> 35 35 36 36 #include "mantis_common.h" 37 37
+5 -5
drivers/media/pci/mantis/mantis_dma.c
··· 28 28 #include <linux/sched.h> 29 29 #include <linux/interrupt.h> 30 30 31 - #include "dmxdev.h" 32 - #include "dvbdev.h" 33 - #include "dvb_demux.h" 34 - #include "dvb_frontend.h" 35 - #include "dvb_net.h" 31 + #include <media/dmxdev.h> 32 + #include <media/dvbdev.h> 33 + #include <media/dvb_demux.h> 34 + #include <media/dvb_frontend.h> 35 + #include <media/dvb_net.h> 36 36 37 37 #include "mantis_common.h" 38 38 #include "mantis_reg.h"
+5 -5
drivers/media/pci/mantis/mantis_dvb.c
··· 26 26 #include <linux/pci.h> 27 27 #include <linux/i2c.h> 28 28 29 - #include "dmxdev.h" 30 - #include "dvbdev.h" 31 - #include "dvb_demux.h" 32 - #include "dvb_frontend.h" 33 - #include "dvb_net.h" 29 + #include <media/dmxdev.h> 30 + #include <media/dvbdev.h> 31 + #include <media/dvb_demux.h> 32 + #include <media/dvb_frontend.h> 33 + #include <media/dvb_net.h> 34 34 35 35 #include "mantis_common.h" 36 36 #include "mantis_dma.h"
+5 -5
drivers/media/pci/mantis/mantis_evm.c
··· 25 25 #include <linux/interrupt.h> 26 26 #include <asm/io.h> 27 27 28 - #include "dmxdev.h" 29 - #include "dvbdev.h" 30 - #include "dvb_demux.h" 31 - #include "dvb_frontend.h" 32 - #include "dvb_net.h" 28 + #include <media/dmxdev.h> 29 + #include <media/dvbdev.h> 30 + #include <media/dvb_demux.h> 31 + #include <media/dvb_frontend.h> 32 + #include <media/dvb_net.h> 33 33 34 34 #include "mantis_common.h" 35 35 #include "mantis_link.h"
+5 -5
drivers/media/pci/mantis/mantis_hif.c
··· 25 25 #include <linux/interrupt.h> 26 26 #include <asm/io.h> 27 27 28 - #include "dmxdev.h" 29 - #include "dvbdev.h" 30 - #include "dvb_demux.h" 31 - #include "dvb_frontend.h" 32 - #include "dvb_net.h" 28 + #include <media/dmxdev.h> 29 + #include <media/dvbdev.h> 30 + #include <media/dvb_demux.h> 31 + #include <media/dvb_frontend.h> 32 + #include <media/dvb_net.h> 33 33 34 34 #include "mantis_common.h" 35 35
+5 -5
drivers/media/pci/mantis/mantis_i2c.c
··· 23 23 #include <linux/pci.h> 24 24 #include <linux/i2c.h> 25 25 26 - #include "dmxdev.h" 27 - #include "dvbdev.h" 28 - #include "dvb_demux.h" 29 - #include "dvb_frontend.h" 30 - #include "dvb_net.h" 26 + #include <media/dmxdev.h> 27 + #include <media/dvbdev.h> 28 + #include <media/dvb_demux.h> 29 + #include <media/dvb_frontend.h> 30 + #include <media/dvb_net.h> 31 31 32 32 #include "mantis_common.h" 33 33 #include "mantis_reg.h"
+5 -5
drivers/media/pci/mantis/mantis_input.c
··· 17 17 #include <media/rc-core.h> 18 18 #include <linux/pci.h> 19 19 20 - #include "dmxdev.h" 21 - #include "dvbdev.h" 22 - #include "dvb_demux.h" 23 - #include "dvb_frontend.h" 24 - #include "dvb_net.h" 20 + #include <media/dmxdev.h> 21 + #include <media/dvbdev.h> 22 + #include <media/dvb_demux.h> 23 + #include <media/dvb_frontend.h> 24 + #include <media/dvb_net.h> 25 25 26 26 #include "mantis_common.h" 27 27 #include "mantis_input.h"
+5 -5
drivers/media/pci/mantis/mantis_ioc.c
··· 26 26 #include <linux/interrupt.h> 27 27 #include <asm/io.h> 28 28 29 - #include "dmxdev.h" 30 - #include "dvbdev.h" 31 - #include "dvb_demux.h" 32 - #include "dvb_frontend.h" 33 - #include "dvb_net.h" 29 + #include <media/dmxdev.h> 30 + #include <media/dvbdev.h> 31 + #include <media/dvb_demux.h> 32 + #include <media/dvb_frontend.h> 33 + #include <media/dvb_net.h> 34 34 35 35 #include "mantis_common.h" 36 36 #include "mantis_reg.h"
+1 -1
drivers/media/pci/mantis/mantis_link.h
··· 23 23 24 24 #include <linux/mutex.h> 25 25 #include <linux/workqueue.h> 26 - #include "dvb_ca_en50221.h" 26 + #include <media/dvb_ca_en50221.h> 27 27 28 28 enum mantis_sbuf_status { 29 29 MANTIS_SBUF_DATA_AVAIL = 1,
+5 -5
drivers/media/pci/mantis/mantis_pci.c
··· 34 34 #include <linux/sched.h> 35 35 #include <linux/interrupt.h> 36 36 37 - #include "dmxdev.h" 38 - #include "dvbdev.h" 39 - #include "dvb_demux.h" 40 - #include "dvb_frontend.h" 41 - #include "dvb_net.h" 37 + #include <media/dmxdev.h> 38 + #include <media/dvbdev.h> 39 + #include <media/dvb_demux.h> 40 + #include <media/dvb_frontend.h> 41 + #include <media/dvb_net.h> 42 42 43 43 #include "mantis_common.h" 44 44 #include "mantis_reg.h"
+5 -5
drivers/media/pci/mantis/mantis_pcmcia.c
··· 25 25 #include <linux/interrupt.h> 26 26 #include <asm/io.h> 27 27 28 - #include "dmxdev.h" 29 - #include "dvbdev.h" 30 - #include "dvb_demux.h" 31 - #include "dvb_frontend.h" 32 - #include "dvb_net.h" 28 + #include <media/dmxdev.h> 29 + #include <media/dvbdev.h> 30 + #include <media/dvb_demux.h> 31 + #include <media/dvb_frontend.h> 32 + #include <media/dvb_net.h> 33 33 34 34 #include "mantis_common.h" 35 35 #include "mantis_link.h" /* temporary due to physical layer stuff */
+5 -5
drivers/media/pci/mantis/mantis_uart.c
··· 27 27 #include <linux/interrupt.h> 28 28 #include <linux/pci.h> 29 29 30 - #include "dmxdev.h" 31 - #include "dvbdev.h" 32 - #include "dvb_demux.h" 33 - #include "dvb_frontend.h" 34 - #include "dvb_net.h" 30 + #include <media/dmxdev.h> 31 + #include <media/dvbdev.h> 32 + #include <media/dvb_demux.h> 33 + #include <media/dvb_frontend.h> 34 + #include <media/dvb_net.h> 35 35 36 36 #include "mantis_common.h" 37 37 #include "mantis_reg.h"
+5 -5
drivers/media/pci/mantis/mantis_vp1033.c
··· 22 22 #include <linux/sched.h> 23 23 #include <linux/interrupt.h> 24 24 25 - #include "dmxdev.h" 26 - #include "dvbdev.h" 27 - #include "dvb_demux.h" 28 - #include "dvb_frontend.h" 29 - #include "dvb_net.h" 25 + #include <media/dmxdev.h> 26 + #include <media/dvbdev.h> 27 + #include <media/dvb_demux.h> 28 + #include <media/dvb_frontend.h> 29 + #include <media/dvb_net.h> 30 30 31 31 #include "stv0299.h" 32 32 #include "mantis_common.h"
+5 -5
drivers/media/pci/mantis/mantis_vp1034.c
··· 23 23 #include <linux/interrupt.h> 24 24 #include <asm/io.h> 25 25 26 - #include "dmxdev.h" 27 - #include "dvbdev.h" 28 - #include "dvb_demux.h" 29 - #include "dvb_frontend.h" 30 - #include "dvb_net.h" 26 + #include <media/dmxdev.h> 27 + #include <media/dvbdev.h> 28 + #include <media/dvb_demux.h> 29 + #include <media/dvb_frontend.h> 30 + #include <media/dvb_net.h> 31 31 32 32 #include "mb86a16.h" 33 33 #include "mantis_common.h"
+1 -1
drivers/media/pci/mantis/mantis_vp1034.h
··· 21 21 #ifndef __MANTIS_VP1034_H 22 22 #define __MANTIS_VP1034_H 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 #include "mantis_common.h" 26 26 27 27
+5 -5
drivers/media/pci/mantis/mantis_vp1041.c
··· 22 22 #include <linux/sched.h> 23 23 #include <linux/interrupt.h> 24 24 25 - #include "dmxdev.h" 26 - #include "dvbdev.h" 27 - #include "dvb_demux.h" 28 - #include "dvb_frontend.h" 29 - #include "dvb_net.h" 25 + #include <media/dmxdev.h> 26 + #include <media/dvbdev.h> 27 + #include <media/dvb_demux.h> 28 + #include <media/dvb_frontend.h> 29 + #include <media/dvb_net.h> 30 30 31 31 #include "mantis_common.h" 32 32 #include "mantis_ioc.h"
+5 -5
drivers/media/pci/mantis/mantis_vp2033.c
··· 22 22 #include <linux/sched.h> 23 23 #include <linux/interrupt.h> 24 24 25 - #include "dmxdev.h" 26 - #include "dvbdev.h" 27 - #include "dvb_demux.h" 28 - #include "dvb_frontend.h" 29 - #include "dvb_net.h" 25 + #include <media/dmxdev.h> 26 + #include <media/dvbdev.h> 27 + #include <media/dvb_demux.h> 28 + #include <media/dvb_frontend.h> 29 + #include <media/dvb_net.h> 30 30 31 31 #include "tda1002x.h" 32 32 #include "mantis_common.h"
+5 -5
drivers/media/pci/mantis/mantis_vp2040.c
··· 22 22 #include <linux/sched.h> 23 23 #include <linux/interrupt.h> 24 24 25 - #include "dmxdev.h" 26 - #include "dvbdev.h" 27 - #include "dvb_demux.h" 28 - #include "dvb_frontend.h" 29 - #include "dvb_net.h" 25 + #include <media/dmxdev.h> 26 + #include <media/dvbdev.h> 27 + #include <media/dvb_demux.h> 28 + #include <media/dvb_frontend.h> 29 + #include <media/dvb_net.h> 30 30 31 31 #include "tda1002x.h" 32 32 #include "mantis_common.h"
+1 -1
drivers/media/pci/mantis/mantis_vp3028.h
··· 21 21 #ifndef __MANTIS_VP3028_H 22 22 #define __MANTIS_VP3028_H 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 #include "mantis_common.h" 26 26 #include "zl10353.h" 27 27
+5 -5
drivers/media/pci/mantis/mantis_vp3030.c
··· 22 22 #include <linux/sched.h> 23 23 #include <linux/interrupt.h> 24 24 25 - #include "dmxdev.h" 26 - #include "dvbdev.h" 27 - #include "dvb_demux.h" 28 - #include "dvb_frontend.h" 29 - #include "dvb_net.h" 25 + #include <media/dmxdev.h> 26 + #include <media/dvbdev.h> 27 + #include <media/dvb_demux.h> 28 + #include <media/dvb_frontend.h> 29 + #include <media/dvb_net.h> 30 30 31 31 #include "zl10353.h" 32 32 #include "tda665x.h"
-1
drivers/media/pci/netup_unidvb/Makefile
··· 6 6 7 7 obj-$(CONFIG_DVB_NETUP_UNIDVB) += netup-unidvb.o 8 8 9 - ccflags-y += -Idrivers/media/dvb-core 10 9 ccflags-y += -Idrivers/media/dvb-frontends
+1 -1
drivers/media/pci/netup_unidvb/netup_unidvb.h
··· 24 24 #include <media/v4l2-common.h> 25 25 #include <media/v4l2-device.h> 26 26 #include <media/videobuf2-dvb.h> 27 - #include <dvb_ca_en50221.h> 27 + #include <media/dvb_ca_en50221.h> 28 28 29 29 #define NETUP_UNIDVB_NAME "netup_unidvb" 30 30 #define NETUP_UNIDVB_VERSION "0.0.1"
-1
drivers/media/pci/ngene/Makefile
··· 7 7 8 8 obj-$(CONFIG_DVB_NGENE) += ngene.o 9 9 10 - ccflags-y += -Idrivers/media/dvb-core/ 11 10 ccflags-y += -Idrivers/media/dvb-frontends/ 12 11 ccflags-y += -Idrivers/media/tuners/ 13 12
+7 -7
drivers/media/pci/ngene/ngene.h
··· 29 29 30 30 #include <linux/dvb/frontend.h> 31 31 32 - #include "dmxdev.h" 33 - #include "dvbdev.h" 34 - #include "dvb_demux.h" 35 - #include "dvb_ca_en50221.h" 36 - #include "dvb_frontend.h" 37 - #include "dvb_ringbuffer.h" 38 - #include "dvb_net.h" 32 + #include <media/dmxdev.h> 33 + #include <media/dvbdev.h> 34 + #include <media/dvb_demux.h> 35 + #include <media/dvb_ca_en50221.h> 36 + #include <media/dvb_frontend.h> 37 + #include <media/dvb_ringbuffer.h> 38 + #include <media/dvb_net.h> 39 39 #include "cxd2099.h" 40 40 41 41 #define DEVICE_NAME "ngene"
+1 -1
drivers/media/pci/pluto2/Makefile
··· 1 1 obj-$(CONFIG_DVB_PLUTO2) += pluto2.o 2 2 3 - ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/ 3 + ccflags-y += -Idrivers/media/dvb-frontends/
+6 -6
drivers/media/pci/pluto2/pluto2.c
··· 29 29 #include <linux/dma-mapping.h> 30 30 #include <linux/slab.h> 31 31 32 - #include "demux.h" 33 - #include "dmxdev.h" 34 - #include "dvb_demux.h" 35 - #include "dvb_frontend.h" 36 - #include "dvb_net.h" 37 - #include "dvbdev.h" 32 + #include <media/demux.h> 33 + #include <media/dmxdev.h> 34 + #include <media/dvb_demux.h> 35 + #include <media/dvb_frontend.h> 36 + #include <media/dvb_net.h> 37 + #include <media/dvbdev.h> 38 38 #include "tda1004x.h" 39 39 40 40 DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr);
+1 -1
drivers/media/pci/pt1/Makefile
··· 2 2 3 3 obj-$(CONFIG_DVB_PT1) += earth-pt1.o 4 4 5 - ccflags-y += -Idrivers/media/dvb-core -Idrivers/media/dvb-frontends 5 + ccflags-y += -Idrivers/media/dvb-frontends
+5 -5
drivers/media/pci/pt1/pt1.c
··· 27 27 #include <linux/freezer.h> 28 28 #include <linux/ratelimit.h> 29 29 30 - #include "dvbdev.h" 31 - #include "dvb_demux.h" 32 - #include "dmxdev.h" 33 - #include "dvb_net.h" 34 - #include "dvb_frontend.h" 30 + #include <media/dvbdev.h> 31 + #include <media/dvb_demux.h> 32 + #include <media/dmxdev.h> 33 + #include <media/dvb_net.h> 34 + #include <media/dvb_frontend.h> 35 35 36 36 #include "va1j5jf8007t.h" 37 37 #include "va1j5jf8007s.h"
+1 -1
drivers/media/pci/pt1/va1j5jf8007s.c
··· 21 21 #include <linux/module.h> 22 22 #include <linux/slab.h> 23 23 #include <linux/i2c.h> 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 #include "va1j5jf8007s.h" 26 26 27 27 enum va1j5jf8007s_tune_state {
+2 -2
drivers/media/pci/pt1/va1j5jf8007t.c
··· 21 21 #include <linux/module.h> 22 22 #include <linux/slab.h> 23 23 #include <linux/i2c.h> 24 - #include "dvb_frontend.h" 25 - #include "dvb_math.h" 24 + #include <media/dvb_frontend.h> 25 + #include <media/dvb_math.h> 26 26 #include "va1j5jf8007t.h" 27 27 28 28 enum va1j5jf8007t_tune_state {
-1
drivers/media/pci/pt3/Makefile
··· 4 4 5 5 obj-$(CONFIG_DVB_PT3) += earth-pt3.o 6 6 7 - ccflags-y += -Idrivers/media/dvb-core 8 7 ccflags-y += -Idrivers/media/dvb-frontends 9 8 ccflags-y += -Idrivers/media/tuners
+4 -4
drivers/media/pci/pt3/pt3.c
··· 23 23 #include <linux/string.h> 24 24 #include <linux/sched/signal.h> 25 25 26 - #include "dmxdev.h" 27 - #include "dvbdev.h" 28 - #include "dvb_demux.h" 29 - #include "dvb_frontend.h" 26 + #include <media/dmxdev.h> 27 + #include <media/dvbdev.h> 28 + #include <media/dvb_demux.h> 29 + #include <media/dvb_frontend.h> 30 30 31 31 #include "pt3.h" 32 32
+3 -3
drivers/media/pci/pt3/pt3.h
··· 20 20 #include <linux/atomic.h> 21 21 #include <linux/types.h> 22 22 23 - #include "dvb_demux.h" 24 - #include "dvb_frontend.h" 25 - #include "dmxdev.h" 23 + #include <media/dvb_demux.h> 24 + #include <media/dvb_frontend.h> 25 + #include <media/dmxdev.h> 26 26 27 27 #include "tc90522.h" 28 28 #include "mxl301rf.h"
-1
drivers/media/pci/saa7134/Makefile
··· 14 14 15 15 ccflags-y += -I$(srctree)/drivers/media/i2c 16 16 ccflags-y += -I$(srctree)/drivers/media/tuners 17 - ccflags-y += -I$(srctree)/drivers/media/dvb-core 18 17 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends 19 18 ccflags-y += -I$(srctree)/drivers/media/usb/go7007
+1 -1
drivers/media/pci/saa7134/saa7134-dvb.c
··· 29 29 30 30 #include <media/v4l2-common.h> 31 31 #include "dvb-pll.h" 32 - #include <dvb_frontend.h> 32 + #include <media/dvb_frontend.h> 33 33 34 34 #include "mt352.h" 35 35 #include "mt352_priv.h" /* FIXME */
-1
drivers/media/pci/saa7164/Makefile
··· 7 7 8 8 ccflags-y += -I$(srctree)/drivers/media/i2c 9 9 ccflags-y += -I$(srctree)/drivers/media/tuners 10 - ccflags-y += -I$(srctree)/drivers/media/dvb-core 11 10 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends 12 11 13 12 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
+5 -5
drivers/media/pci/saa7164/saa7164.h
··· 50 50 51 51 #include <media/tuner.h> 52 52 #include <media/tveeprom.h> 53 - #include <dvb_demux.h> 54 - #include <dvb_frontend.h> 55 - #include <dvb_net.h> 56 - #include <dvbdev.h> 57 - #include <dmxdev.h> 53 + #include <media/dvb_demux.h> 54 + #include <media/dvb_frontend.h> 55 + #include <media/dvb_net.h> 56 + #include <media/dvbdev.h> 57 + #include <media/dmxdev.h> 58 58 #include <media/v4l2-common.h> 59 59 #include <media/v4l2-ioctl.h> 60 60 #include <media/v4l2-device.h>
-1
drivers/media/pci/smipcie/Makefile
··· 5 5 obj-$(CONFIG_DVB_SMIPCIE) += smipcie.o 6 6 7 7 ccflags-y += -Idrivers/media/tuners 8 - ccflags-y += -Idrivers/media/dvb-core 9 8 ccflags-y += -Idrivers/media/dvb-frontends 10 9
+6 -6
drivers/media/pci/smipcie/smipcie.h
··· 29 29 #include <linux/slab.h> 30 30 #include <media/rc-core.h> 31 31 32 - #include "demux.h" 33 - #include "dmxdev.h" 34 - #include "dvb_demux.h" 35 - #include "dvb_frontend.h" 36 - #include "dvb_net.h" 37 - #include "dvbdev.h" 32 + #include <media/demux.h> 33 + #include <media/dmxdev.h> 34 + #include <media/dvb_demux.h> 35 + #include <media/dvb_frontend.h> 36 + #include <media/dvb_net.h> 37 + #include <media/dvbdev.h> 38 38 39 39 /* -------- Register Base -------- */ 40 40 #define MSI_CONTROL_REG_BASE 0x0800
+1 -1
drivers/media/pci/ttpci/Makefile
··· 18 18 obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-patch.o 19 19 obj-$(CONFIG_DVB_AV7110) += dvb-ttpci.o 20 20 21 - ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/ 21 + ccflags-y += -Idrivers/media/dvb-frontends/ 22 22 ccflags-y += -Idrivers/media/tuners
+1 -1
drivers/media/pci/ttpci/av7110.c
··· 53 53 54 54 #include <linux/dvb/frontend.h> 55 55 56 - #include "dvb_frontend.h" 56 + #include <media/dvb_frontend.h> 57 57 58 58 #include "ttpci-eeprom.h" 59 59 #include "av7110.h"
+7 -7
drivers/media/pci/ttpci/av7110.h
··· 17 17 #include <linux/dvb/net.h> 18 18 #include <linux/mutex.h> 19 19 20 - #include "dvbdev.h" 21 - #include "demux.h" 22 - #include "dvb_demux.h" 23 - #include "dmxdev.h" 20 + #include <media/dvbdev.h> 21 + #include <media/demux.h> 22 + #include <media/dvb_demux.h> 23 + #include <media/dmxdev.h> 24 24 #include "dvb_filter.h" 25 - #include "dvb_net.h" 26 - #include "dvb_ringbuffer.h" 27 - #include "dvb_frontend.h" 25 + #include <media/dvb_net.h> 26 + #include <media/dvb_ringbuffer.h> 27 + #include <media/dvb_frontend.h> 28 28 #include "ves1820.h" 29 29 #include "ves1x93.h" 30 30 #include "stv0299.h"
+1 -1
drivers/media/pci/ttpci/budget-av.c
··· 51 51 #include <linux/input.h> 52 52 #include <linux/spinlock.h> 53 53 54 - #include "dvb_ca_en50221.h" 54 + #include <media/dvb_ca_en50221.h> 55 55 56 56 #define DEBICICAM 0x02420000 57 57
+1 -1
drivers/media/pci/ttpci/budget-ci.c
··· 35 35 36 36 #include "budget.h" 37 37 38 - #include "dvb_ca_en50221.h" 38 + #include <media/dvb_ca_en50221.h> 39 39 #include "stv0299.h" 40 40 #include "stv0297.h" 41 41 #include "tda1004x.h"
+6 -6
drivers/media/pci/ttpci/budget.h
··· 3 3 #ifndef __BUDGET_DVB__ 4 4 #define __BUDGET_DVB__ 5 5 6 - #include "dvb_frontend.h" 7 - #include "dvbdev.h" 8 - #include "demux.h" 9 - #include "dvb_demux.h" 10 - #include "dmxdev.h" 6 + #include <media/dvb_frontend.h> 7 + #include <media/dvbdev.h> 8 + #include <media/demux.h> 9 + #include <media/dvb_demux.h> 10 + #include <media/dmxdev.h> 11 11 #include "dvb_filter.h" 12 - #include "dvb_net.h" 12 + #include <media/dvb_net.h> 13 13 14 14 #include <linux/module.h> 15 15 #include <linux/mutex.h>
+1 -1
drivers/media/pci/ttpci/dvb_filter.h
··· 19 19 20 20 #include <linux/slab.h> 21 21 22 - #include "demux.h" 22 + #include <media/demux.h> 23 23 24 24 typedef int (dvb_filter_pes2ts_cb_t) (void *, unsigned char *); 25 25
+2 -2
drivers/media/platform/sti/c8sectpfe/Makefile
··· 6 6 7 7 ccflags-y += -Idrivers/media/i2c 8 8 ccflags-y += -Idrivers/media/common 9 - ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/ \ 10 - -Idrivers/media/tuners/ 9 + ccflags-y += -Idrivers/media/dvb-frontends/ 10 + ccflags-y += -Idrivers/media/tuners/
+5 -5
drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c
··· 21 21 #include <linux/time.h> 22 22 #include <linux/wait.h> 23 23 24 - #include "dmxdev.h" 25 - #include "dvbdev.h" 26 - #include "dvb_demux.h" 27 - #include "dvb_frontend.h" 28 - #include "dvb_net.h" 24 + #include <media/dmxdev.h> 25 + #include <media/dvbdev.h> 26 + #include <media/dvb_demux.h> 27 + #include <media/dvb_frontend.h> 28 + #include <media/dvb_net.h> 29 29 30 30 #include "c8sectpfe-common.h" 31 31 #include "c8sectpfe-core.h"
+4 -4
drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.h
··· 15 15 #include <linux/gpio.h> 16 16 #include <linux/version.h> 17 17 18 - #include "dmxdev.h" 19 - #include "dvb_demux.h" 20 - #include "dvb_frontend.h" 21 - #include "dvb_net.h" 18 + #include <media/dmxdev.h> 19 + #include <media/dvb_demux.h> 20 + #include <media/dvb_frontend.h> 21 + #include <media/dvb_net.h> 22 22 23 23 /* Maximum number of channels */ 24 24 #define C8SECTPFE_MAXADAPTER (4)
+4 -4
drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c
··· 35 35 #include "c8sectpfe-core.h" 36 36 #include "c8sectpfe-common.h" 37 37 #include "c8sectpfe-debugfs.h" 38 - #include "dmxdev.h" 39 - #include "dvb_demux.h" 40 - #include "dvb_frontend.h" 41 - #include "dvb_net.h" 38 + #include <media/dmxdev.h> 39 + #include <media/dvb_demux.h> 40 + #include <media/dvb_frontend.h> 41 + #include <media/dvb_net.h> 42 42 43 43 #define FIRMWARE_MEMDMA "pti_memdma_h407.elf" 44 44 MODULE_FIRMWARE(FIRMWARE_MEMDMA);
-1
drivers/media/tuners/Makefile
··· 44 44 obj-$(CONFIG_MEDIA_TUNER_M88RS6000T) += m88rs6000t.o 45 45 obj-$(CONFIG_MEDIA_TUNER_TDA18250) += tda18250.o 46 46 47 - ccflags-y += -I$(srctree)/drivers/media/dvb-core 48 47 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
+1 -1
drivers/media/tuners/e4000.h
··· 21 21 #ifndef E4000_H 22 22 #define E4000_H 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 26 26 /* 27 27 * I2C address
+1 -1
drivers/media/tuners/fc0011.h
··· 2 2 #ifndef LINUX_FC0011_H_ 3 3 #define LINUX_FC0011_H_ 4 4 5 - #include "dvb_frontend.h" 5 + #include <media/dvb_frontend.h> 6 6 7 7 8 8 /** struct fc0011_config - fc0011 hardware config
+1 -1
drivers/media/tuners/fc0012.h
··· 17 17 #ifndef _FC0012_H_ 18 18 #define _FC0012_H_ 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 #include "fc001x-common.h" 22 22 23 23 struct fc0012_config {
+1 -1
drivers/media/tuners/fc0013.h
··· 18 18 #ifndef _FC0013_H_ 19 19 #define _FC0013_H_ 20 20 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 #include "fc001x-common.h" 23 23 24 24 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_FC0013)
+1 -1
drivers/media/tuners/fc2580.h
··· 21 21 #ifndef FC2580_H 22 22 #define FC2580_H 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 #include <media/v4l2-subdev.h> 26 26 #include <linux/i2c.h> 27 27
+1 -1
drivers/media/tuners/it913x.h
··· 19 19 #ifndef IT913X_H 20 20 #define IT913X_H 21 21 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 24 24 /** 25 25 * struct it913x_platform_data - Platform data for the it913x driver
+1 -1
drivers/media/tuners/m88rs6000t.h
··· 17 17 #ifndef _M88RS6000T_H_ 18 18 #define _M88RS6000T_H_ 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 struct m88rs6000t_config { 23 23 /*
+1 -1
drivers/media/tuners/max2165.c
··· 23 23 #include <linux/i2c.h> 24 24 #include <linux/slab.h> 25 25 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 28 28 #include "max2165.h" 29 29 #include "max2165_priv.h"
+1 -1
drivers/media/tuners/mc44s803.c
··· 21 21 #include <linux/i2c.h> 22 22 #include <linux/slab.h> 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 26 26 #include "mc44s803.h" 27 27 #include "mc44s803_priv.h"
+1 -1
drivers/media/tuners/mt2060.c
··· 23 23 #include <linux/i2c.h> 24 24 #include <linux/slab.h> 25 25 26 - #include "dvb_frontend.h" 26 + #include <media/dvb_frontend.h> 27 27 28 28 #include "mt2060.h" 29 29 #include "mt2060_priv.h"
+1 -1
drivers/media/tuners/mt2063.h
··· 2 2 #ifndef __MT2063_H__ 3 3 #define __MT2063_H__ 4 4 5 - #include "dvb_frontend.h" 5 + #include <media/dvb_frontend.h> 6 6 7 7 struct mt2063_config { 8 8 u8 tuner_address;
+1 -1
drivers/media/tuners/mt20xx.h
··· 18 18 #define __MT20XX_H__ 19 19 20 20 #include <linux/i2c.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_MT20XX) 24 24 extern struct dvb_frontend *microtune_attach(struct dvb_frontend *fe,
+1 -1
drivers/media/tuners/mt2131.c
··· 21 21 #include <linux/i2c.h> 22 22 #include <linux/slab.h> 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 26 26 #include "mt2131.h" 27 27 #include "mt2131_priv.h"
+1 -1
drivers/media/tuners/mt2266.c
··· 20 20 #include <linux/i2c.h> 21 21 #include <linux/slab.h> 22 22 23 - #include "dvb_frontend.h" 23 + #include <media/dvb_frontend.h> 24 24 #include "mt2266.h" 25 25 26 26 #define I2C_ADDRESS 0x60
+1 -1
drivers/media/tuners/mxl301rf.h
··· 17 17 #ifndef MXL301RF_H 18 18 #define MXL301RF_H 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 struct mxl301rf_config { 23 23 struct dvb_frontend *fe;
+1 -1
drivers/media/tuners/mxl5005s.c
··· 63 63 #include <linux/string.h> 64 64 #include <linux/slab.h> 65 65 #include <linux/delay.h> 66 - #include "dvb_frontend.h" 66 + #include <media/dvb_frontend.h> 67 67 #include "mxl5005s.h" 68 68 69 69 static int debug;
+1 -1
drivers/media/tuners/mxl5005s.h
··· 24 24 #define __MXL5005S_H 25 25 26 26 #include <linux/i2c.h> 27 - #include "dvb_frontend.h" 27 + #include <media/dvb_frontend.h> 28 28 29 29 struct mxl5005s_config { 30 30
+1 -1
drivers/media/tuners/mxl5007t.h
··· 17 17 #ifndef __MXL5007T_H__ 18 18 #define __MXL5007T_H__ 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 /* ------------------------------------------------------------------------- */ 23 23
+1 -1
drivers/media/tuners/qm1d1c0042.h
··· 17 17 #ifndef QM1D1C0042_H 18 18 #define QM1D1C0042_H 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 23 23 struct qm1d1c0042_config {
+1 -1
drivers/media/tuners/qt1010.h
··· 18 18 #ifndef QT1010_H 19 19 #define QT1010_H 20 20 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 struct qt1010_config { 24 24 u8 i2c_address;
+1 -1
drivers/media/tuners/r820t.h
··· 21 21 #ifndef R820T_H 22 22 #define R820T_H 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 26 26 enum r820t_chip { 27 27 CHIP_R820T,
+1 -1
drivers/media/tuners/si2157.h
··· 18 18 #define SI2157_H 19 19 20 20 #include <media/media-device.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 /* 24 24 * I2C address
+1 -1
drivers/media/tuners/tda18212.h
··· 21 21 #ifndef TDA18212_H 22 22 #define TDA18212_H 23 23 24 - #include "dvb_frontend.h" 24 + #include <media/dvb_frontend.h> 25 25 26 26 struct tda18212_config { 27 27 u16 if_dvbt_6;
+1 -1
drivers/media/tuners/tda18218.h
··· 17 17 #ifndef TDA18218_H 18 18 #define TDA18218_H 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 struct tda18218_config { 23 23 u8 i2c_address;
+1 -1
drivers/media/tuners/tda18250.h
··· 19 19 20 20 #include <linux/kconfig.h> 21 21 #include <media/media-device.h> 22 - #include "dvb_frontend.h" 22 + #include <media/dvb_frontend.h> 23 23 24 24 #define TDA18250_XTAL_FREQ_16MHZ 0 25 25 #define TDA18250_XTAL_FREQ_24MHZ 1
+1 -1
drivers/media/tuners/tda18271.h
··· 22 22 #define __TDA18271_H__ 23 23 24 24 #include <linux/i2c.h> 25 - #include "dvb_frontend.h" 25 + #include <media/dvb_frontend.h> 26 26 27 27 struct tda18271_std_map_item { 28 28 u16 if_freq;
+1 -1
drivers/media/tuners/tda827x.h
··· 25 25 #define __DVB_TDA827X_H__ 26 26 27 27 #include <linux/i2c.h> 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 #include "tda8290.h" 30 30 31 31 struct tda827x_config
+1 -1
drivers/media/tuners/tda8290.h
··· 18 18 #define __TDA8290_H__ 19 19 20 20 #include <linux/i2c.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 #include "tda18271.h" 23 23 24 24 enum tda8290_lna {
+1 -1
drivers/media/tuners/tda9887.h
··· 18 18 #define __TDA9887_H__ 19 19 20 20 #include <linux/i2c.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 /* ------------------------------------------------------------------------ */ 24 24 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_TDA9887)
+1 -1
drivers/media/tuners/tea5761.h
··· 18 18 #define __TEA5761_H__ 19 19 20 20 #include <linux/i2c.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_TEA5761) 24 24 extern int tea5761_autodetection(struct i2c_adapter* i2c_adap, u8 i2c_addr);
+1 -1
drivers/media/tuners/tea5767.h
··· 18 18 #define __TEA5767_H__ 19 19 20 20 #include <linux/i2c.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 enum tea5767_xtal { 24 24 TEA5767_LOW_LO_32768 = 0,
+1 -1
drivers/media/tuners/tua9001.h
··· 17 17 #ifndef TUA9001_H 18 18 #define TUA9001_H 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 22 22 /* 23 23 * I2C address
+1 -1
drivers/media/tuners/tuner-simple.h
··· 18 18 #define __TUNER_SIMPLE_H__ 19 19 20 20 #include <linux/i2c.h> 21 - #include "dvb_frontend.h" 21 + #include <media/dvb_frontend.h> 22 22 23 23 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_SIMPLE) 24 24 extern struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
+1 -1
drivers/media/tuners/tuner-xc2028.c
··· 20 20 #include "tuner-xc2028-types.h" 21 21 22 22 #include <linux/dvb/frontend.h> 23 - #include "dvb_frontend.h" 23 + #include <media/dvb_frontend.h> 24 24 25 25 /* Max transfer size done by I2C transfer functions */ 26 26 #define MAX_XFER_SIZE 80
+1 -1
drivers/media/tuners/tuner-xc2028.h
··· 8 8 #ifndef __TUNER_XC2028_H__ 9 9 #define __TUNER_XC2028_H__ 10 10 11 - #include "dvb_frontend.h" 11 + #include <media/dvb_frontend.h> 12 12 13 13 #define XC2028_DEFAULT_FIRMWARE "xc3028-v27.fw" 14 14 #define XC3028L_DEFAULT_FIRMWARE "xc3028L-v36.fw"
+1 -1
drivers/media/tuners/xc4000.c
··· 27 27 #include <linux/mutex.h> 28 28 #include <asm/unaligned.h> 29 29 30 - #include "dvb_frontend.h" 30 + #include <media/dvb_frontend.h> 31 31 32 32 #include "xc4000.h" 33 33 #include "tuner-i2c.h"
+1 -1
drivers/media/tuners/xc5000.c
··· 25 25 #include <linux/dvb/frontend.h> 26 26 #include <linux/i2c.h> 27 27 28 - #include "dvb_frontend.h" 28 + #include <media/dvb_frontend.h> 29 29 30 30 #include "xc5000.h" 31 31 #include "tuner-i2c.h"
-1
drivers/media/usb/as102/Makefile
··· 4 4 5 5 obj-$(CONFIG_DVB_AS102) += dvb-as102.o 6 6 7 - ccflags-y += -Idrivers/media/dvb-core 8 7 ccflags-y += -Idrivers/media/dvb-frontends
+1 -1
drivers/media/usb/as102/as102_drv.c
··· 27 27 #include "as10x_cmd.h" 28 28 #include "as102_fe.h" 29 29 #include "as102_fw.h" 30 - #include "dvbdev.h" 30 + #include <media/dvbdev.h> 31 31 32 32 int dual_tuner; 33 33 module_param_named(dual_tuner, dual_tuner, int, 0644);
+3 -3
drivers/media/usb/as102/as102_drv.h
··· 16 16 #ifndef _AS102_DRV_H 17 17 #define _AS102_DRV_H 18 18 #include <linux/usb.h> 19 - #include <dvb_demux.h> 20 - #include <dvb_frontend.h> 21 - #include <dmxdev.h> 19 + #include <media/dvb_demux.h> 20 + #include <media/dvb_frontend.h> 21 + #include <media/dmxdev.h> 22 22 #include "as10x_handle.h" 23 23 #include "as10x_cmd.h" 24 24 #include "as102_usb_drv.h"
-1
drivers/media/usb/au0828/Makefile
··· 12 12 obj-$(CONFIG_VIDEO_AU0828) += au0828.o 13 13 14 14 ccflags-y += -Idrivers/media/tuners 15 - ccflags-y += -Idrivers/media/dvb-core 16 15 ccflags-y += -Idrivers/media/dvb-frontends 17 16 18 17 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
+6 -6
drivers/media/usb/au0828/au0828.h
··· 33 33 #include <media/media-device.h> 34 34 35 35 /* DVB */ 36 - #include "demux.h" 37 - #include "dmxdev.h" 38 - #include "dvb_demux.h" 39 - #include "dvb_frontend.h" 40 - #include "dvb_net.h" 41 - #include "dvbdev.h" 36 + #include <media/demux.h> 37 + #include <media/dmxdev.h> 38 + #include <media/dvb_demux.h> 39 + #include <media/dvb_frontend.h> 40 + #include <media/dvb_net.h> 41 + #include <media/dvbdev.h> 42 42 43 43 #include "au0828-reg.h" 44 44 #include "au0828-cards.h"
-1
drivers/media/usb/b2c2/Makefile
··· 1 1 b2c2-flexcop-usb-objs := flexcop-usb.o 2 2 obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o 3 3 4 - ccflags-y += -Idrivers/media/dvb-core/ 5 4 ccflags-y += -Idrivers/media/common/b2c2/
-1
drivers/media/usb/cx231xx/Makefile
··· 11 11 12 12 ccflags-y += -Idrivers/media/i2c 13 13 ccflags-y += -Idrivers/media/tuners 14 - ccflags-y += -Idrivers/media/dvb-core 15 14 ccflags-y += -Idrivers/media/dvb-frontends 16 15 ccflags-y += -Idrivers/media/usb/dvb-usb
+1 -1
drivers/media/usb/cx231xx/cx231xx-cards.c
··· 31 31 #include <media/v4l2-common.h> 32 32 33 33 #include <media/drv-intf/cx25840.h> 34 - #include "dvb-usb-ids.h" 34 + #include <media/dvb-usb-ids.h> 35 35 #include "xc5000.h" 36 36 #include "tda18271.h" 37 37
+1 -1
drivers/media/usb/cx231xx/cx231xx-video.c
··· 39 39 #include <media/drv-intf/msp3400.h> 40 40 #include <media/tuner.h> 41 41 42 - #include "dvb_frontend.h" 42 + #include <media/dvb_frontend.h> 43 43 44 44 #include "cx231xx-vbi.h" 45 45
-1
drivers/media/usb/dvb-usb-v2/Makefile
··· 44 44 dvb-usb-zd1301-objs := zd1301.o 45 45 obj-$(CONFIG_DVB_USB_ZD1301) += zd1301.o 46 46 47 - ccflags-y += -I$(srctree)/drivers/media/dvb-core 48 47 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends 49 48 ccflags-y += -I$(srctree)/drivers/media/tuners 50 49 ccflags-y += -I$(srctree)/drivers/media/common
+1 -1
drivers/media/usb/dvb-usb-v2/anysee.h
··· 32 32 33 33 #define DVB_USB_LOG_PREFIX "anysee" 34 34 #include "dvb_usb.h" 35 - #include "dvb_ca_en50221.h" 35 + #include <media/dvb_ca_en50221.h> 36 36 37 37 enum cmd { 38 38 CMD_I2C_READ = 0x33,
+1 -1
drivers/media/usb/dvb-usb-v2/az6007.c
··· 23 23 24 24 #include "drxk.h" 25 25 #include "mt2063.h" 26 - #include "dvb_ca_en50221.h" 26 + #include <media/dvb_ca_en50221.h> 27 27 #include "dvb_usb.h" 28 28 #include "cypress_firmware.h" 29 29
+5 -5
drivers/media/usb/dvb-usb-v2/dvb_usb.h
··· 27 27 #include <media/rc-core.h> 28 28 #include <media/media-device.h> 29 29 30 - #include "dvb_frontend.h" 31 - #include "dvb_demux.h" 32 - #include "dvb_net.h" 33 - #include "dmxdev.h" 34 - #include "dvb-usb-ids.h" 30 + #include <media/dvb_frontend.h> 31 + #include <media/dvb_demux.h> 32 + #include <media/dvb_net.h> 33 + #include <media/dmxdev.h> 34 + #include <media/dvb-usb-ids.h> 35 35 36 36 /* 37 37 * device file: /dev/dvb/adapter[0-1]/frontend[0-2]
+1 -1
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h
··· 17 17 #ifndef __MXL111SF_DEMOD_H__ 18 18 #define __MXL111SF_DEMOD_H__ 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 #include "mxl111sf.h" 22 22 23 23 struct mxl111sf_demod_config {
+1 -1
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
··· 17 17 #ifndef __MXL111SF_TUNER_H__ 18 18 #define __MXL111SF_TUNER_H__ 19 19 20 - #include "dvb_frontend.h" 20 + #include <media/dvb_frontend.h> 21 21 #include "mxl111sf.h" 22 22 23 23 enum mxl_if_freq {
-1
drivers/media/usb/dvb-usb/Makefile
··· 80 80 dvb-usb-technisat-usb2-objs := technisat-usb2.o 81 81 obj-$(CONFIG_DVB_USB_TECHNISAT_USB2) += dvb-usb-technisat-usb2.o 82 82 83 - ccflags-y += -I$(srctree)/drivers/media/dvb-core 84 83 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends/ 85 84 # due to tuner-xc3028 86 85 ccflags-y += -I$(srctree)/drivers/media/tuners
+1 -1
drivers/media/usb/dvb-usb/az6027.c
··· 17 17 18 18 #include "stb6100.h" 19 19 #include "stb6100_cfg.h" 20 - #include "dvb_ca_en50221.h" 20 + #include <media/dvb_ca_en50221.h> 21 21 22 22 int dvb_usb_az6027_debug; 23 23 module_param_named(debug, dvb_usb_az6027_debug, int, 0644);
+5 -5
drivers/media/usb/dvb-usb/dvb-usb.h
··· 17 17 #include <linux/mutex.h> 18 18 #include <media/rc-core.h> 19 19 20 - #include "dvb_frontend.h" 21 - #include "dvb_demux.h" 22 - #include "dvb_net.h" 23 - #include "dmxdev.h" 20 + #include <media/dvb_frontend.h> 21 + #include <media/dvb_demux.h> 22 + #include <media/dvb_net.h> 23 + #include <media/dmxdev.h> 24 24 25 25 #include "dvb-pll.h" 26 26 27 - #include "dvb-usb-ids.h" 27 + #include <media/dvb-usb-ids.h> 28 28 29 29 /* debug */ 30 30 #ifdef CONFIG_DVB_USB_DEBUG
+1 -1
drivers/media/usb/dvb-usb/dw2102.c
··· 13 13 * 14 14 * see Documentation/dvb/README.dvb-usb for more information 15 15 */ 16 - #include "dvb-usb-ids.h" 16 + #include <media/dvb-usb-ids.h> 17 17 #include "dw2102.h" 18 18 #include "si21xx.h" 19 19 #include "stv0299.h"
+1 -1
drivers/media/usb/dvb-usb/pctv452e.c
··· 26 26 /* FE Power */ 27 27 #include "lnbp22.h" 28 28 29 - #include "dvb_ca_en50221.h" 29 + #include <media/dvb_ca_en50221.h> 30 30 #include "ttpci-eeprom.h" 31 31 32 32 static int debug;
+1 -1
drivers/media/usb/dvb-usb/ttusb2.c
··· 34 34 #include "tda827x.h" 35 35 #include "lnbp21.h" 36 36 /* CA */ 37 - #include "dvb_ca_en50221.h" 37 + #include <media/dvb_ca_en50221.h> 38 38 39 39 /* debug */ 40 40 static int dvb_usb_ttusb2_debug;
-1
drivers/media/usb/em28xx/Makefile
··· 13 13 14 14 ccflags-y += -Idrivers/media/i2c 15 15 ccflags-y += -Idrivers/media/tuners 16 - ccflags-y += -Idrivers/media/dvb-core 17 16 ccflags-y += -Idrivers/media/dvb-frontends
+3 -3
drivers/media/usb/em28xx/em28xx-dvb.c
··· 28 28 #include <linux/usb.h> 29 29 30 30 #include <media/v4l2-common.h> 31 - #include <dvb_demux.h> 32 - #include <dvb_net.h> 33 - #include <dmxdev.h> 31 + #include <media/dvb_demux.h> 32 + #include <media/dvb_net.h> 33 + #include <media/dmxdev.h> 34 34 #include <media/tuner.h> 35 35 #include "tuner-simple.h" 36 36 #include <linux/gpio.h>
-1
drivers/media/usb/pvrusb2/Makefile
··· 19 19 20 20 ccflags-y += -Idrivers/media/i2c 21 21 ccflags-y += -Idrivers/media/tuners 22 - ccflags-y += -Idrivers/media/dvb-core 23 22 ccflags-y += -Idrivers/media/dvb-frontends
+1 -1
drivers/media/usb/pvrusb2/pvrusb2-dvb.c
··· 18 18 #include <linux/freezer.h> 19 19 #include <linux/slab.h> 20 20 #include <linux/mm.h> 21 - #include "dvbdev.h" 21 + #include <media/dvbdev.h> 22 22 #include "pvrusb2-debug.h" 23 23 #include "pvrusb2-hdw-internal.h" 24 24 #include "pvrusb2-hdw.h"
+4 -4
drivers/media/usb/pvrusb2/pvrusb2-dvb.h
··· 2 2 #ifndef __PVRUSB2_DVB_H__ 3 3 #define __PVRUSB2_DVB_H__ 4 4 5 - #include "dvb_frontend.h" 6 - #include "dvb_demux.h" 7 - #include "dvb_net.h" 8 - #include "dmxdev.h" 5 + #include <media/dvb_frontend.h> 6 + #include <media/dvb_demux.h> 7 + #include <media/dvb_net.h> 8 + #include <media/dmxdev.h> 9 9 #include "pvrusb2-context.h" 10 10 11 11 #define PVR2_DVB_BUFFER_COUNT 32
-1
drivers/media/usb/siano/Makefile
··· 1 1 obj-$(CONFIG_SMS_USB_DRV) += smsusb.o 2 2 3 - ccflags-y += -Idrivers/media/dvb-core 4 3 ccflags-y += -Idrivers/media/common/siano 5 4 ccflags-y += $(extra-cflags-y) $(extra-cflags-m) 6 5
-1
drivers/media/usb/tm6000/Makefile
··· 12 12 13 13 ccflags-y += -Idrivers/media/i2c 14 14 ccflags-y += -Idrivers/media/tuners 15 - ccflags-y += -Idrivers/media/dvb-core 16 15 ccflags-y += -Idrivers/media/dvb-frontends
+3 -3
drivers/media/usb/tm6000/tm6000.h
··· 19 19 #include <media/v4l2-fh.h> 20 20 21 21 #include <linux/dvb/frontend.h> 22 - #include "dvb_demux.h" 23 - #include "dvb_frontend.h" 24 - #include "dmxdev.h" 22 + #include <media/dvb_demux.h> 23 + #include <media/dvb_frontend.h> 24 + #include <media/dmxdev.h> 25 25 26 26 /* Inputs */ 27 27 enum tm6000_itype {
+1 -1
drivers/media/usb/ttusb-budget/Makefile
··· 1 1 obj-$(CONFIG_DVB_TTUSB_BUDGET) += dvb-ttusb-budget.o 2 2 3 - ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends 3 + ccflags-y += -Idrivers/media/dvb-frontends
+4 -4
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
··· 22 22 #include <linux/mutex.h> 23 23 #include <linux/firmware.h> 24 24 25 - #include "dvb_frontend.h" 26 - #include "dmxdev.h" 27 - #include "dvb_demux.h" 28 - #include "dvb_net.h" 25 + #include <media/dvb_frontend.h> 26 + #include <media/dmxdev.h> 27 + #include <media/dvb_demux.h> 28 + #include <media/dvb_net.h> 29 29 #include "ves1820.h" 30 30 #include "cx22700.h" 31 31 #include "tda1004x.h"
-2
drivers/media/usb/ttusb-dec/Makefile
··· 1 1 obj-$(CONFIG_DVB_TTUSB_DEC) += ttusb_dec.o ttusbdecfe.o 2 - 3 - ccflags-y += -Idrivers/media/dvb-core/
+4 -4
drivers/media/usb/ttusb-dec/ttusb_dec.c
··· 30 30 31 31 #include <linux/mutex.h> 32 32 33 - #include "dmxdev.h" 34 - #include "dvb_demux.h" 35 - #include "dvb_frontend.h" 36 - #include "dvb_net.h" 33 + #include <media/dmxdev.h> 34 + #include <media/dvb_demux.h> 35 + #include <media/dvb_frontend.h> 36 + #include <media/dvb_net.h> 37 37 #include "ttusbdecfe.h" 38 38 39 39 static int debug;
+1 -1
drivers/media/usb/ttusb-dec/ttusbdecfe.c
··· 15 15 * 16 16 */ 17 17 18 - #include "dvb_frontend.h" 18 + #include <media/dvb_frontend.h> 19 19 #include "ttusbdecfe.h" 20 20 21 21
-1
drivers/media/v4l2-core/Makefile
··· 33 33 obj-$(CONFIG_VIDEOBUF_VMALLOC) += videobuf-vmalloc.o 34 34 obj-$(CONFIG_VIDEOBUF_DVB) += videobuf-dvb.o 35 35 36 - ccflags-y += -I$(srctree)/drivers/media/dvb-core 37 36 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends 38 37 ccflags-y += -I$(srctree)/drivers/media/tuners 39 38
-1
drivers/staging/media/cxd2099/Makefile
··· 1 1 obj-$(CONFIG_DVB_CXD2099) += cxd2099.o 2 2 3 - ccflags-y += -Idrivers/media/dvb-core/ 4 3 ccflags-y += -Idrivers/media/dvb-frontends/ 5 4 ccflags-y += -Idrivers/media/tuners/
+1 -1
drivers/staging/media/cxd2099/cxd2099.h
··· 16 16 #ifndef _CXD2099_H_ 17 17 #define _CXD2099_H_ 18 18 19 - #include <dvb_ca_en50221.h> 19 + #include <media/dvb_ca_en50221.h> 20 20 21 21 struct cxd2099_cfg { 22 22 u32 bitrate;
+5 -5
include/media/videobuf-dvb.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - #include <dvbdev.h> 3 - #include <dmxdev.h> 4 - #include <dvb_demux.h> 5 - #include <dvb_net.h> 6 - #include <dvb_frontend.h> 2 + #include <media/dvbdev.h> 3 + #include <media/dmxdev.h> 4 + #include <media/dvb_demux.h> 5 + #include <media/dvb_net.h> 6 + #include <media/dvb_frontend.h> 7 7 8 8 #ifndef _VIDEOBUF_DVB_H_ 9 9 #define _VIDEOBUF_DVB_H_
+5 -6
include/media/videobuf2-dvb.h
··· 2 2 #ifndef _VIDEOBUF2_DVB_H_ 3 3 #define _VIDEOBUF2_DVB_H_ 4 4 5 - #include <dvbdev.h> 6 - #include <dmxdev.h> 7 - #include <dvb_demux.h> 8 - #include <dvb_net.h> 9 - #include <dvb_frontend.h> 10 - 5 + #include <media/dvbdev.h> 6 + #include <media/dmxdev.h> 7 + #include <media/dvb_demux.h> 8 + #include <media/dvb_net.h> 9 + #include <media/dvb_frontend.h> 11 10 #include <media/videobuf2-v4l2.h> 12 11 13 12 /* We don't actually need to include media-device.h here */