]> Git Repo - J-linux.git/blob - drivers/media/dvb-frontends/a8293.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / media / dvb-frontends / a8293.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Allegro A8293 SEC driver
4  *
5  * Copyright (C) 2011 Antti Palosaari <[email protected]>
6  */
7
8 #ifndef A8293_H
9 #define A8293_H
10
11 #include <media/dvb_frontend.h>
12
13 /*
14  * I2C address
15  * 0x08, 0x09, 0x0a, 0x0b
16  */
17
18 /**
19  * struct a8293_platform_data - Platform data for the a8293 driver
20  * @dvb_frontend: DVB frontend.
21  * @volt_slew_nanos_per_mv: Slew rate when increasing LNB voltage,
22  *       in nanoseconds per millivolt.
23  */
24 struct a8293_platform_data {
25         struct dvb_frontend *dvb_frontend;
26         int volt_slew_nanos_per_mv;
27 };
28
29 #endif /* A8293_H */
This page took 0.024717 seconds and 4 git commands to generate.