linux/drivers/media/dvb-frontends/mn88472.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Panasonic MN88472 DVB-T/T2/C demodulator driver
 *
 * Copyright (C) 2013 Antti Palosaari <[email protected]>
 */

#include "mn88472_priv.h"

static int mn88472_get_tune_settings(struct dvb_frontend *fe,
				     struct dvb_frontend_tune_settings *s)
{}

static int mn88472_read_status(struct dvb_frontend *fe, enum fe_status *status)
{}

static int mn88472_set_frontend(struct dvb_frontend *fe)
{}

static int mn88472_init(struct dvb_frontend *fe)
{}

static int mn88472_sleep(struct dvb_frontend *fe)
{}

static const struct dvb_frontend_ops mn88472_ops =;

static struct dvb_frontend *mn88472_get_dvb_frontend(struct i2c_client *client)
{}

static int mn88472_probe(struct i2c_client *client)
{}

static void mn88472_remove(struct i2c_client *client)
{}

static const struct i2c_device_id mn88472_id_table[] =;
MODULE_DEVICE_TABLE(i2c, mn88472_id_table);

static struct i2c_driver mn88472_driver =;

module_i2c_driver();

MODULE_AUTHOR();
MODULE_DESCRIPTION();
MODULE_LICENSE();
MODULE_FIRMWARE();