Searched refs:synaptics_i2c (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/input/mouse/
H A Dsynaptics_i2c.c23 #define DRIVER_NAME "synaptics_i2c"
218 struct synaptics_i2c { struct
230 static inline void set_scan_rate(struct synaptics_i2c *touch, int scan_rate)
335 static bool synaptics_i2c_get_input(struct synaptics_i2c *touch)
373 struct synaptics_i2c *touch = dev_id;
380 static void synaptics_i2c_check_params(struct synaptics_i2c *touch)
407 static unsigned long synaptics_i2c_adjust_delay(struct synaptics_i2c *touch,
434 struct synaptics_i2c *touch =
435 container_of(work, struct synaptics_i2c, dwork.work);
456 struct synaptics_i2c *touc
[all...]
H A DMakefile22 obj-$(CONFIG_MOUSE_SYNAPTICS_I2C) += synaptics_i2c.o

Completed in 119 milliseconds