Searched refs:hid_report (Results 1 - 25 of 106) sorted by relevance

12345

/linux-master/drivers/hid/
H A Dhid-picolcd.h53 struct hid_report *out_report;
54 struct hid_report *in_report;
130 struct hid_report *picolcd_report(int id, struct hid_device *hdev, int dir);
134 struct hid_device *hdev, struct hid_report *report);
142 struct hid_device *hdev, struct hid_report *report,
146 struct hid_report *eeprom_r, struct hid_report *eeprom_w,
147 struct hid_report *flash_r, struct hid_report *flash_w,
148 struct hid_report *rese
[all...]
H A Dhid-lg4ff.h10 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report,
17 static inline int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report,
H A Dhid-lg3ff.c49 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
87 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-betopff.c34 struct hid_report *report;
58 struct hid_report *report;
79 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-primax.c17 static int px_raw_event(struct hid_device *hid, struct hid_report *report,
H A Dhid-axff.c28 struct hid_report *report;
35 struct hid_report *report = axff->report;
65 struct hid_report *report;
85 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-lgff.c61 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-picolcd_lcd.c29 struct hid_report *report = picolcd_out_report(REPORT_CONTRAST, data->hdev);
55 int picolcd_init_lcd(struct picolcd_data *data, struct hid_report *report)
H A Dhid-pl.c41 struct hid_report *report;
72 struct hid_report *report;
110 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-sjoy.c26 struct hid_report *report;
54 struct hid_report *report;
75 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-emsff.c19 struct hid_report *report;
49 struct hid_report *report;
68 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-gaff.c26 struct hid_report *report;
66 struct hid_report *report;
88 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-mf.c31 struct hid_report *report;
65 struct hid_report *report;
76 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-picolcd_backlight.c26 struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev);
53 int picolcd_init_backlight(struct picolcd_data *data, struct hid_report *report)
H A Dhid-zpff.c22 struct hid_report *report;
56 struct hid_report *report;
H A Dhid-lg2ff.c19 struct hid_report *report;
52 struct hid_report *report;
H A Dhid-megaworld.c19 struct hid_report *report;
41 struct hid_report *report;
H A Dhid-mcp2200.c98 u8 hid_report[16]; member in struct:mcp2200
111 read_all = (struct mcp_read_all *) mcp->hid_report;
139 cmd = (struct mcp_set_clear_outputs *) mcp->hid_report;
217 conf = (struct mcp_configure *) mcp->hid_report;
291 static int mcp2200_raw_event(struct hid_device *hdev, struct hid_report *report,
H A Dhid-picolcd_leds.c34 struct hid_report *report;
96 int picolcd_init_leds(struct picolcd_data *data, struct hid_report *report)
H A Dhid-holtekff.c126 struct hid_report *report;
145 report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-picolcd_cir.c34 struct hid_report *report, u8 *raw_data, int size)
95 int picolcd_init_cir(struct picolcd_data *data, struct hid_report *report)
H A Dhid-picolcd_core.c53 struct hid_report *picolcd_report(int id, struct hid_device *hdev, int dir)
56 struct hid_report *report = NULL;
73 struct hid_report *report = picolcd_out_report(report_id, hdev);
117 struct hid_report *report, u8 *raw_data, int size)
219 struct hid_report *report = picolcd_out_report(REPORT_RESET, hdev);
268 struct hid_report *report = NULL;
328 struct hid_report *report, u8 *raw_data, int size)
408 struct hid_report *report)
H A Dhid-chicony.c26 static int ch_report_wireless(struct hid_report *report, u8 *data, int size)
49 struct hid_report *report, u8 *data, int size)
/linux-master/include/linux/
H A Dhiddev.h38 struct hid_report;
45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { }
H A Dhid.h508 struct hid_report *report; /* associated report */
525 struct hid_report { struct
548 struct hid_report *report_id_hash[HID_MAX_IDS];
558 struct hid_report *report;
563 struct hid_report *report;
579 struct hid_report *report;
672 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
818 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
823 void (*report)(struct hid_device *hdev, struct hid_report *report);
880 struct hid_report *repor
[all...]

Completed in 171 milliseconds

12345