Home
last modified time | relevance | path

Searched refs:as5011 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/input/joystick/
H A Das5011.c120 input_sync(as5011->input_dev); in as5011_button_interrupt()
218 struct as5011_device *as5011; in as5011_probe() local
242 if (!as5011 || !input_dev) { in as5011_probe()
249 as5011->i2c_client = client; in as5011_probe()
279 as5011->button_irq = irq; in as5011_probe()
317 free_irq(as5011->axis_irq, as5011); in as5011_probe()
319 free_irq(as5011->button_irq, as5011); in as5011_probe()
324 kfree(as5011); in as5011_probe()
333 free_irq(as5011->axis_irq, as5011); in as5011_remove()
334 free_irq(as5011->button_irq, as5011); in as5011_remove()
[all …]
H A DMakefile12 obj-$(CONFIG_JOYSTICK_AS5011) += as5011.o
H A DKconfig281 module will be called as5011.