Home
last modified time | relevance | path

Searched defs:report (Results 1 – 135 of 135) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-report.c42 struct report { struct
65 static int report__config(const char *var, const char *value, void *cb) in report__config() argument
67 struct report *rep = cb; in report__config() argument
597 struct report report = { in cmd_report() local
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_ecache.h63 int report; member
97 int report) in nf_conntrack_eventmask_report()
149 u32 portid, int report) in nf_conntrack_event_report()
163 int report; member
179 int report) in nf_ct_expect_event_report()
240 int report) { return 0; } in nf_conntrack_eventmask_report()
246 int report) { return 0; } in nf_conntrack_event_report()
253 int report) {} in nf_ct_expect_event_report()
Dnfnetlink_queue.h46 u32 portid, u32 report) in nfqnl_attach_expect()
Dnf_tables.h106 bool report; member
/linux-4.1.27/drivers/hid/
Dhid-picolcd_core.c65 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()
Dhid-cp2112.c73 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
356 struct cp2112_force_read_report report; in cp2112_read() local
389 struct cp2112_read_req_report *report = buf; in cp2112_read_req() local
[all …]
Dhid-lg3ff.c57 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
Dhid-axff.c40 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
Dhid-core.c64 struct hid_report *report; in hid_register_report() local
94 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages, unsigned va… in hid_register_field()
223 struct hid_report *report; in hid_add_field() local
561 static void hid_free_report(struct hid_report *report) in hid_free_report()
582 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report() local
862 struct hid_report *report; in hid_validate_values() local
1064 static __u32 extract(const struct hid_device *hid, __u8 *report, in extract()
1088 static void implement(const struct hid_device *hid, __u8 *report, in implement()
1134 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report()
1285 void hid_output_report(struct hid_report *report, __u8 *data) in hid_output_report()
[all …]
Dhid-lg2ff.c31 struct hid_report *report; member
64 struct hid_report *report; in lg2ff_init() local
Dhid-sensor-hub.c71 struct hid_report *report; in sensor_hub_report() local
206 struct hid_report *report; in sensor_hub_set_feature() local
248 struct hid_report *report; in sensor_hub_get_feature() local
289 struct hid_report *report; in sensor_hub_input_attr_get_raw_value() local
340 struct hid_report *report; in hid_sensor_get_usage_index() local
367 struct hid_report *report; in sensor_hub_input_get_attribute_info() local
456 struct hid_report *report, u8 *raw_data, int size) in sensor_hub_raw_event()
Dhid-picolcd_lcd.c39 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()
Dhid-picolcd_cir.c44 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()
Dhid-emsff.c31 struct hid_report *report; member
61 struct hid_report *report; in emsff_init() local
Dhid-picolcd_backlight.c36 struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev); in picolcd_set_brightness() local
63 int picolcd_init_backlight(struct picolcd_data *data, struct hid_report *report) in picolcd_init_backlight()
Dhid-picolcd.h163 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()
Dhid-input.c103 struct hid_report *report; in hidinput_find_key() local
1172 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event()
1186 struct hid_report *report; in hidinput_find_field() local
1203 struct hid_report *report; in hidinput_get_led_field() local
1223 struct hid_report *report; in hidinput_count_leds() local
1248 struct hid_report *report; in hidinput_led_worker() local
1423 struct hid_report *report; in hidinput_cleanup_hidinput() local
1455 struct hid_report *report; in hidinput_connect() local
Dhid-zpff.c34 struct hid_report *report; member
68 struct hid_report *report; in zpff_init() local
Dhid-sjoy.c38 struct hid_report *report; member
66 struct hid_report *report; in sjoyff_init() local
Dhid-betopff.c37 struct hid_report *report; member
61 struct hid_report *report; in betopff_init() local
Dhid-gaff.c39 struct hid_report *report; member
79 struct hid_report *report; in gaff_init() local
Dhid-picolcd_leds.c44 struct hid_report *report; in picolcd_leds_set() local
106 int picolcd_init_leds(struct picolcd_data *data, struct hid_report *report) in picolcd_init_leds()
Dhid-dr.c40 struct hid_report *report; member
89 struct hid_report *report; in drff_init() local
Dhid-lgff.c73 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_play() local
115 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_set_autocenter() local
Dhid-pl.c53 struct hid_report *report; member
84 struct hid_report *report; in plff_init() local
Dhid-tmff.c53 struct hid_report *report; member
127 struct hid_report *report; in tmff_init() local
Dhid-primax.c25 static int px_raw_event(struct hid_device *hid, struct hid_report *report, in px_raw_event()
Dhid-lg4ff.c301 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_play() local
346 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_set_autocenter_default() local
423 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_set_autocenter_ffex() local
442 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_set_range_g25() local
462 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_set_range_dfp() local
573 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in lg4ff_switch_compatibility_mode() local
824 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in lg4ff_set_leds() local
Dhid-logitech-dj.c588 struct hid_report *report; in logi_dj_recv_send_report() local
832 struct hid_report *report, u8 *data, in logi_dj_dj_event()
902 struct hid_report *report, u8 *data, in logi_dj_hidpp_event()
958 struct hid_report *report, u8 *data, in logi_dj_raw_event()
Dhid-roccat.c81 struct roccat_report *report; in roccat_read() local
254 struct roccat_report *report; in roccat_report_event() local
Dhid-waltop.c691 static int waltop_raw_event(struct hid_device *hdev, struct hid_report *report, in waltop_raw_event()
Dhid-kye.c503 struct hid_report *report; in kye_tablet_enable() local
Dhid-zydacron.c112 static int zc_raw_event(struct hid_device *hdev, struct hid_report *report, in zc_raw_event()
Dhid-saitek.c98 struct hid_report *report, u8 *raw_data, int size) in saitek_raw_event()
Dhid-holtekff.c142 struct hid_report *report; in holtekff_init() local
Dhid-roccat-savu.c170 struct hid_report *report, u8 *data, int size) in savu_raw_event()
Dhid-picolcd_debugfs.c395 struct hid_device *hdev, struct hid_report *report) in picolcd_debug_out_report()
652 struct hid_device *hdev, struct hid_report *report, in picolcd_debug_raw_event()
Dhid-roccat-ryos.c180 struct hid_report *report, u8 *data, int size) in ryos_raw_event()
Dhid-magicmouse.c281 struct hid_report *report, u8 *data, int size) in magicmouse_raw_event()
494 struct hid_report *report; in magicmouse_probe() local
Dhid-debug.c632 struct hid_report *report; in hid_dump_device() local
1029 struct hid_report *report; in hid_dump_input_mapping() local
Dhid-ntrig.c115 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT]. in ntrig_get_mode() local
129 struct hid_report *report; in ntrig_set_mode() local
899 struct hid_report *report; in ntrig_probe() local
Dhid-lenovo.c268 struct hid_report *report, u8 *data, int size) in lenovo_raw_event()
289 struct hid_report *report; in lenovo_features_set_tpkbd() local
550 struct hid_report *report; in lenovo_led_brightness_set_tpkbd() local
Dhid-roccat-konepure.c172 struct hid_report *report, u8 *data, int size) in konepure_raw_event()
Dhid-prodikeys.c279 struct hid_report *report; in pcmidi_get_output_report() local
304 struct hid_report *report = pm->pcmidi_report6; in pcmidi_submit_output_report() local
775 static int pk_raw_event(struct hid_device *hdev, struct hid_report *report, in pk_raw_event()
Dhid-steelseries.c115 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in steelseries_srws1_set_leds() local
Dhid-sony.c1035 static int sony_raw_event(struct hid_device *hdev, struct hid_report *report, in sony_raw_event()
1174 static const __u8 report[] = { 0xf4, 0x42, 0x03, 0x00, 0x00 }; in sixaxis_set_operational_bt() local
1261 struct hid_report *report = list_entry(report_list->next, in buzz_set_leds() local
1536 struct sixaxis_output_report *report = in sixaxis_state_worker() local
Dhid-logitech-hidpp.c295 static inline bool hidpp_report_is_connect_event(struct hidpp_report *report) in hidpp_report_is_connect_event()
829 struct hidpp_report *report = (struct hidpp_report *)data; in wtp_raw_event() local
970 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_raw_hidpp_event() local
1008 static int hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, in hidpp_raw_event()
Dhid-elo.c73 static int elo_raw_event(struct hid_device *hdev, struct hid_report *report, in elo_raw_event()
Dhid-appleir.c190 static int appleir_raw_event(struct hid_device *hid, struct hid_report *report, in appleir_raw_event()
Dhid-rmi.c187 static int rmi_write_report(struct hid_device *hdev, u8 *report, int len) in rmi_write_report()
492 struct hid_report *report, u8 *data, int size) in rmi_raw_event()
1138 unsigned id, struct hid_report **report) in rmi_check_valid_report_id()
Dhid-sensor-custom.c484 struct hid_report *report, in hid_sensor_custom_add_field()
541 struct hid_report *report; in hid_sensor_custom_add_fields() local
Dhid-uclogic.c929 static int uclogic_raw_event(struct hid_device *hdev, struct hid_report *report, in uclogic_raw_event()
Dhid-roccat-isku.c401 struct hid_report *report, u8 *data, int size) in isku_raw_event()
Dhid-picolcd_fb.c197 struct hid_report *report = picolcd_out_report(REPORT_LCD_CMD, data->hdev); in picolcd_fb_reset() local
Dwacom_sys.c56 static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report, in wacom_raw_event()
1385 struct hid_report *report; in wacom_compute_pktlen() local
Dhid-multitouch.c705 static void mt_touch_report(struct hid_device *hid, struct hid_report *report) in mt_touch_report()
834 static void mt_report(struct hid_device *hid, struct hid_report *report) in mt_report()
Dhid-roccat-arvo.c406 struct hid_report *report, u8 *data, int size) in arvo_raw_event()
Dwacom_wac.c1438 struct hid_report *report) in wacom_wac_pen_report()
1564 struct hid_report *report) in wacom_wac_finger_report()
1614 void wacom_wac_report(struct hid_device *hdev, struct hid_report *report) in wacom_wac_report()
Dhid-roccat-koneplus.c515 struct hid_report *report, u8 *data, int size) in koneplus_raw_event()
Dhid-roccat-pyra.c549 static int pyra_raw_event(struct hid_device *hdev, struct hid_report *report, in pyra_raw_event()
Dhid-roccat-kovaplus.c604 struct hid_report *report, u8 *data, int size) in kovaplus_raw_event()
Dhid-roccat-kone.c835 static int kone_raw_event(struct hid_device *hdev, struct hid_report *report, in kone_raw_event()
Dhid-wiimote-core.c1610 static int wiimote_hid_event(struct hid_device *hdev, struct hid_report *report, in wiimote_hid_event()
/linux-4.1.27/drivers/mfd/
Dsi476x-cmd.c754 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 …]
Dsi476x-i2c.c375 struct si476x_rds_status_report report; in si476x_core_drain_rds_fifo() local
/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c335 struct hid_report *report; in hid_submit_out() local
365 struct hid_report *report; in hid_submit_ctrl() local
520 static void __usbhid_submit_report(struct hid_device *hid, struct hid_report *report, in __usbhid_submit_report()
629 static void usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char d… in usbhid_submit_report()
654 static int hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle) in hid_set_idle()
751 struct hid_report *report; in usbhid_init_reports() local
787 struct hid_report *report; in hid_find_field_early() local
825 struct hid_report *report; in hid_find_max_report() local
1239 static int usbhid_idle(struct hid_device *hid, int report, int idle, in usbhid_idle()
Dhiddev.c82 struct hid_report *report; in hiddev_lookup_report() local
133 struct hid_report *report; in hiddev_lookup_usage() local
207 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event()
455 struct hid_report *report; in hiddev_ioctl_usage() local
605 struct hid_report *report; in hiddev_ioctl() local
Dhid-pidff.c771 struct hid_report *report, int count, int strict) in pidff_find_fields()
827 struct hid_report *report; in pidff_find_reports() local
883 static struct hid_field *pidff_find_special_field(struct hid_report *report, in pidff_find_special_field()
1067 #define PIDFF_FIND_FIELDS(name, report, strict) \ argument
/linux-4.1.27/drivers/media/radio/
Dradio-si476x.c401 struct si476x_rsq_status_report report; in si476x_radio_g_tuner() local
679 struct si476x_rsq_status_report report; in si476x_radio_g_frequency() local
1217 struct si476x_acf_status_report report; in si476x_radio_read_acf_blob() local
1245 struct si476x_rds_blockcount_report report; in si476x_radio_read_rds_blckcnt_blob() local
1274 struct si476x_agc_status_report report; in si476x_radio_read_agc_blob() local
1302 struct si476x_rsq_status_report report; in si476x_radio_read_rsq_blob() local
1337 struct si476x_rsq_status_report report; in si476x_radio_read_rsq_primary_blob() local
/linux-4.1.27/drivers/input/touchscreen/
Dpixcir_i2c_ts.c55 struct pixcir_report_data *report) in pixcir_ts_parse()
109 struct pixcir_report_data *report) in pixcir_ts_report()
165 struct pixcir_report_data report; in pixcir_ts_isr() local
/linux-4.1.27/include/linux/
Dhiddev.h53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event()
Dhid.h425 struct hid_report *report; /* associated report */ member
459 struct hid_report *report; member
464 struct hid_report *report; member
478 struct hid_report *report; member
690 void (*report)(struct hid_device *hdev, struct hid_report *report); member
1012 struct hid_report *report, int reqtype) in hid_hw_request()
1074 static inline int hid_hw_idle(struct hid_device *hdev, int report, int idle, in hid_hw_idle()
1099 static inline int hid_report_len(struct hid_report *report) in hid_report_len()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c26 uint64_t overhead, bool report) in do_count_loop()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c30 u64 overhead, bool report) in do_count_loop()
/linux-4.1.27/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl381 sub report() { subroutine
Dtrace-vmscan-postprocess.pl720 sub report() { subroutine
/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_ct.c101 u32 portid, u32 report) in nfqnl_attach_expect()
Dnf_conntrack_expect.c44 u32 portid, int report) in nf_ct_unlink_expect_report()
439 u32 portid, int report) in nf_ct_expect_related_report()
Dnf_conntrack_core.c355 bool nf_ct_delete(struct nf_conn *ct, u32 portid, int report) in nf_ct_delete()
1395 void *data, u32 portid, int report) in nf_ct_iterate_cleanup()
Dnf_conntrack_netlink.c1033 u32 portid, int report) in ctnetlink_flush_conntrack()
2231 u32 portid, u32 report) in ctnetlink_nfqueue_attach_expect()
2942 u_int8_t u3, u32 portid, int report) in ctnetlink_create_expect()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188e_rxdesc.c79 struct recv_stat report; in update_recvframe_attrib_88e() local
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-core.c495 unsigned long report, unsigned long status) in print_irqstatus()
519 unsigned long report,status; in saa7134_irq() local
1145 u32 report = saa_readl(SAA7134_IRQ_REPORT); in saa7134_finidev() local
Dsaa7134-alsa.c218 unsigned long report, status; in saa7134_alsa_irq() local
/linux-4.1.27/tools/perf/util/
Dusage.c12 static void report(const char *prefix, const char *err, va_list params) in report() function
/linux-4.1.27/sound/soc/codecs/
Dwm8350.c58 int report; member
1248 int report; in wm8350_hp_work() local
1324 struct snd_soc_jack *jack, int report) in wm8350_hp_jack_detect()
1373 int report = 0; in wm8350_mic_handler() local
Dtwl6040.c62 int report; member
283 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_report()
301 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_detect()
Dts3a227e.c150 int report = 0; in ts3a227e_jack_report() local
Dwm8994.c3433 int report; in wm8994_mic_work() local
3525 int report; in wm8958_button_det() local
Drt5670.c503 int val, btn_type, report = jack->status; in rt5670_irq_detection() local
D88pm860x-codec.c1229 int status, shrt, report = 0, mic_report = 0; in pm860x_codec_handler() local
Dwm8996.c2296 int val, reg, report; in wm8996_hpdet_irq() local
/linux-4.1.27/drivers/media/radio/si470x/
Dradio-si470x-usb.c213 unsigned char *report = buf; in si470x_get_report() local
236 unsigned char *report = buf; in si470x_set_report() local
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723au_recv.c141 struct recv_stat_cpu report; in update_recvframe_attrib() local
Dodm_HWConfig.c106 u8 report; in odm_RxPhyStatus92CSeries_Parsing() local
Dusb_ops_linux.c197 struct reportpwrstate_parm report; in InterruptRecognized8723AU() local
/linux-4.1.27/drivers/hid/i2c-hid/
Di2c-hid.c431 static int i2c_hid_get_report_length(struct hid_report *report) in i2c_hid_get_report_length()
437 static void i2c_hid_init_report(struct hid_report *report, u8 *buffer, in i2c_hid_init_report()
472 struct hid_report *report; in i2c_hid_init_reports() local
503 struct hid_report *report; in i2c_hid_find_max_report() local
/linux-4.1.27/drivers/input/tablet/
Dgtco.c200 static void parse_hid_report_descriptor(struct gtco *device, char * report, in parse_hid_report_descriptor()
823 char *report; in gtco_probe() local
/linux-4.1.27/scripts/
Dcheckpatch.pl1637 sub report { subroutine
/linux-4.1.27/sound/soc/
Dsoc-jack.c252 int report; in snd_soc_jack_gpio_detect() local
/linux-4.1.27/fs/fat/
Dmisc.c19 void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __fat_fs_error()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Devent.h110 struct event_debug_report report; member
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Dtrx.c84 u8 report, cck_highpwr; in _rtl92se_query_rxphystatus() local
/linux-4.1.27/drivers/net/wireless/b43/
Dxmit.c881 struct ieee80211_tx_info *report, in b43_fill_txstatus_report()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dtrx.c71 u8 report, cck_highpwr; in _rtl8723e_query_rxphystatus() local
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/
Dtrx.c137 u8 report, cck_highpwr; in _rtl92ce_query_rxphystatus() local
/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.h57 u8 report[0]; member
Dozproto.c301 const u8 *report, u8 len) in oz_add_farewell()
Dozprotocol.h121 u8 report[1]; member
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtc.c227 const struct ath10k_htc_credit_report *report, in ath10k_htc_process_credit_report()
/linux-4.1.27/drivers/input/mouse/
Delan_i2c_smbus.c463 static int elan_smbus_get_report(struct i2c_client *client, u8 *report) in elan_smbus_get_report()
Delan_i2c_i2c.c592 static int elan_i2c_get_report(struct i2c_client *client, u8 *report) in elan_i2c_get_report()
Delan_i2c_core.c814 u8 report[ETP_MAX_REPORT_LEN]; in elan_isr() local
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
Dtrx.c139 u8 report, cck_highpwr; in _rtl92de_query_rxphystatus() local
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c676 static u32 ptys2ethtool_link_modes(u32 eth_proto, enum ethtool_report report) in ptys2ethtool_link_modes()
688 static u32 ethtool2ptys_link_modes(u32 link_modes, enum ethtool_report report) in ethtool2ptys_link_modes()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Drx.c177 struct iwl_spectrum_notification *report = (void *)pkt->data; in iwlagn_rx_spectrum_measure_notif() local
/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_recv.c742 u8 report; in query_rx_phy_status() local
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
Dmac.c798 u8 report, cck_highpwr; in _rtl92c_query_rxphystatus() local
/linux-4.1.27/drivers/extcon/
Dextcon-arizona.c562 int report = ARIZONA_CABLE_HEADPHONE; in arizona_hpdet_irq() local
/linux-4.1.27/arch/x86/kernel/
Dftrace.c543 const char *report = "adding breakpoints"; in ftrace_replace_code() local
/linux-4.1.27/include/crypto/
Dalgapi.h30 int (*report)(struct sk_buff *skb, struct crypto_alg *alg); member
/linux-4.1.27/net/netlink/
Dgenetlink.c1144 int report = 0; in genl_notify() local
Daf_netlink.c2937 unsigned int group, int report, gfp_t flags) in nlmsg_notify()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c857 struct htc_credit_report *report; in htc_process_trailer() local
/linux-4.1.27/drivers/net/fddi/skfp/
Dsmt.c815 static void update_dac(struct s_smc *smc, int report) in update_dac()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1531 u8 report; in rtl8192_query_rxphystatus() local
/linux-4.1.27/tools/vm/
Dslabinfo.c502 static void report(struct slabinfo *s) in report() function
/linux-4.1.27/net/sctp/
Dsm_make_chunk.c1877 struct __sctp_missing report; in sctp_process_missing_param() local
/linux-4.1.27/net/core/
Drtnetlink.c645 int report = 0; in rtnl_notify() local
/linux-4.1.27/include/sound/
Dpcm.h325 const struct snd_pcm_audio_tstamp_report *report) in snd_pcm_pack_audio_tstamp_report()
Dsoc.h662 int report; member
/linux-4.1.27/drivers/regulator/
Dcore.c622 const char *report; in regulator_bypass_show() local
/linux-4.1.27/fs/nfsd/
Dnfs4xdr.c3671 static bool report = true; in nfsd4_do_encode_secinfo() local
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c4030 u8 report; in rtl8192_query_rxphystatus() local
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Dcommon.c2657 struct il_spectrum_notification *report = &(pkt->u.spectrum_notif); in il_hdl_spectrum_measurement() local
/linux-4.1.27/include/net/
Dxfrm.h596 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr); member