Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
A Delan_i2c.h72 struct elan_transport_ops { struct
73 int (*initialize)(struct i2c_client *client);
74 int (*sleep_control)(struct i2c_client *, bool sleep);
75 int (*power_control)(struct i2c_client *, bool enable);
76 int (*set_mode)(struct i2c_client *client, u8 mode);
78 int (*calibrate)(struct i2c_client *client);
81 int (*get_baseline_data)(struct i2c_client *client,
91 int (*get_max)(struct i2c_client *client,
93 int (*get_resolution)(struct i2c_client *client,
95 int (*get_num_traces)(struct i2c_client *client,
[all …]

Completed in 5 milliseconds