Home
last modified time | relevance | path

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

/linux/drivers/input/rmi4/
H A Drmi_driver.h132 extern struct rmi_function_handler rmi_f01_handler;
133 extern struct rmi_function_handler rmi_f03_handler;
134 extern struct rmi_function_handler rmi_f11_handler;
135 extern struct rmi_function_handler rmi_f12_handler;
136 extern struct rmi_function_handler rmi_f1a_handler;
137 extern struct rmi_function_handler rmi_f21_handler;
138 extern struct rmi_function_handler rmi_f30_handler;
139 extern struct rmi_function_handler rmi_f34_handler;
140 extern struct rmi_function_handler rmi_f3a_handler;
141 extern struct rmi_function_handler rmi_f54_handler;
[all …]
H A Drmi_bus.h75 struct rmi_function_handler { struct
90 container_of_const(d, struct rmi_function_handler, driver) argument
92 int __must_check __rmi_register_function_handler(struct rmi_function_handler *,
97 void rmi_unregister_function_handler(struct rmi_function_handler *);
H A Drmi_bus.c150 const struct rmi_function_handler *handler = to_rmi_function_handler(drv); in rmi_function_match()
176 struct rmi_function_handler *handler) in rmi_create_function_irq()
207 struct rmi_function_handler *handler = in rmi_function_probe()
231 struct rmi_function_handler *handler = in rmi_function_remove()
298 int __rmi_register_function_handler(struct rmi_function_handler *handler, in __rmi_register_function_handler()
329 void rmi_unregister_function_handler(struct rmi_function_handler *handler) in rmi_unregister_function_handler()
353 static struct rmi_function_handler *fn_handlers[] = {
H A Drmi_f55.c122 struct rmi_function_handler rmi_f55_handler = {
H A Drmi_f1a.c135 struct rmi_function_handler rmi_f1a_handler = {
H A Drmi_f21.c171 struct rmi_function_handler rmi_f21_handler = {
H A Drmi_f3a.c233 struct rmi_function_handler rmi_f3a_handler = {
H A Drmi_f03.c315 struct rmi_function_handler rmi_f03_handler = {
H A Drmi_f30.c397 struct rmi_function_handler rmi_f30_handler = {
H A Drmi_f12.c566 struct rmi_function_handler rmi_f12_handler = {
H A Drmi_f01.c712 struct rmi_function_handler rmi_f01_handler = {
H A Drmi_f34.c609 struct rmi_function_handler rmi_f34_handler = {
H A Drmi_f11.c1375 struct rmi_function_handler rmi_f11_handler = {