Lines Matching +full:antenna +full:- +full:config +full:- +full:file
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * struct drxk_config - Configure the initial parameters for DRX-K
11 * @adr: I2C address of the DRX-K
19 * @antenna_gpio: GPIO bit used to control the antenna
20 * @antenna_dvbt: GPIO bit for changing antenna to DVB-C. A value of 1
24 * @microcode_name: Name of the firmware file with the microcode
27 * firmwares are using the 2-parameter command.
29 * which uses the 4-parameter command.
34 * On the ``*_gpio`` vars, bit 0 is UIO-1, bit 1 is UIO-2 and bit 2 is
35 * UIO-3.
57 * drxk_attach - Attach a drxk demod
59 * @config: pointer to &struct drxk_config with demod configuration.
64 extern struct dvb_frontend *drxk_attach(const struct drxk_config *config,
67 static inline struct dvb_frontend *drxk_attach(const struct drxk_config *config, in drxk_attach() argument