Home
last modified time | relevance | path

Searched defs:rmi_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-rmi.c79 struct rmi_data { struct
80 struct mutex page_mutex;
81 int page;
84 wait_queue_head_t wait;
86 u8 *writeReport;
87 u8 *readReport;
89 u32 input_report_size;
90 u32 output_report_size;
92 unsigned long flags;
95 struct hid_device *hdev;
[all …]