/linux-4.1.27/drivers/hid/ |
H A D | hidraw.c | 112 static ssize_t hidraw_send_report(struct file *file, const char __user *buffer, size_t count, unsigned char report_type) hidraw_send_report() argument 192 static ssize_t hidraw_get_report(struct file *file, char __user *buffer, size_t count, unsigned char report_type) hidraw_get_report() argument
|
H A D | hid-input.c | 398 static bool hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field) hidinput_setup_battery() argument 477 static bool hidinput_setup_battery(struct hid_device *dev, unsigned report_type, hidinput_setup_battery() argument
|
H A D | hid-sensor-custom.c | 482 hid_sensor_custom_add_field(struct hid_sensor_custom *sensor_inst, int index, int report_type, struct hid_report *report, struct hid_field *field) hid_sensor_custom_add_field() argument 535 hid_sensor_custom_add_fields(struct hid_sensor_custom *sensor_inst, struct hid_report_enum *report_enum, int report_type) hid_sensor_custom_add_fields() argument
|
H A D | uhid.c | 52 u32 report_type; member in struct:uhid_device 312 uhid_hid_output_raw(struct hid_device *hid, __u8 *buf, size_t count, unsigned char report_type) uhid_hid_output_raw() argument
|
H A D | hid-core.c | 221 static int hid_add_field(struct hid_parser *parser, unsigned report_type, unsigned flags) hid_add_field() argument
|
H A D | hid-cp2112.c | 270 cp2112_hid_get(struct hid_device *hdev, unsigned char report_number, u8 *data, size_t count, unsigned char report_type) cp2112_hid_get() argument 287 cp2112_hid_output(struct hid_device *hdev, u8 *data, size_t count, unsigned char report_type) cp2112_hid_output() argument
|
H A D | hid-logitech-dj.c | 107 u8 report_type; member in struct:dj_report 698 logi_dj_ll_raw_request(struct hid_device *hid, unsigned char reportnum, __u8 *buf, size_t count, unsigned char report_type, int reqtype) logi_dj_ll_raw_request() argument
|
/linux-4.1.27/include/uapi/linux/ |
H A D | hiddev.h | 66 __u32 report_type; member in struct:hiddev_report_info 91 __u32 report_type; member in struct:hiddev_field_info 121 __u32 report_type; member in struct:hiddev_usage_ref
|
/linux-4.1.27/drivers/hid/i2c-hid/ |
H A D | i2c-hid.c | 552 i2c_hid_get_raw_report(struct hid_device *hid, unsigned char report_number, __u8 *buf, size_t count, unsigned char report_type) i2c_hid_get_raw_report() argument 588 i2c_hid_output_raw_report(struct hid_device *hid, __u8 *buf, size_t count, unsigned char report_type, bool use_data) i2c_hid_output_raw_report() argument
|
/linux-4.1.27/drivers/hid/usbhid/ |
H A D | hid-core.c | 853 usbhid_get_raw_report(struct hid_device *hid, unsigned char report_number, __u8 *buf, size_t count, unsigned char report_type) usbhid_get_raw_report() argument
|
H A D | hid-pidff.c | 824 static void pidff_find_reports(struct hid_device *hid, int report_type, pidff_find_reports() argument
|
/linux-4.1.27/net/bluetooth/hidp/ |
H A D | core.c | 227 hidp_get_raw_report(struct hid_device *hid, unsigned char report_number, unsigned char *data, size_t count, unsigned char report_type) hidp_get_raw_report() argument 312 hidp_set_raw_report(struct hid_device *hid, unsigned char reportnum, unsigned char *data, size_t count, unsigned char report_type) hidp_set_raw_report() argument
|
/linux-4.1.27/drivers/input/tablet/ |
H A D | aiptek.c | 872 aiptek_set_report(struct aiptek *aiptek, unsigned char report_type, unsigned char report_id, void *buffer, int size) aiptek_set_report() argument 885 aiptek_get_report(struct aiptek *aiptek, unsigned char report_type, unsigned char report_id, void *buffer, int size) aiptek_get_report() argument
|
/linux-4.1.27/include/linux/ |
H A D | hid.h | 417 unsigned report_type; /* (input,output,feature) */ member in struct:hid_field 626 __u32 report_type; member in struct:hid_report_id
|