xref: /kernel/linux/linux-5.10/drivers/media/tuners/tua9001_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 * Infineon TUA9001 silicon tuner driver
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2009 Antti Palosaari <crope@iki.fi>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef TUA9001_PRIV_H
98c2ecf20Sopenharmony_ci#define TUA9001_PRIV_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include "tua9001.h"
128c2ecf20Sopenharmony_ci#include <linux/math64.h>
138c2ecf20Sopenharmony_ci#include <linux/regmap.h>
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_cistruct tua9001_reg_val {
168c2ecf20Sopenharmony_ci	u8 reg;
178c2ecf20Sopenharmony_ci	u16 val;
188c2ecf20Sopenharmony_ci};
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_cistruct tua9001_dev {
218c2ecf20Sopenharmony_ci	struct dvb_frontend *fe;
228c2ecf20Sopenharmony_ci	struct i2c_client *client;
238c2ecf20Sopenharmony_ci	struct regmap *regmap;
248c2ecf20Sopenharmony_ci};
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ci#endif
27

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