/linux-4.19.296/drivers/hid/ |
D | hid-picolcd.h | 63 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 …]
|
D | hid-lg3ff.c | 57 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()
|
D | hid-axff.c | 40 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()
|
D | hid-lgff.c | 73 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()
|
D | hid-lg4ff.h | 10 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()
|
D | hid-betopff.c | 37 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()
|
D | hid-emsff.c | 31 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()
|
D | hid-mf.c | 39 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()
|
D | hid-sjoy.c | 38 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()
|
D | hid-gaff.c | 39 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()
|
D | hid-pl.c | 53 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()
|
D | hid-picolcd_core.c | 62 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()
|
D | hid-picolcd_lcd.c | 39 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()
|
D | hid-lg2ff.c | 31 struct hid_report *report; 64 struct hid_report *report; in lg2ff_init()
|
D | hid-dr.c | 40 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()
|
D | hid-picolcd_backlight.c | 36 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()
|
D | hid-zpff.c | 34 struct hid_report *report; 68 struct hid_report *report; in zpff_init()
|
D | hid-google-hammer.c | 98 struct hid_report *report; in hammer_input_configured() 103 report = list_first_entry(report_list, struct hid_report, list); in hammer_input_configured()
|
D | hid-picolcd_cir.c | 44 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()
|
D | hid-holtekff.c | 138 struct hid_report *report; in holtekff_init() 157 report = list_entry(report_list->next, struct hid_report, list); in holtekff_init()
|
D | hid-core.c | 60 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 …]
|
D | hid-sensor-hub.c | 69 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()
|
D | hid-rmi.c | 369 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/ |
D | hiddev.h | 50 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()
|
D | hid.h | 472 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 …]
|