| /Linux-v5.4/tools/perf/ | 
| D | builtin-report.c | 70 struct report {  struct71 	struct perf_tool	tool;
 72 	struct perf_session	*session;
 73 	struct evswitch		evswitch;
 74 	bool			use_tui, use_gtk, use_stdio;
 75 	bool			show_full_info;
 76 	bool			show_threads;
 77 	bool			inverted_callchain;
 78 	bool			mem_mode;
 79 	bool			stats_mode;
 [all …]
 
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-picolcd_core.c | 56 	struct hid_report *report = NULL;  in picolcd_report()  local73 	struct hid_report *report = picolcd_out_report(report_id, hdev);  in picolcd_send_and_wait()  local
 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()  local
 268 	struct hid_report *report = NULL;  in picolcd_operation_mode_store()  local
 328 		struct hid_report *report, u8 *raw_data, int size)  in picolcd_raw_event()
 409 		struct hid_report *report)  in picolcd_init_keys()
 
 | 
| D | hid-cp2112.c | 73 	u8 report;		/* CP2112_SMBUS_CONFIG */  member84 	u8 report;	/* CP2112_USB_CONFIG */  member
 97 	u8 report;	/* CP2112_DATA_READ_REQUEST */  member
 103 	u8 report;	/* CP2112_DATA_WRITE_READ_REQUEST */  member
 111 	u8 report;	/* CP2112_DATA_WRITE_REQUEST */  member
 118 	u8 report;	/* CP2112_DATA_READ_FORCE_SEND */  member
 123 	u8 report;	/* CP2112_TRANSFER_STATUS_RESPONSE */  member
 132 	u8 report;		/* CP2112_*_STRING */  member
 406 	struct cp2112_force_read_report report;  in cp2112_read()  local
 439 	struct cp2112_read_req_report *report = buf;  in cp2112_read_req()  local
 [all …]
 
 | 
| D | hid-lg3ff.c | 45 	struct hid_report *report;  member53 	struct hid_report *report = list_entry(report_list->next, struct hid_report, list);  in hid_lg3ff_play()  local
 91 	struct hid_report *report = list_entry(report_list->next, struct hid_report, list);  in hid_lg3ff_set_autocenter()  local
 
 | 
| D | hid-input.c | 91 	struct hid_report *report;  in hidinput_find_key()  local1393 void hidinput_report_event(struct hid_device *hid, struct hid_report *report)  in hidinput_report_event()
 1407 	struct hid_report *report;  in hidinput_find_field()  local
 1424 	struct hid_report *report;  in hidinput_get_led_field()  local
 1444 	struct hid_report *report;  in hidinput_count_leds()  local
 1469 	struct hid_report *report;  in hidinput_led_worker()  local
 1551 		struct hid_report *report, bool use_logical_max)  in __hidinput_change_resolution_multipliers()
 1780 	struct hid_report *report;  in hidinput_cleanup_hidinput()  local
 1804 static struct hid_input *hidinput_match(struct hid_report *report)  in hidinput_match()
 1818 static struct hid_input *hidinput_match_application(struct hid_report *report)  in hidinput_match_application()
 [all …]
 
 | 
| D | hid-axff.c | 28 	struct hid_report *report;  member35 	struct hid_report *report = axff->report;  in axff_play()  local
 65 	struct hid_report *report;  in axff_init()  local
 
 | 
| D | hid-core.c | 62 	struct hid_report *report;  in hid_register_report()  local93 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages, unsigned va…  in hid_register_field()
 239 	struct hid_report *report;  in hid_add_field()  local
 610 static void hid_free_report(struct hid_report *report)  in hid_free_report()
 631 			struct hid_report *report = report_enum->report_id_hash[j];  in hid_close_report()  local
 913 	struct hid_report *report;  in hid_validate_values()  local
 1292 static u32 __extract(u8 *report, unsigned offset, int n)  in __extract()
 1313 u32 hid_field_extract(const struct hid_device *hid, u8 *report,  in hid_field_extract()
 1335 static void __implement(u8 *report, unsigned offset, int n, u32 value)  in __implement()
 1359 static void implement(const struct hid_device *hid, u8 *report,  in implement()
 [all …]
 
 | 
| D | hid-sensor-hub.c | 59 	struct hid_report *report;  in sensor_hub_report()  local194 	struct hid_report *report;  in sensor_hub_set_feature()  local
 237 	struct hid_report *report;  in sensor_hub_get_feature()  local
 294 	struct hid_report *report;  in sensor_hub_input_attr_get_raw_value()  local
 351 	struct hid_report *report;  in hid_sensor_get_usage_index()  local
 378 	struct hid_report *report;  in sensor_hub_input_get_attribute_info()  local
 467 		struct hid_report *report, u8 *raw_data, int size)  in sensor_hub_raw_event()
 
 | 
| D | hid-lg2ff.c | 19 	struct hid_report *report;  member52 	struct hid_report *report;  in lg2ff_init()  local
 
 | 
| D | hid-picolcd.h | 153 		struct hid_device *hdev, struct hid_report *report)  in picolcd_debug_out_report()157 		struct hid_device *hdev, struct hid_report *report,  in picolcd_debug_raw_event()
 212 		struct hid_report *report)  in picolcd_init_backlight()
 239 		struct hid_report *report)  in picolcd_init_lcd()
 262 		struct hid_report *report)  in picolcd_init_leds()
 284 		struct hid_report *report, u8 *raw_data, int size)  in picolcd_raw_cir()
 288 static inline int picolcd_init_cir(struct picolcd_data *data, struct hid_report *report)  in picolcd_init_cir()
 
 | 
