Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dpxa930_rotary.c21 struct pxa930_rotary { struct
29 static void clear_sbcr(struct pxa930_rotary *r) in clear_sbcr() argument
39 struct pxa930_rotary *r = dev_id; in rotary_irq()
67 struct pxa930_rotary *r = input_get_drvdata(dev); in pxa930_rotary_open()
76 struct pxa930_rotary *r = input_get_drvdata(dev); in pxa930_rotary_close()
85 struct pxa930_rotary *r; in pxa930_rotary_probe()
106 r = kzalloc(sizeof(struct pxa930_rotary), GFP_KERNEL); in pxa930_rotary_probe()
174 struct pxa930_rotary *r = platform_get_drvdata(pdev); in pxa930_rotary_remove()
H A DMakefile55 obj-$(CONFIG_KEYBOARD_PXA930_ROTARY) += pxa930_rotary.o
H A DKconfig543 module will be called pxa930_rotary.