Home
last modified time | relevance | path

Searched refs:hid_report (Results 1 – 25 of 78) sorted by relevance

1234

/linux-4.19.296/drivers/hid/
Dhid-picolcd.h63 struct hid_report *out_report;
64 struct hid_report *in_report;
140 struct hid_report *picolcd_report(int id, struct hid_device *hdev, int dir);
144 struct hid_device *hdev, struct hid_report *report);
152 struct hid_device *hdev, struct hid_report *report,
156 struct hid_report *eeprom_r, struct hid_report *eeprom_w,
157 struct hid_report *flash_r, struct hid_report *flash_w,
158 struct hid_report *reset);
163 struct hid_device *hdev, struct hid_report *report) in picolcd_debug_out_report()
167 struct hid_device *hdev, struct hid_report *report, in picolcd_debug_raw_event()
[all …]
Dhid-lg3ff.c57 struct hid_report *report;
65 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play()
103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter()
Dhid-axff.c40 struct hid_report *report;
47 struct hid_report *report = axff->report; in axff_play()
77 struct hid_report *report; in axff_init()
97 report = list_first_entry(report_list, struct hid_report, list); in axff_init()
Dhid-lgff.c73 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_play()
115 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_set_autocenter()
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, in lg4ff_raw_event()
Dhid-betopff.c37 struct hid_report *report;
61 struct hid_report *report; in betopff_init()
82 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
Dhid-emsff.c31 struct hid_report *report;
61 struct hid_report *report; in emsff_init()
80 report = list_first_entry(report_list, struct hid_report, list); in emsff_init()
Dhid-mf.c39 struct hid_report *report;
73 struct hid_report *report; in mf_init()
84 report = list_entry(report_ptr, struct hid_report, list); in mf_init()
Dhid-sjoy.c38 struct hid_report *report;
66 struct hid_report *report; in sjoyff_init()
87 report = list_entry(report_ptr, struct hid_report, list); in sjoyff_init()
Dhid-gaff.c39 struct hid_report *report;
79 struct hid_report *report; in gaff_init()
101 report = list_entry(report_ptr, struct hid_report, list); in gaff_init()
Dhid-pl.c53 struct hid_report *report;
84 struct hid_report *report; in plff_init()
122 report = list_entry(report_ptr, struct hid_report, list); in plff_init()
Dhid-picolcd_core.c62 struct hid_report *picolcd_report(int id, struct hid_device *hdev, int dir) in picolcd_report()
65 struct hid_report *report = NULL; in picolcd_report()
82 struct hid_report *report = picolcd_out_report(report_id, hdev); in picolcd_send_and_wait()
126 struct hid_report *report, u8 *raw_data, int size) in picolcd_raw_keypad()
228 struct hid_report *report = picolcd_out_report(REPORT_RESET, hdev); in picolcd_reset()
277 struct hid_report *report = NULL; in picolcd_operation_mode_store()
344 struct hid_report *report, u8 *raw_data, int size) in picolcd_raw_event()
425 struct hid_report *report) in picolcd_init_keys()
Dhid-picolcd_lcd.c39 struct hid_report *report = picolcd_out_report(REPORT_CONTRAST, data->hdev); in picolcd_set_contrast()
65 int picolcd_init_lcd(struct picolcd_data *data, struct hid_report *report) in picolcd_init_lcd()
Dhid-lg2ff.c31 struct hid_report *report;
64 struct hid_report *report; in lg2ff_init()
Dhid-dr.c40 struct hid_report *report;
89 struct hid_report *report; in drff_init()
108 report = list_first_entry(report_list, struct hid_report, list); in drff_init()
Dhid-picolcd_backlight.c36 struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev); in picolcd_set_brightness()
63 int picolcd_init_backlight(struct picolcd_data *data, struct hid_report *report) in picolcd_init_backlight()
Dhid-zpff.c34 struct hid_report *report;
68 struct hid_report *report; in zpff_init()
Dhid-google-hammer.c98 struct hid_report *report; in hammer_input_configured()
103 report = list_first_entry(report_list, struct hid_report, list); in hammer_input_configured()
Dhid-picolcd_cir.c44 struct hid_report *report, u8 *raw_data, int size) in picolcd_raw_cir()
106 int picolcd_init_cir(struct picolcd_data *data, struct hid_report *report) in picolcd_init_cir()
Dhid-holtekff.c138 struct hid_report *report; in holtekff_init()
157 report = list_entry(report_list->next, struct hid_report, list); in holtekff_init()
Dhid-core.c60 struct hid_report *hid_register_report(struct hid_device *device, in hid_register_report()
65 struct hid_report *report; in hid_register_report()
72 report = kzalloc(sizeof(struct hid_report), GFP_KERNEL); in hid_register_report()
96 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field()
259 struct hid_report *report; in hid_add_field()
658 static void hid_free_report(struct hid_report *report) in hid_free_report()
679 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report()
960 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values()
965 struct hid_report *report; in hid_validate_values()
989 struct hid_report, list); in hid_validate_values()
[all …]
Dhid-sensor-hub.c69 static struct hid_report *sensor_hub_report(int id, struct hid_device *hdev, in sensor_hub_report()
72 struct hid_report *report; in sensor_hub_report()
207 struct hid_report *report; in sensor_hub_set_feature()
255 struct hid_report *report; in sensor_hub_get_feature()
312 struct hid_report *report; in sensor_hub_input_attr_get_raw_value()
369 struct hid_report *report; in hid_sensor_get_usage_index()
396 struct hid_report *report; in sensor_hub_input_get_attribute_info()
485 struct hid_report *report, u8 *raw_data, int size) in sensor_hub_raw_event()
Dhid-rmi.c369 struct hid_report *report, u8 *data, int size) in rmi_raw_event()
416 static void rmi_report(struct hid_device *hid, struct hid_report *report) in rmi_report()
558 unsigned id, struct hid_report **report) in rmi_check_valid_report_id()
644 struct hid_report *input_report; in rmi_probe()
645 struct hid_report *output_report; in rmi_probe()
646 struct hid_report *feature_report; in rmi_probe()
/linux-4.19.296/include/linux/
Dhiddev.h50 struct hid_report;
57 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
65 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event()
Dhid.h472 struct hid_report *report; /* associated report */
481 struct hid_report { struct
498 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
508 struct hid_report *report;
513 struct hid_report *report;
529 struct hid_report *report;
618 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
755 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
760 void (*report)(struct hid_device *hdev, struct hid_report *report);
816 struct hid_report *report, int reqtype);
[all …]

1234