Searched refs:adxl34x (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/input/misc/ |
D | adxl34x.h | 14 struct adxl34x; 23 void adxl34x_suspend(struct adxl34x *ac); 24 void adxl34x_resume(struct adxl34x *ac); 25 struct adxl34x *adxl34x_probe(struct device *dev, int irq, 28 int adxl34x_remove(struct adxl34x *ac);
|
D | adxl34x.c | 190 struct adxl34x { struct 238 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() 415 void adxl34x_suspend(struct adxl34x *ac) in adxl34x_suspend() 428 void adxl34x_resume(struct adxl34x *ac) in adxl34x_resume() [all …]
|
D | adxl34x-spi.c | 70 struct adxl34x *ac; in adxl34x_spi_probe() 92 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_remove() 100 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_suspend() 110 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_resume()
|
D | adxl34x-i2c.c | 80 struct adxl34x *ac; in adxl34x_i2c_probe() 104 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_remove() 112 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_suspend() 122 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_resume()
|
D | Makefile | 14 obj-$(CONFIG_INPUT_ADXL34X) += adxl34x.o 15 obj-$(CONFIG_INPUT_ADXL34X_I2C) += adxl34x-i2c.o 16 obj-$(CONFIG_INPUT_ADXL34X_SPI) += adxl34x-spi.o
|
D | Kconfig | 725 module will be called adxl34x. 735 module will be called adxl34x-i2c. 745 module will be called adxl34x-spi.
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | zynq-zturn.dts | 109 compatible = "adi,adxl345", "adxl345", "adi,adxl34x", "adxl34x";
|
/Linux-v5.4/ |
D | MAINTAINERS | 545 F: drivers/input/misc/adxl34x.c
|