#include "mn88473_priv.h"
static int mn88473_get_tune_settings(struct dvb_frontend *fe,
struct dvb_frontend_tune_settings *s)
{ … }
static int mn88473_set_frontend(struct dvb_frontend *fe)
{ … }
static int mn88473_read_status(struct dvb_frontend *fe, enum fe_status *status)
{ … }
static int mn88473_init(struct dvb_frontend *fe)
{ … }
static int mn88473_sleep(struct dvb_frontend *fe)
{ … }
static const struct dvb_frontend_ops mn88473_ops = …;
static int mn88473_probe(struct i2c_client *client)
{ … }
static void mn88473_remove(struct i2c_client *client)
{ … }
static const struct i2c_device_id mn88473_id_table[] = …;
MODULE_DEVICE_TABLE(i2c, mn88473_id_table);
static struct i2c_driver mn88473_driver = …;
module_i2c_driver(…) …;
MODULE_AUTHOR(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;
MODULE_FIRMWARE(…);