Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/misc/
Dbfin_rotary.c29 struct bfin_rot { struct
55 static void report_rotary_event(struct bfin_rot *rotary, int delta) in report_rotary_event() argument
70 struct bfin_rot *rotary = dev_id; in bfin_rotary_isr()
101 struct bfin_rot *rotary = input_get_drvdata(input); in bfin_rotary_open()
122 struct bfin_rot *rotary = input_get_drvdata(input); in bfin_rotary_close()
137 struct bfin_rot *rotary; in bfin_rotary_probe()
167 rotary = devm_kzalloc(dev, sizeof(struct bfin_rot), GFP_KERNEL); in bfin_rotary_probe()
250 struct bfin_rot *rotary = platform_get_drvdata(pdev); in bfin_rotary_suspend()
265 struct bfin_rot *rotary = platform_get_drvdata(pdev); in bfin_rotary_resume()