| D | hid-picolcd_lcd.c | 29 	struct hid_report *report = picolcd_out_report(REPORT_CONTRAST, data->hdev);  in picolcd_set_contrast()  local55 int picolcd_init_lcd(struct picolcd_data *data, struct hid_report *report)  in picolcd_init_lcd()
 
 | 
| D | hid-emsff.c | 19 	struct hid_report *report;  member49 	struct hid_report *report;  in emsff_init()  local
 
 | 
| D | hid-picolcd_backlight.c | 26 	struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev);  in picolcd_set_brightness()  local53 int picolcd_init_backlight(struct picolcd_data *data, struct hid_report *report)  in picolcd_init_backlight()
 
 | 
| D | hid-picolcd_cir.c | 34 		struct hid_report *report, u8 *raw_data, int size)  in picolcd_raw_cir()95 int picolcd_init_cir(struct picolcd_data *data, struct hid_report *report)  in picolcd_init_cir()
 
 | 
| D | hid-mf.c | 31 	struct hid_report *report;  member65 	struct hid_report *report;  in mf_init()  local
 
 | 
| D | hid-zpff.c | 22 	struct hid_report *report;  member56 	struct hid_report *report;  in zpff_init()  local
 
 | 
| D | hid-betopff.c | 34 	struct hid_report *report;  member58 	struct hid_report *report;  in betopff_init()  local
 
 | 
| D | hid-gaff.c | 26 	struct hid_report *report;  member66 	struct hid_report *report;  in gaff_init()  local
 
 | 
| D | hid-sjoy.c | 26 	struct hid_report *report;  member54 	struct hid_report *report;  in sjoyff_init()  local
 
 | 
| D | hid-picolcd_leds.c | 34 	struct hid_report *report;  in picolcd_leds_set()  local96 int picolcd_init_leds(struct picolcd_data *data, struct hid_report *report)  in picolcd_init_leds()
 
 | 
| /Linux-v5.4/include/net/netfilter/ | 
| D | nf_conntrack_ecache.h | 72 	int report;  member97 						int report)  in nf_conntrack_eventmask_report()
 124 			  u32 portid, int report)  in nf_conntrack_event_report()
 158 	int report;  member
 185 					     int report)  in nf_ct_expect_event_report()
 
 | 
| /Linux-v5.4/drivers/mfd/ | 
| D | si476x-cmd.c | 745 				  struct si476x_rsq_status_report *report)  in si476x_core_cmd_am_rsq_status()793 			     struct si476x_acf_status_report *report)  in si476x_core_cmd_fm_acf_status()
 829 				  struct si476x_acf_status_report *report)  in si476x_core_cmd_am_acf_status()
 906 				  struct si476x_rds_status_report *report)  in si476x_core_cmd_fm_rds_status()
 970 				struct si476x_rds_blockcount_report *report)  in si476x_core_cmd_fm_rds_blockcount()
 1170 					struct si476x_rsq_status_report *report)  in si476x_core_cmd_fm_rsq_status_a10()
 1223 				     struct si476x_rsq_status_report *report)  in si476x_core_cmd_fm_rsq_status_a20()
 1278 					struct si476x_rsq_status_report *report)  in si476x_core_cmd_fm_rsq_status_a30()
 1373 					struct si476x_agc_status_report *report)  in si476x_core_cmd_agc_status_a20()
 1401 					struct si476x_agc_status_report *report)  in si476x_core_cmd_agc_status_a10()
 [all …]
 
 | 
| /Linux-v5.4/drivers/hid/usbhid/ | 
| D | hid-core.c | 337 	struct hid_report *report;  in hid_submit_out()  local367 	struct hid_report *report;  in hid_submit_ctrl()  local
 523 static void __usbhid_submit_report(struct hid_device *hid, struct hid_report *report,  in __usbhid_submit_report()
 632 static void usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char d…  in usbhid_submit_report()
 657 static int hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle)  in hid_set_idle()
 760 	struct hid_report *report;  in usbhid_init_reports()  local
 794 	struct hid_report *report;  in hid_find_field_early()  local
 832 	struct hid_report *report;  in hid_find_max_report()  local
 1271 static int usbhid_idle(struct hid_device *hid, int report, int idle,  in usbhid_idle()
 
 | 
| D | hiddev.c | 61 	struct hid_report *report;  in hiddev_lookup_report()  local112 	struct hid_report *report;  in hiddev_lookup_usage()  local
 186 void hiddev_report_event(struct hid_device *hid, struct hid_report *report)  in hiddev_report_event()
 446 	struct hid_report *report;  in hiddev_ioctl_usage()  local
 612 	struct hid_report *report;  in hiddev_ioctl()  local
 
 | 
| /Linux-v5.4/drivers/media/radio/ | 
| D | radio-si476x.c | 383 	struct si476x_rsq_status_report report;  in si476x_radio_g_tuner()  local661 		struct si476x_rsq_status_report report;  in si476x_radio_g_frequency()  local
 1197 	struct si476x_acf_status_report report;  in si476x_radio_read_acf_blob()  local
 1225 	struct si476x_rds_blockcount_report report;  in si476x_radio_read_rds_blckcnt_blob()  local
 1254 	struct si476x_agc_status_report report;  in si476x_radio_read_agc_blob()  local
 1282 	struct si476x_rsq_status_report report;  in si476x_radio_read_rsq_blob()  local
 1317 	struct si476x_rsq_status_report report;  in si476x_radio_read_rsq_primary_blob()  local
 
 |