Home
last modified time | relevance | path

Searched defs:cp2112_smbus_config_report (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-cp2112.c74 struct cp2112_smbus_config_report { struct
75 u8 report; /* CP2112_SMBUS_CONFIG */
76 __be32 clock_speed; /* Hz */
77 u8 device_address; /* Stored in the upper 7 bits */
78 u8 auto_send_read; /* 1 = enabled, 0 = disabled */
79 __be16 write_timeout; /* ms, 0 = no timeout */
80 __be16 read_timeout; /* ms, 0 = no timeout */
81 u8 scl_low_timeout; /* 1 = enabled, 0 = disabled */
82 __be16 retry_time; /* # of retries, 0 = no limit */