Home
last modified time | relevance | path

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

1234

/linux/drivers/hid/
A Dhid-picolcd.h54 struct hid_report *in_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 *reset);
162 struct hid_report *eeprom_r, struct hid_report *eeprom_w, in picolcd_init_devfs()
163 struct hid_report *flash_r, struct hid_report *flash_w, in picolcd_init_devfs()
164 struct hid_report *reset) in picolcd_init_devfs()
203 struct hid_report *report);
212 struct hid_report *report) in picolcd_init_backlight()
239 struct hid_report *report) in picolcd_init_lcd()
[all …]
A Dhid-lg3ff.c45 struct hid_report *report;
53 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play()
91 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter()
A Dhid-axff.c28 struct hid_report *report;
35 struct hid_report *report = axff->report; in axff_play()
65 struct hid_report *report; in axff_init()
85 report = list_first_entry(report_list, struct hid_report, list); in axff_init()
A Dhid-lgff.c61 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_play()
103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_set_autocenter()
A Dhid-betopff.c34 struct hid_report *report;
58 struct hid_report *report; in betopff_init()
80 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
A Dhid-picolcd_core.c53 struct hid_report *picolcd_report(int id, struct hid_device *hdev, int dir) in picolcd_report()
56 struct hid_report *report = NULL; in picolcd_report()
73 struct hid_report *report = picolcd_out_report(report_id, hdev); in picolcd_send_and_wait()
117 struct hid_report *report, u8 *raw_data, int size) in picolcd_raw_keypad()
219 struct hid_report *report = picolcd_out_report(REPORT_RESET, hdev); in picolcd_reset()
268 struct hid_report *report = NULL; in picolcd_operation_mode_store()
328 struct hid_report *report, u8 *raw_data, int size) in picolcd_raw_event()
408 struct hid_report *report) in picolcd_init_keys()
A Dhid-emsff.c19 struct hid_report *report;
49 struct hid_report *report; in emsff_init()
68 report = list_first_entry(report_list, struct hid_report, list); in emsff_init()
A Dhid-mf.c31 struct hid_report *report;
65 struct hid_report *report; in mf_init()
76 report = list_entry(report_ptr, struct hid_report, list); in mf_init()
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, in lg4ff_raw_event()
A Dhid-sjoy.c26 struct hid_report *report;
54 struct hid_report *report; in sjoyff_init()
75 report = list_entry(report_ptr, struct hid_report, list); in sjoyff_init()
A Dhid-gaff.c26 struct hid_report *report;
66 struct hid_report *report; in gaff_init()
88 report = list_entry(report_ptr, struct hid_report, list); in gaff_init()
A Dhid-pl.c41 struct hid_report *report;
72 struct hid_report *report; in plff_init()
110 report = list_entry(report_ptr, struct hid_report, list); in plff_init()
A Dhid-core.c62 struct hid_report *report; in hid_register_report()
69 report = kzalloc(sizeof(struct hid_report), GFP_KERNEL); in hid_register_report()
259 struct hid_report *report; in hid_add_field()
655 static void hid_free_report(struct hid_report *report) in hid_free_report()
969 struct hid_report *report; in hid_validate_values()
993 struct hid_report, list); in hid_validate_values()
1088 struct hid_report *rep; in hid_apply_multiplier()
1156 struct hid_report *rep; in hid_setup_resolution_multiplier()
1691 struct hid_report *report; in hid_get_report()
1747 struct hid_report *report; in hid_report_raw_event()
[all …]
A Dhid-sensor-hub.c55 static struct hid_report *sensor_hub_report(int id, struct hid_device *hdev, in sensor_hub_report()
58 struct hid_report *report; in sensor_hub_report()
193 struct hid_report *report; in sensor_hub_set_feature()
241 struct hid_report *report; in sensor_hub_get_feature()
298 struct hid_report *report; in sensor_hub_input_attr_get_raw_value()
355 struct hid_report *report; in hid_sensor_get_usage_index()
382 struct hid_report *report; in sensor_hub_input_get_attribute_info()
471 struct hid_report *report, u8 *raw_data, int size) in sensor_hub_raw_event()
A Dhid-dr.c28 struct hid_report *report;
77 struct hid_report *report; in drff_init()
96 report = list_first_entry(report_list, struct hid_report, list); in drff_init()
A Dhid-lg2ff.c19 struct hid_report *report;
52 struct hid_report *report; in lg2ff_init()
A Dhid-picolcd_lcd.c29 struct hid_report *report = picolcd_out_report(REPORT_CONTRAST, data->hdev); in picolcd_set_contrast()
55 int picolcd_init_lcd(struct picolcd_data *data, struct hid_report *report) in picolcd_init_lcd()
A Dhid-rmi.c375 struct hid_report *report, u8 *data, int size) in rmi_raw_event()
422 static void rmi_report(struct hid_device *hid, struct hid_report *report) in rmi_report()
563 unsigned id, struct hid_report **report) in rmi_check_valid_report_id()
649 struct hid_report *input_report; in rmi_probe()
650 struct hid_report *output_report; in rmi_probe()
651 struct hid_report *feature_report; in rmi_probe()
A Dhid-picolcd_backlight.c26 struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev); in picolcd_set_brightness()
53 int picolcd_init_backlight(struct picolcd_data *data, struct hid_report *report) in picolcd_init_backlight()
A Dhid-zpff.c22 struct hid_report *report;
56 struct hid_report *report; in zpff_init()
A Dhid-input.c91 struct hid_report *report; in hidinput_find_key()
1470 struct hid_report *report; in hidinput_find_field()
1487 struct hid_report *report; in hidinput_get_led_field()
1507 struct hid_report *report; in hidinput_count_leds()
1532 struct hid_report *report; in hidinput_led_worker()
1614 struct hid_report *report, bool use_logical_max) in __hidinput_change_resolution_multipliers()
1672 struct hid_report *rep; in hidinput_change_resolution_multipliers()
1698 struct hid_report *rep; in report_features()
1853 struct hid_report *report; in hidinput_cleanup_hidinput()
1915 struct hid_report *report) in hidinput_configure_usages()
[all …]
A Dhid-chicony.c26 static int ch_report_wireless(struct hid_report *report, u8 *data, int size) in ch_report_wireless()
49 struct hid_report *report, u8 *data, int size) in ch_raw_event()
/linux/include/linux/
A Dhid.h473 struct hid_report *report; /* associated report */
482 struct hid_report { struct
499 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
509 struct hid_report *report;
514 struct hid_report *report;
530 struct hid_report *report;
818 struct hid_report *report, int reqtype);
901 void hid_output_report(struct hid_report *report, __u8 *data);
909 struct hid_report *hid_validate_values(struct hid_device *hid,
1089 struct hid_report *report, int reqtype) in hid_hw_request()
[all …]
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) { } in hiddev_report_event()
/linux/drivers/hid/usbhid/
A Dhiddev.c55 static struct hid_report *
61 struct hid_report *report; in hiddev_lookup_report()
80 report = list_entry(list, struct hid_report, list); in hiddev_lookup_report()
93 report = list_entry(list, struct hid_report, list); in hiddev_lookup_report()
112 struct hid_report *report; in hiddev_lookup_usage()
186 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event()
433 struct hid_report *report; in hiddev_ioctl_usage()
603 struct hid_report *report; in hiddev_ioctl()

Completed in 47 milliseconds

1234