xref: /kernel/linux/linux-5.10/drivers/media/tuners/fc0012-priv.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/tuners/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Fitipower FC0012 tuner driver - private includes
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2012 Hans-Frieder Vogt <hfvogt@gmx.net>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _FC0012_PRIV_H_
98c2ecf20Sopenharmony_ci#define _FC0012_PRIV_H_
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cistruct fc0012_priv {
128c2ecf20Sopenharmony_ci	struct i2c_adapter *i2c;
138c2ecf20Sopenharmony_ci	const struct fc0012_config *cfg;
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	u32 frequency;
168c2ecf20Sopenharmony_ci	u32 bandwidth;
178c2ecf20Sopenharmony_ci};
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif
20

Indexes created Thu Nov 07 10:32:03 CST 2024