Lines Matching +full:high +full:- +full:output
28 * enum m88ds3103_ts_mode - TS connection mode
29 * @M88DS3103_TS_SERIAL: TS output pin D0, normal
30 * @M88DS3103_TS_SERIAL_D7: TS output pin D7
43 * @M88DS3103_CLOCK_OUT_DISABLED: Clock output is disabled
44 * @M88DS3103_CLOCK_OUT_ENABLED: Clock output is enabled with crystal
46 * @M88DS3103_CLOCK_OUT_ENABLED_DIV2: Clock output is enabled with half
56 * struct m88ds3103_platform_data - Platform data for the m88ds3103 driver
61 * @ts_clk_pol: TS clk polarity. 1-active at falling edge; 0-active at rising
66 * @clk_out: Clock output.
68 * @lnb_hv_pol: LNB H/V pin polarity. 0: pin high set to VOLTAGE_18, pin low to
69 * set VOLTAGE_13. 1: pin high set to VOLTAGE_13, pin low to set VOLTAGE_18.
70 * @lnb_en_pol: LNB enable pin polarity. 0: pin high to disable, pin low to
71 * enable. 1: pin high to enable, pin low to disable.
97 * struct m88ds3103_config - m88ds3102 configuration
103 * @ts_mode: TS output mode, as defined by &enum m88ds3103_ts_mode.
107 * 1-active at falling edge; 0-active at rising edge.
110 * @clock_out: Clock output, as defined by &enum m88ds3103_clock_out.
115 * 1: pin high set to VOLTAGE_13, pin low to set VOLTAGE_18;
116 * 0: pin high set to VOLTAGE_18, pin low to set VOLTAGE_13.
118 * 1: pin high to enable, pin low to disable;
119 * 0: pin high to disable, pin low to enable.