Searched defs:input_handler (Results 1 – 2 of 2) sorted by relevance
315 struct input_handler { struct323 bool (*match)(struct input_handler *handler, struct input_dev *dev); argument325 void (*disconnect)(struct input_handle *handle);326 void (*start)(struct input_handle *handle);328 bool passive_observer;329 bool legacy_minors;330 int minor;331 const char *name;333 const struct input_device_id *id_table;335 struct list_head h_list;[all …]
1601 int (*input_handler)(struct sk_buff *skb, int nexthdr, __be32 spi, member1612 int (*input_handler)(struct sk_buff *skb, int nexthdr, __be32 spi, member
Completed in 14 milliseconds