Lines Matching +full:fast +full:- +full:clk
1 /* SPDX-License-Identifier: GPL-2.0 */
7 #include <linux/hid-over-i2c.h>
62 * struct quicki2c_subip_acpi_parameter - QuickI2C ACPI DSD parameters
77 * struct quicki2c_subip_acpi_config - QuickI2C ACPI DSD parameters
82 * @FMHX: Fast Mode (400 kbit/s) Serial Clock Line HIGH Period
83 * @FMLX: Fast Mode (400 kbit/s) Serial Clock Line LOW Period
84 * @FMTD: Fast Mode (400 kbit/s) Serial Data Line Transmit Hold Period
85 * @FMRD: Fast Mode (400 kbit/s) Serial Data Line Receive Hold Period
87 * in Standard Mode, Fast Mode and Fast Mode Plus
88 * @FPHX: Fast Mode Plus (1Mbit/sec) Serial Clock Line HIGH Period
89 * @FPLX: Fast Mode Plus (1Mbit/sec) Serial Clock Line LOW Period
90 * @FPTD: Fast Mode Plus (1Mbit/sec) Serial Data Line Transmit HOLD Period
91 * @FPRD: Fast Mode Plus (1Mbit/sec) Serial Data Line Receive HOLD Period
132 * struct quicki2c_device - THC QuickI2C device struct
146 * @i2c_speed_mode: 0 - standard mode, 1 - fast mode, 2 - fast mode plus
147 * @i2c_clock_hcnt: I2C CLK high period time (unit in cycle count)
148 * @i2c_clock_lcnt: I2C CLK low period time (unit in cycle count)