Searched refs:htcpen_dev (Results 1 – 1 of 1) sorted by relevance
82 input_sync(htcpen_dev); in htcpen_interrupt()104 struct input_dev *htcpen_dev; in htcpen_isa_probe() local126 if (!htcpen_dev) { in htcpen_isa_probe()133 htcpen_dev->id.bustype = BUS_ISA; in htcpen_isa_probe()140 htcpen_dev->open = htcpen_open; in htcpen_isa_probe()141 htcpen_dev->close = htcpen_close; in htcpen_isa_probe()144 htcpen_dev); in htcpen_isa_probe()156 dev_set_drvdata(dev, htcpen_dev); in htcpen_isa_probe()161 free_irq(HTCPEN_IRQ, htcpen_dev); in htcpen_isa_probe()163 input_free_device(htcpen_dev); in htcpen_isa_probe()[all …]
Completed in 5 milliseconds