Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dhgpk.h52 int hgpk_init(struct psmouse *psmouse);
61 static inline int hgpk_init(struct psmouse *psmouse) in hgpk_init() function
Dhgpk.c983 int hgpk_init(struct psmouse *psmouse) in hgpk_init() function
Dpsmouse-base.c837 if (!set_properties || hgpk_init(psmouse) == 0) in psmouse_extensions()