/* SPDX-License-Identifier: GPL-2.0-or-later */ /* STB6100 Silicon Tuner wrapper Copyright (C)2009 Igor M. Liplianin ([email protected]) */ #include <linux/dvb/frontend.h> #include <media/dvb_frontend.h> static int stb6100_get_freq(struct dvb_frontend *fe, u32 *frequency) { … } static int stb6100_set_freq(struct dvb_frontend *fe, u32 frequency) { … } static int stb6100_get_bandw(struct dvb_frontend *fe, u32 *bandwidth) { … } static int stb6100_set_bandw(struct dvb_frontend *fe, u32 bandwidth) { … }