Searched refs:adxl34x (Results 1 – 7 of 7) sorted by relevance
190 struct adxl34x { struct238 static void adxl34x_get_triple(struct adxl34x *ac, struct axis_triple *axis) in adxl34x_get_triple()256 static void adxl34x_service_ev_fifo(struct adxl34x *ac) in adxl34x_service_ev_fifo()278 static void adxl34x_send_key_events(struct adxl34x *ac, in adxl34x_send_key_events()290 static void adxl34x_do_tap(struct adxl34x *ac, in adxl34x_do_tap()300 struct adxl34x *ac = handle; in adxl34x_irq()401 static void __adxl34x_disable(struct adxl34x *ac) in __adxl34x_disable()410 static void __adxl34x_enable(struct adxl34x *ac) in __adxl34x_enable()417 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_suspend()433 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_resume()[all …]
14 struct adxl34x;23 struct adxl34x *adxl34x_probe(struct device *dev, int irq,26 void adxl34x_remove(struct adxl34x *ac);
70 struct adxl34x *ac; in adxl34x_spi_probe()92 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_remove()
79 struct adxl34x *ac; in adxl34x_i2c_probe()103 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_remove()
14 obj-$(CONFIG_INPUT_ADXL34X) += adxl34x.o15 obj-$(CONFIG_INPUT_ADXL34X_I2C) += adxl34x-i2c.o16 obj-$(CONFIG_INPUT_ADXL34X_SPI) += adxl34x-spi.o
721 module will be called adxl34x.731 module will be called adxl34x-i2c.741 module will be called adxl34x-spi.
547 F: drivers/input/misc/adxl34x.c