/* SPDX-License-Identifier: GPL-2.0-or-later */ /* TDA8261 8PSK/QPSK tuner driver Copyright (C) Manu Abraham ([email protected]) */ static int tda8261_get_frequency(struct dvb_frontend *fe, u32 *frequency) { … } static int tda8261_set_frequency(struct dvb_frontend *fe, u32 frequency) { … } static int tda8261_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) { … }