/openbmc/linux/tools/perf/ |
H A D | builtin-report.c | 74 struct report { struct 79 bool use_tui; 82 bool use_gtk; 84 bool use_stdio; 88 bool mem_mode; 89 bool stats_mode; 90 bool tasks_mode; 91 bool mmaps_mode; 92 bool header; 117 struct block_report *block_reports; argument [all …]
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | plot.py | 83 def _find_start_time(self, report): argument 91 def _get_guest_max_value(self, report): argument 98 def _get_qemu_max_value(self, report): argument 118 def _get_total_guest_cpu_graph(self, report, starttime): argument 150 def _get_split_guest_cpu_graphs(self, report, starttime): argument 194 def _get_migration_iters_graph(self, report, starttime): argument 215 def _get_qemu_cpu_graph(self, report, starttime): argument 265 def _get_vcpu_cpu_graphs(self, report, starttime): argument 326 def _generate_chart_report(self, report): argument 348 def _generate_annotations(self, report): argument
|
/openbmc/linux/drivers/hid/ |
H A 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() 408 struct hid_report *report) in picolcd_init_keys()
|
H A D | hid-input.c | 137 struct hid_report *report; in hidinput_find_key() local 1514 struct hid_report *report = field->report; in hidinput_hid_event() local 1743 struct hid_report *report; in hidinput_find_field() local 1759 struct hid_report *report; in hidinput_get_led_field() local 1779 struct hid_report *report; in hidinput_count_leds() local 1804 struct hid_report *report; in hidinput_led_worker() local 1886 struct hid_report *report, bool use_logical_max) in __hidinput_change_resolution_multipliers() 2135 struct hid_report *report; in hidinput_cleanup_hidinput() local 2159 static struct hid_input *hidinput_match(struct hid_report *report) in hidinput_match() 2197 struct hid_report *report) in hidinput_configure_usages() [all …]
|
H A 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
|
H A D | hid-core.c | 57 struct hid_report *report; in hid_register_report() local 257 struct hid_report *report; in hid_add_field() local 657 static void hid_free_report(struct hid_report *report) in hid_free_report() 981 struct hid_report *report; in hid_validate_values() local 1668 struct hid_report *report, in hid_process_report() 1726 struct hid_report *report, in __hid_insert_field_entry() 1756 struct hid_report *report) in hid_report_process_ordering() 1808 struct hid_report *report; in hid_process_ordering() local 1918 struct hid_report *report; in hid_get_report() local 1974 struct hid_report *report; in hid_report_raw_event() local [all …]
|
H A D | hid-cp2112.c | 75 u8 report; /* CP2112_SMBUS_CONFIG */ member 86 u8 report; /* CP2112_USB_CONFIG */ member 99 u8 report; /* CP2112_DATA_READ_REQUEST */ member 105 u8 report; /* CP2112_DATA_WRITE_READ_REQUEST */ member 113 u8 report; /* CP2112_DATA_WRITE_REQUEST */ member 120 u8 report; /* CP2112_DATA_READ_FORCE_SEND */ member 409 struct cp2112_force_read_report report; in cp2112_read() local 442 struct cp2112_read_req_report *report = buf; in cp2112_read_req() local 474 struct cp2112_write_req_report *report = buf; in cp2112_write_req() local 951 struct cp2112_string_report report; in pstr_store() local [all …]
|
H A 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
|
H A D | hid-ft260.c | 140 u8 report; /* FT260_CHIP_VERSION */ member 146 u8 report; /* FT260_SYSTEM_SETTINGS */ member 168 u8 report; /* FT260_I2C_STATUS */ member 177 u8 report; /* FT260_SYSTEM_SETTINGS */ member 183 u8 report; /* FT260_SYSTEM_SETTINGS */ member 189 u8 report; /* FT260_SYSTEM_SETTINGS */ member 196 u8 report; /* FT260_SYSTEM_SETTINGS */ member 201 u8 report; /* FT260_SYSTEM_SETTINGS */ member 209 u8 report; /* FT260_I2C_REPORT */ member 217 u8 report; /* FT260_I2C_READ_REQ */ member [all …]
|
H A D | hid-sensor-hub.c | 58 struct hid_report *report; in sensor_hub_report() local 193 struct hid_report *report; in sensor_hub_set_feature() local 241 struct hid_report *report; in sensor_hub_get_feature() local 298 struct hid_report *report; in sensor_hub_input_attr_get_raw_value() local 355 struct hid_report *report; in hid_sensor_get_usage_index() local 382 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()
|
H A D | hid-lg2ff.c | 19 struct hid_report *report; member 52 struct hid_report *report; in lg2ff_init() local
|
H A 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()
|
H A D | hid-picolcd_lcd.c | 29 struct hid_report *report = picolcd_out_report(REPORT_CONTRAST, data->hdev); in picolcd_set_contrast() local 55 int picolcd_init_lcd(struct picolcd_data *data, struct hid_report *report) in picolcd_init_lcd()
|
H A D | hid-emsff.c | 19 struct hid_report *report; member 49 struct hid_report *report; in emsff_init() local
|
H A D | hid-picolcd_backlight.c | 26 struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev); in picolcd_set_brightness() local 53 int picolcd_init_backlight(struct picolcd_data *data, struct hid_report *report) in picolcd_init_backlight()
|
H A 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()
|
H A D | hid-zpff.c | 22 struct hid_report *report; member 56 struct hid_report *report; in zpff_init() local
|
H A D | hid-mf.c | 31 struct hid_report *report; member 65 struct hid_report *report; in mf_init() local
|
H A D | hid-megaworld.c | 19 struct hid_report *report; member 41 struct hid_report *report; in mwctrl_init() local
|
H A D | hid-betopff.c | 34 struct hid_report *report; member 58 struct hid_report *report; in betopff_init() local
|
H A D | hid-sjoy.c | 26 struct hid_report *report; member 54 struct hid_report *report; in sjoyff_init() local
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_ecache.h | 54 int report; member 60 int report; member 86 int report) in nf_conntrack_eventmask_report() 117 u32 portid, int report) in nf_conntrack_event_report() 157 int report) in nf_ct_expect_event_report()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | reporting-issues.rst | 1100 Things each report should mention 1154 Things that might be wise to provide 1201 The important part: the head of your report 1225 Special handling for high priority issues
|
/openbmc/linux/drivers/mfd/ |
H A 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() 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() 1511 struct si476x_rsq_status_report *report) in si476x_core_cmd_fm_rsq_status() [all …]
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hid-core.c | 337 struct hid_report *report; in hid_submit_out() local 367 struct hid_report *report; in hid_submit_ctrl() local 521 static void __usbhid_submit_report(struct hid_device *hid, struct hid_report *report, in __usbhid_submit_report() 630 static void usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char d… in usbhid_submit_report() 655 static int hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle) in hid_set_idle() 769 struct hid_report *report; in usbhid_init_reports() local 803 struct hid_report *report; in hid_find_field_early() local 841 struct hid_report *report; in hid_find_max_report() local 1300 static int usbhid_idle(struct hid_device *hid, int report, int idle, in usbhid_idle()
|