Lines Matching +full:i2c +full:- +full:int +full:- +full:rising
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
14 * I2C address
19 * enum m88ds3103_ts_mode - TS connection mode
47 * struct m88ds3103_platform_data - Platform data for the m88ds3103 driver
49 * @i2c_wr_max: Max bytes I2C adapter can write at once.
52 * @ts_clk_pol: TS clk polarity. 1-active at falling edge; 0-active at rising
64 * @get_i2c_adapter: Get I2C adapter.
88 * struct m88ds3103_config - m88ds3102 configuration
90 * @i2c_addr: I2C address. Default: none, must set. Example: 0x68, ...
92 * @i2c_wr_max: Max bytes I2C provider is asked to write at once.
98 * 1-active at falling edge; 0-active at rising edge.
131 * m88ds3103_attach - Attach a m88ds3103 demod
134 * @i2c: i2c adapter to use.
135 * @tuner_i2c: on success, returns the I2C adapter associated with
139 * Note: Do not add new m88ds3103_attach() users! Use I2C bindings instead.
143 struct i2c_adapter *i2c,
145 extern int m88ds3103_get_agc_pwm(struct dvb_frontend *fe, u8 *_agc_pwm);
149 struct i2c_adapter *i2c, in m88ds3103_attach() argument