| /kernel/linux/linux-5.10/tools/perf/ |
| D | builtin-report.c | 70 struct report { struct 71 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 …]
|
| /kernel/linux/linux-4.19/tools/perf/ |
| D | builtin-report.c | 57 struct report { struct 58 struct perf_tool tool; 59 struct perf_session *session; 60 bool use_tui, use_gtk, use_stdio; 61 bool show_full_info; 62 bool show_threads; 63 bool inverted_callchain; 64 bool mem_mode; 65 bool stats_mode; 66 bool tasks_mode; [all …]
|
| /kernel/linux/linux-4.19/drivers/hid/ |
| D | hid-picolcd_core.c | 65 struct hid_report *report = NULL; in picolcd_report() local 82 struct hid_report *report = picolcd_out_report(report_id, hdev); in picolcd_send_and_wait() local 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() local 277 struct hid_report *report = NULL; in picolcd_operation_mode_store() local 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-lg3ff.c | 57 struct hid_report *report; member 65 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play() local 103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter() local
|
| D | hid-cp2112.c | 80 u8 report; /* CP2112_SMBUS_CONFIG */ member 91 u8 report; /* CP2112_USB_CONFIG */ member 104 u8 report; /* CP2112_DATA_READ_REQUEST */ member 110 u8 report; /* CP2112_DATA_WRITE_READ_REQUEST */ member 118 u8 report; /* CP2112_DATA_WRITE_REQUEST */ member 125 u8 report; /* CP2112_DATA_READ_FORCE_SEND */ member 130 u8 report; /* CP2112_TRANSFER_STATUS_RESPONSE */ member 139 u8 report; /* CP2112_*_STRING */ member 413 struct cp2112_force_read_report report; in cp2112_read() local 446 struct cp2112_read_req_report *report = buf; in cp2112_read_req() local [all …]
|
| D | hid-core.c | 65 struct hid_report *report; in hid_register_report() local 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() local 654 static void hid_free_report(struct hid_report *report) in hid_free_report() 675 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report() local 961 struct hid_report *report; in hid_validate_values() local 1169 static u32 __extract(u8 *report, unsigned offset, int n) in __extract() 1190 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract() 1212 static void __implement(u8 *report, unsigned offset, int n, u32 value) in __implement() 1236 static void implement(const struct hid_device *hid, u8 *report, in implement() [all …]
|
| D | hid-axff.c | 40 struct hid_report *report; member 47 struct hid_report *report = axff->report; in axff_play() local 77 struct hid_report *report; in axff_init() local
|
| D | hid-input.c | 103 struct hid_report *report; in hidinput_find_key() local 1360 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event() 1374 struct hid_report *report; in hidinput_find_field() local 1391 struct hid_report *report; in hidinput_get_led_field() local 1411 struct hid_report *report; in hidinput_count_leds() local 1436 struct hid_report *report; in hidinput_led_worker() local 1670 struct hid_report *report; in hidinput_cleanup_hidinput() local 1694 static struct hid_input *hidinput_match(struct hid_report *report) in hidinput_match() 1708 static struct hid_input *hidinput_match_application(struct hid_report *report) in hidinput_match_application() 1722 struct hid_report *report) in hidinput_configure_usages() [all …]
|
| D | hid-sensor-hub.c | 72 struct hid_report *report; in sensor_hub_report() local 207 struct hid_report *report; in sensor_hub_set_feature() local 250 struct hid_report *report; in sensor_hub_get_feature() local 307 struct hid_report *report; in sensor_hub_input_attr_get_raw_value() local 364 struct hid_report *report; in hid_sensor_get_usage_index() local 391 struct hid_report *report; in sensor_hub_input_get_attribute_info() local 480 struct hid_report *report, u8 *raw_data, int size) in sensor_hub_raw_event()
|
| D | hid-lg2ff.c | 31 struct hid_report *report; member 64 struct hid_report *report; in lg2ff_init() local
|
| D | hid-picolcd.h | 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() 222 struct hid_report *report) in picolcd_init_backlight() 249 struct hid_report *report) in picolcd_init_lcd() 272 struct hid_report *report) in picolcd_init_leds() 294 struct hid_report *report, u8 *raw_data, int size) in picolcd_raw_cir() 298 static inline int picolcd_init_cir(struct picolcd_data *data, struct hid_report *report) in picolcd_init_cir()
|
| D | hid-picolcd_lcd.c | 39 struct hid_report *report = picolcd_out_report(REPORT_CONTRAST, data->hdev); in picolcd_set_contrast() local 65 int picolcd_init_lcd(struct picolcd_data *data, struct hid_report *report) in picolcd_init_lcd()
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-picolcd_core.c | 56 struct hid_report *report = NULL; in picolcd_report() local 73 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-lg3ff.c | 45 struct hid_report *report; member 53 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-cp2112.c | 73 u8 report; /* CP2112_SMBUS_CONFIG */ member 84 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 407 struct cp2112_force_read_report report; in cp2112_read() local 440 struct cp2112_read_req_report *report = buf; in cp2112_read_req() local [all …]
|
| D | hid-input.c | 91 struct hid_report *report; in hidinput_find_key() local 1411 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event() 1425 struct hid_report *report; in hidinput_find_field() local 1442 struct hid_report *report; in hidinput_get_led_field() local 1462 struct hid_report *report; in hidinput_count_leds() local 1487 struct hid_report *report; in hidinput_led_worker() local 1569 struct hid_report *report, bool use_logical_max) in __hidinput_change_resolution_multipliers() 1808 struct hid_report *report; in hidinput_cleanup_hidinput() local 1832 static struct hid_input *hidinput_match(struct hid_report *report) in hidinput_match() 1846 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; member 35 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() local 93 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() local 655 static void hid_free_report(struct hid_report *report) in hid_free_report() 676 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report() local 969 struct hid_report *report; in hid_validate_values() local 1351 static u32 __extract(u8 *report, unsigned offset, int n) in __extract() 1372 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract() 1394 static void __implement(u8 *report, unsigned offset, int n, u32 value) in __implement() 1418 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() local 194 struct hid_report *report; in sensor_hub_set_feature() local 242 struct hid_report *report; in sensor_hub_get_feature() local 299 struct hid_report *report; in sensor_hub_input_attr_get_raw_value() local 356 struct hid_report *report; in hid_sensor_get_usage_index() local 383 struct hid_report *report; in sensor_hub_input_get_attribute_info() local 472 struct hid_report *report, u8 *raw_data, int size) in sensor_hub_raw_event()
|
| D | hid-lg2ff.c | 19 struct hid_report *report; member 52 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()
|
| /kernel/linux/linux-4.19/include/net/netfilter/ |
| D | nf_conntrack_ecache.h | 71 int report; member 105 u32 portid, int report) in nf_conntrack_event_report() 129 int report; member 172 int report) { return 0; } in nf_conntrack_eventmask_report() 178 int report) { return 0; } in nf_conntrack_event_report() 183 int report) {} in nf_ct_expect_event_report()
|
| /kernel/linux/linux-5.10/include/net/netfilter/ |
| D | nf_conntrack_ecache.h | 72 int report; member 97 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()
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | si476x-cmd.c | 741 struct si476x_rsq_status_report *report) in si476x_core_cmd_am_rsq_status() 789 struct si476x_acf_status_report *report) in si476x_core_cmd_fm_acf_status() 825 struct si476x_acf_status_report *report) in si476x_core_cmd_am_acf_status() 904 struct si476x_rds_status_report *report) in si476x_core_cmd_fm_rds_status() 968 struct si476x_rds_blockcount_report *report) in si476x_core_cmd_fm_rds_blockcount() 1168 struct si476x_rsq_status_report *report) in si476x_core_cmd_fm_rsq_status_a10() 1221 struct si476x_rsq_status_report *report) in si476x_core_cmd_fm_rsq_status_a20() 1276 struct si476x_rsq_status_report *report) in si476x_core_cmd_fm_rsq_status_a30() 1371 struct si476x_agc_status_report *report) in si476x_core_cmd_agc_status_a20() 1399 struct si476x_agc_status_report *report) in si476x_core_cmd_agc_status_a10() [all …]
|
| /kernel/linux/linux-4.19/drivers/mfd/ |
| D | si476x-cmd.c | 754 struct si476x_rsq_status_report *report) in si476x_core_cmd_am_rsq_status() 802 struct si476x_acf_status_report *report) in si476x_core_cmd_fm_acf_status() 838 struct si476x_acf_status_report *report) in si476x_core_cmd_am_acf_status() 915 struct si476x_rds_status_report *report) in si476x_core_cmd_fm_rds_status() 979 struct si476x_rds_blockcount_report *report) in si476x_core_cmd_fm_rds_blockcount() 1179 struct si476x_rsq_status_report *report) in si476x_core_cmd_fm_rsq_status_a10() 1232 struct si476x_rsq_status_report *report) in si476x_core_cmd_fm_rsq_status_a20() 1287 struct si476x_rsq_status_report *report) in si476x_core_cmd_fm_rsq_status_a30() 1382 struct si476x_agc_status_report *report) in si476x_core_cmd_agc_status_a20() 1410 struct si476x_agc_status_report *report) in si476x_core_cmd_agc_status_a10() [all …]
|