Lines Matching +full:default +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
19 * enum m88ds3103_ts_mode - TS connection mode
22 * @M88DS3103_TS_PARALLEL: TS Parallel mode
23 * @M88DS3103_TS_CI: TS CI Mode
47 * struct m88ds3103_platform_data - Platform data for the m88ds3103 driver
50 * @ts_mode: TS mode.
52 * @ts_clk_pol: TS clk polarity. 1-active at falling edge; 0-active at rising
58 * @envelope_mode: DiSEqC envelope mode.
88 * struct m88ds3103_config - m88ds3102 configuration
90 * @i2c_addr: I2C address. Default: none, must set. Example: 0x68, ...
91 * @clock: Device's clock. Default: none, must set. Example: 27000000
93 * Default: none, must set. Example: 33, 65, ...
94 * @ts_mode: TS output mode, as defined by &enum m88ds3103_ts_mode.
95 * Default: M88DS3103_TS_SERIAL.
96 * @ts_clk: TS clk in KHz. Default: 0.
97 * @ts_clk_pol: TS clk polarity.Default: 0.
98 * 1-active at falling edge; 0-active at rising edge.
99 * @spec_inv: Spectrum inversion. Default: 0.
100 * @agc_inv: AGC polarity. Default: 0.
102 * Default: M88DS3103_CLOCK_OUT_DISABLED.
103 * @envelope_mode: DiSEqC envelope mode. Default: 0.
104 * @agc: AGC configuration. Default: none, must set.
105 * @lnb_hv_pol: LNB H/V pin polarity. Default: 0. Values:
108 * @lnb_en_pol: LNB enable pin polarity. Default: 0. Values:
131 * m88ds3103_attach - Attach a m88ds3103 demod