Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-core.c61 struct hid_report *report; in hid_register_report() local
87 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages, unsigned va… in hid_register_field()
209 struct hid_report *report; in hid_add_field() local
529 static void hid_free_report(struct hid_report *report) in hid_free_report()
551 struct hid_report *report = report_enum->report_id_hash[j]; in hid_device_release() local
749 static __inline__ __u32 extract(__u8 *report, unsigned offset, unsigned n) in extract()
772 static __inline__ void implement(__u8 *report, unsigned offset, unsigned n, __u32 value) in implement()
817 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report()
964 void hid_output_report(struct hid_report *report, __u8 *data) in hid_output_report()
1007 struct hid_report *report; in hid_get_report() local
[all …]
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
133 struct hid_report *report; in lgff_init() local
Dhid-lg2ff.c32 struct hid_report *report; member
65 struct hid_report *report; in lg2ff_init() local
Dhid-input.c89 struct hid_report *report; in hidinput_find_key() local
657 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event()
668 struct hid_report *report; in hidinput_find_field() local
705 struct hid_report *report; in hidinput_connect() local
Dhid-zpff.c33 struct hid_report *report; member
67 struct hid_report *report; in zpff_init() local
Dhid-gaff.c37 struct hid_report *report; member
77 struct hid_report *report; in gaff_init() local
Dhid-pl.c48 struct hid_report *report; member
76 struct hid_report *report; in plff_init() local
Dhid-tmff.c52 struct hid_report *report; member
126 struct hid_report *report; in tmff_init() local
Dhid-debug.c468 struct hid_report *report; in hid_dump_device() local
Dhidraw.c47 char *report; in hidraw_read() local
/drivers/hid/usbhid/
Dhid-core.c235 struct hid_report *report; in hid_submit_out() local
259 struct hid_report *report; in hid_submit_ctrl() local
408 void usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir) in usbhid_submit_report()
513 static int hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle) in hid_set_idle()
569 struct hid_report *report; in usbhid_init_reports() local
600 struct hid_report *report; in hid_find_field_early() local
639 struct hid_report *report; in hid_find_max_report() local
Dhiddev.c84 struct hid_report *report; in hiddev_lookup_report() local
135 struct hid_report *report; in hiddev_lookup_usage() local
209 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event()
436 struct hid_report *report; in hiddev_ioctl_usage() local
590 struct hid_report *report; in hiddev_ioctl() local
Dhid-pidff.c763 struct hid_report *report, int count, int strict) in pidff_find_fields()
819 struct hid_report *report; in pidff_find_reports() local
874 static struct hid_field *pidff_find_special_field(struct hid_report *report, in pidff_find_special_field()
1062 #define PIDFF_FIND_FIELDS(name, report, strict) \ argument
/drivers/net/wireless/iwlwifi/
Diwl-spectrum.c181 struct iwl_spectrum_notification *report = &(pkt->u.spectrum_notif); in iwl_rx_spectrum_measure_notif() local
Diwl3945-base.c3023 struct iwl3945_spectrum_notification *report = &(pkt->u.spectrum_notif); in iwl3945_rx_spectrum_measure_notif() local
/drivers/media/video/saa7134/
Dsaa7134-core.c477 unsigned long report, unsigned long status) in print_irqstatus()
501 unsigned long report,status; in saa7134_irq() local
1074 u32 report = saa_readl(SAA7134_IRQ_REPORT); in saa7134_finidev() local
Dsaa7134-alsa.c214 unsigned long report, status; in saa7134_alsa_irq() local
/drivers/input/misc/
Dgpio_axis.c60 static void gpio_event_update_axis(struct gpio_axis_state *as, int report) in gpio_event_update_axis()
/drivers/input/tablet/
Dgtco.c202 static void parse_hid_report_descriptor(struct gtco *device, char * report, in parse_hid_report_descriptor()
832 char *report; in gtco_probe() local
Dwacom_sys.c274 unsigned char *report; in wacom_parse_hid() local
/drivers/net/wireless/b43/
Dxmit.c703 struct ieee80211_tx_info *report, in b43_fill_txstatus_report()
/drivers/media/radio/
Dradio-si470x.c491 unsigned char *report = (unsigned char *) buf; in si470x_get_report() local
514 unsigned char *report = (unsigned char *) buf; in si470x_set_report() local
/drivers/net/skfp/
Dsmt.c825 static void update_dac(struct s_smc *smc, int report) in update_dac()