Searched refs:as5011 (Results 1 – 3 of 3) sorted by relevance
120 input_sync(as5011->input_dev); in as5011_button_interrupt()218 struct as5011_device *as5011; in as5011_probe() local242 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 …]
12 obj-$(CONFIG_JOYSTICK_AS5011) += as5011.o
281 module will be called as5011.