Home
last modified time | relevance | path

Searched refs:adxl34x (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/input/misc/
Dadxl34x.h14 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 void adxl34x_remove(struct adxl34x *ac);
Dadxl34x.c190 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 …]
Dadxl34x-spi.c70 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()
Dadxl34x-i2c.c80 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()
DMakefile14 obj-$(CONFIG_INPUT_ADXL34X) += adxl34x.o
15 obj-$(CONFIG_INPUT_ADXL34X_I2C) += adxl34x-i2c.o
16 obj-$(CONFIG_INPUT_ADXL34X_SPI) += adxl34x-spi.o
DKconfig711 module will be called adxl34x.
721 module will be called adxl34x-i2c.
731 module will be called adxl34x-spi.
/linux-6.1.9/
DMAINTAINERS605 F: drivers/input/misc/adxl34x.c