linux/drivers/media/pci/mantis/mantis_vp2040.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
	Mantis VP-2040 driver

	Copyright (C) Manu Abraham ([email protected])

*/

#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/interrupt.h>

#include <media/dmxdev.h>
#include <media/dvbdev.h>
#include <media/dvb_demux.h>
#include <media/dvb_frontend.h>
#include <media/dvb_net.h>

#include "tda1002x.h"
#include "mantis_common.h"
#include "mantis_ioc.h"
#include "mantis_dvb.h"
#include "mantis_vp2040.h"

#define MANTIS_MODEL_NAME
#define MANTIS_DEV_TYPE

static struct tda1002x_config vp2040_tda1002x_cu1216_config =;

static struct tda10023_config vp2040_tda10023_cu1216_config =;

static int tda1002x_cu1216_tuner_set(struct dvb_frontend *fe)
{}

static u8 read_pwm(struct mantis_pci *mantis)
{}

static int vp2040_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
{}

struct mantis_hwconfig vp2040_config =;