/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-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 1432 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event() 1446 struct hid_report *report; in hidinput_find_field() local 1463 struct hid_report *report; in hidinput_get_led_field() local 1483 struct hid_report *report; in hidinput_count_leds() local 1508 struct hid_report *report; in hidinput_led_worker() local 1590 struct hid_report *report, bool use_logical_max) in __hidinput_change_resolution_multipliers() 1829 struct hid_report *report; in hidinput_cleanup_hidinput() local 1853 static struct hid_input *hidinput_match(struct hid_report *report) in hidinput_match() 1867 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 659 static void hid_free_report(struct hid_report *report) in hid_free_report() 680 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report() local 973 struct hid_report *report; in hid_validate_values() local 1361 static u32 __extract(u8 *report, unsigned offset, int n) in __extract() 1382 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract() 1404 static void __implement(u8 *report, unsigned offset, int n, u32 value) in __implement() 1428 static void implement(const struct hid_device *hid, u8 *report, in implement() [all …]
|
D | hid-lg2ff.c | 19 struct hid_report *report; member 52 struct hid_report *report; in lg2ff_init() local
|
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-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() local 55 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; member 49 struct hid_report *report; in emsff_init() local
|
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-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()
|
D | hid-mf.c | 31 struct hid_report *report; member 65 struct hid_report *report; in mf_init() local
|
D | hid-betopff.c | 34 struct hid_report *report; member 58 struct hid_report *report; in betopff_init() local
|
D | hid-zpff.c | 22 struct hid_report *report; member 56 struct hid_report *report; in zpff_init() local
|
D | hid-gaff.c | 26 struct hid_report *report; member 66 struct hid_report *report; in gaff_init() local
|
D | hid-sjoy.c | 26 struct hid_report *report; member 54 struct hid_report *report; in sjoyff_init() local
|
D | hid-picolcd_leds.c | 34 struct hid_report *report; in picolcd_leds_set() local 96 int picolcd_init_leds(struct picolcd_data *data, struct hid_report *report) in picolcd_init_leds()
|
D | hid-pl.c | 41 struct hid_report *report; member 72 struct hid_report *report; in plff_init() local
|
/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-5.10/drivers/hid/usbhid/ |
D | hid-core.c | 337 struct hid_report *report; in hid_submit_out() local 367 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() 771 struct hid_report *report; in usbhid_init_reports() local 805 struct hid_report *report; in hid_find_field_early() local 843 struct hid_report *report; in hid_find_max_report() local 1302 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() local 112 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() 433 struct hid_report *report; in hiddev_ioctl_usage() local 603 struct hid_report *report; in hiddev_ioctl() local
|