Searched defs:remote_input (Results 1 – 3 of 3) sorted by relevance
76 struct remote_input { struct77 union {80 } data;82 unsigned char type;83 unsigned char pad1;84 unsigned char mouse_buttons;85 unsigned char pad3;
63 struct remote_input { struct64 union {67 } data;69 unsigned char type;70 unsigned char pad1;71 unsigned char mouse_buttons;72 unsigned char pad3;
387 struct device_node *remote_input = NULL; in rcar_lvds_parse_dt() local