Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/input/misc/
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()
417 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_suspend()
433 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_resume()
[all …]
Dadxl34x.h14 struct adxl34x;
23 struct adxl34x *adxl34x_probe(struct device *dev, int irq,
26 void adxl34x_remove(struct adxl34x *ac);
Dadxl34x-spi.c70 struct adxl34x *ac; in adxl34x_spi_probe()
92 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_remove()
Dadxl34x-i2c.c79 struct adxl34x *ac; in adxl34x_i2c_probe()
103 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_remove()
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
DKconfig721 module will be called adxl34x.
731 module will be called adxl34x-i2c.
741 module will be called adxl34x-spi.
/linux-6.6.21/
DMAINTAINERS547 F: drivers/input/misc/adxl34x.c