/drivers/hid/amd-sfh-hid/ |
D | amd_sfh_hid.h | 23 u8 report_type; member 48 u8 report_type[MAX_HID_DEVICES]; member 77 void hid_amdtp_get_report(struct hid_device *hid, int report_id, int report_type); 80 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type); 81 void amd_sfh_set_report(struct hid_device *hid, int report_id, int report_type);
|
D | amd_sfh_client.c | 22 int report_type) in amd_sfh_set_report() argument 37 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type) in amd_sfh_get_report() argument 54 new->report_type = report_type; in amd_sfh_get_report() 83 node_type = req_node->report_type; in amd_sfh_work() 93 cli_data->report_type[current_index], in amd_sfh_work() 102 cli_data->report_type[current_index], in amd_sfh_work()
|
/drivers/staging/greybus/ |
D | hid.c | 74 static int gb_hid_get_report(struct gb_hid *ghid, u8 report_type, u8 report_id, in gb_hid_get_report() argument 84 request.report_type = report_type; in gb_hid_get_report() 95 static int gb_hid_set_report(struct gb_hid *ghid, u8 report_type, u8 report_id, in gb_hid_set_report() argument 115 request->report_type = report_type; in gb_hid_set_report() 225 unsigned char report_type) in __gb_hid_get_raw_report() argument 230 if (report_type == HID_OUTPUT_REPORT) in __gb_hid_get_raw_report() 233 ret = gb_hid_get_report(ghid, report_type, report_number, buf, count); in __gb_hid_get_raw_report() 241 size_t len, unsigned char report_type) in __gb_hid_output_raw_report() argument 247 if (report_type == HID_INPUT_REPORT) in __gb_hid_output_raw_report() 255 ret = gb_hid_set_report(ghid, report_type, report_id, buf, len); in __gb_hid_output_raw_report()
|
/drivers/hid/usbhid/ |
D | hiddev.c | 64 if (rinfo->report_type < HID_REPORT_TYPE_MIN || in hiddev_lookup_report() 65 rinfo->report_type > HID_REPORT_TYPE_MAX) in hiddev_lookup_report() 69 (rinfo->report_type - HID_REPORT_TYPE_MIN); in hiddev_lookup_report() 116 if (uref->report_type < HID_REPORT_TYPE_MIN || in hiddev_lookup_usage() 117 uref->report_type > HID_REPORT_TYPE_MAX) in hiddev_lookup_usage() 121 (uref->report_type - HID_REPORT_TYPE_MIN); in hiddev_lookup_usage() 169 unsigned type = field->report_type; in hiddev_hid_event() 172 uref.report_type = in hiddev_hid_event() 192 uref.report_type = in hiddev_report_event() 452 rinfo.report_type = uref->report_type; in hiddev_ioctl_usage() [all …]
|
D | hid-pidff.c | 812 static void pidff_find_reports(struct hid_device *hid, int report_type, in pidff_find_reports() argument 819 &hid->report_enum[report_type].report_list, list) { in pidff_find_reports()
|
D | hid-core.c | 871 unsigned char report_type) in usbhid_get_raw_report() argument 892 ((report_type + 1) << 8) | report_number, in usbhid_get_raw_report()
|
/drivers/hid/ |
D | hid-led.c | 77 enum hidled_report_type report_type; member 125 if (ldev->config->report_type == RAW_REQUEST) in hidled_send() 130 else if (ldev->config->report_type == OUTPUT_REPORT) in hidled_send() 149 if (ldev->config->report_type != RAW_REQUEST) in hidled_recv() 259 .report_type = RAW_REQUEST, 362 .report_type = OUTPUT_REPORT, 372 .report_type = RAW_REQUEST, 383 .report_type = RAW_REQUEST, 394 .report_type = RAW_REQUEST, 405 .report_type = OUTPUT_REPORT,
|
D | hid-logitech-dj.c | 128 u8 report_type; member 889 switch (dj_report->report_type) { in logi_dj_recv_queue_notification() 907 if (dj_report->report_type == REPORT_TYPE_NOTIF_DEVICE_UNPAIRED) in logi_dj_recv_queue_notification() 1132 if ((dj_report->report_type > ARRAY_SIZE(hid_reportid_size_map) - 1) || in logi_dj_recv_forward_dj() 1133 (hid_reportid_size_map[dj_report->report_type] == 0)) { in logi_dj_recv_forward_dj() 1134 dbg_hid("invalid report type:%x\n", dj_report->report_type); in logi_dj_recv_forward_dj() 1139 HID_INPUT_REPORT, &dj_report->report_type, in logi_dj_recv_forward_dj() 1140 hid_reportid_size_map[dj_report->report_type], 1)) { in logi_dj_recv_forward_dj() 1250 dj_report->report_type = REPORT_TYPE_CMD_GET_PAIRED_DEVICES; in logi_dj_recv_query_paired_devices() 1272 dj_report->report_type = REPORT_TYPE_CMD_SWITCH; in logi_dj_recv_switch_to_dj_mode() [all …]
|
D | hidraw.c | 105 …_send_report(struct file *file, const char __user *buffer, size_t count, unsigned char report_type) in hidraw_send_report() argument 141 if ((report_type == HID_OUTPUT_REPORT) && in hidraw_send_report() 153 ret = hid_hw_raw_request(dev, buf[0], buf, count, report_type, in hidraw_send_report() 179 … hidraw_get_report(struct file *file, char __user *buffer, size_t count, unsigned char report_type) in hidraw_get_report() argument 230 ret = hid_hw_raw_request(dev, report_number, buf, count, report_type, in hidraw_get_report()
|
D | hid-u2fzero.c | 73 u8 report_type; member 175 .report_type = 0, in u2fzero_blink() 203 .report_type = 0, in u2fzero_rng_read()
|
D | uhid.c | 61 u32 report_type; member 191 uhid->report_type = ev->type + 1; in __uhid_report_queue_and_wait() 219 if (uhid->report_type != ev->type || uhid->report_id != id) in uhid_report_wake_up() 347 unsigned char report_type) in uhid_hid_output_raw() argument 354 switch (report_type) { in uhid_hid_output_raw()
|
D | hid-sensor-custom.c | 476 int index, int report_type, in hid_sensor_custom_add_field() argument 506 if (report_type == HID_FEATURE_REPORT) in hid_sensor_custom_add_field() 511 else if (report_type == HID_INPUT_REPORT) { in hid_sensor_custom_add_field() 530 int report_type) in hid_sensor_custom_add_fields() argument 549 report_type, in hid_sensor_custom_add_fields()
|
D | hid-cp2112.c | 324 u8 *data, size_t count, unsigned char report_type) in cp2112_hid_get() argument 334 report_type, HID_REQ_GET_REPORT); in cp2112_hid_get() 341 unsigned char report_type) in cp2112_hid_output() argument 350 if (report_type == HID_OUTPUT_REPORT) in cp2112_hid_output() 353 ret = hid_hw_raw_request(hdev, buf[0], buf, count, report_type, in cp2112_hid_output()
|
D | hid-google-hammer.c | 422 static bool hammer_has_usage(struct hid_device *hdev, unsigned int report_type, in hammer_has_usage() argument 425 struct hid_report_enum *re = &hdev->report_enum[report_type]; in hammer_has_usage()
|
D | hid-core.c | 255 static int hid_add_field(struct hid_parser *parser, unsigned report_type, unsigned flags) in hid_add_field() argument 267 report = hid_register_report(parser->device, report_type, in hid_add_field() 328 field->report_type = report_type; in hid_add_field() 1486 for (; id->report_type != HID_TERMINATOR; id++) in hid_match_report() 1487 if (id->report_type == HID_ANY_ID || in hid_match_report() 1488 id->report_type == report->type) in hid_match_report()
|
D | hid-input.c | 527 static int hidinput_setup_battery(struct hid_device *dev, unsigned report_type, in hidinput_setup_battery() argument 574 report_type = HID_FEATURE_REPORT; in hidinput_setup_battery() 578 dev->battery_report_type = report_type; in hidinput_setup_battery() 587 dev->battery_avoid_query = report_type == HID_INPUT_REPORT && in hidinput_setup_battery() 662 static int hidinput_setup_battery(struct hid_device *dev, unsigned report_type, in hidinput_setup_battery() argument 713 if (field->report_type == HID_OUTPUT_REPORT && in hidinput_configure_usage()
|
D | hid-steam.c | 810 size_t count, unsigned char report_type, in steam_client_ll_raw_request() argument 816 report_type, reqtype); in steam_client_ll_raw_request()
|
/drivers/hid/intel-ish-hid/ |
D | ishtp-hid-client.c | 74 int report_type; in process_recv() local 216 report_type = HID_FEATURE_REPORT; in process_recv() 220 report_type = HID_INPUT_REPORT; in process_recv() 242 (hid, report_type, in process_recv() 268 report_type = HID_INPUT_REPORT; in process_recv() 276 report_type, payload, in process_recv() 281 report_type = HID_INPUT_REPORT; in process_recv() 302 report_type, in process_recv() 416 int report_type) in hid_ishtp_get_report() argument 432 msg.hdr.command = (report_type == HID_FEATURE_REPORT) ? in hid_ishtp_get_report()
|
D | ishtp-hid.h | 171 int report_type);
|
/drivers/hid/i2c-hid/ |
D | i2c-hid-core.c | 211 int report_type, int report_id) in i2c_hid_encode_command() argument 216 buf[length++] = report_type << 4 | report_id; in i2c_hid_encode_command() 219 buf[length++] = report_type << 4 | 0x0F; in i2c_hid_encode_command() 228 u8 report_type, u8 report_id, in i2c_hid_get_report() argument 243 report_type, report_id); in i2c_hid_get_report() 312 u8 report_type, u8 report_id, in i2c_hid_set_or_send_report() argument 334 report_type, report_id); in i2c_hid_set_or_send_report() 633 u8 report_type, u8 report_id, in i2c_hid_get_raw_report() argument 640 if (report_type == HID_OUTPUT_REPORT) in i2c_hid_get_raw_report() 655 report_type == HID_FEATURE_REPORT ? 0x03 : 0x01, in i2c_hid_get_raw_report() [all …]
|
/drivers/input/rmi4/ |
D | rmi_f54.c | 105 enum rmi_f54_report_type report_type; member 177 static int rmi_f54_request_report(struct rmi_function *fn, u8 report_type) in rmi_f54_request_report() argument 184 if (f54->report_type != report_type) { in rmi_f54_request_report() 186 report_type); in rmi_f54_request_report() 189 f54->report_type = report_type; in rmi_f54_request_report() 546 f54->report_type); in rmi_f54_work()
|
/drivers/input/tablet/ |
D | aiptek.c | 852 unsigned char report_type, in aiptek_set_report() argument 861 USB_DIR_OUT, (report_type << 8) + report_id, in aiptek_set_report() 867 unsigned char report_type, in aiptek_get_report() argument 876 USB_DIR_IN, (report_type << 8) + report_id, in aiptek_get_report()
|
/drivers/hid/bpf/ |
D | hid_bpf_dispatch.c | 55 .report_type = type, in dispatch_hid_bpf_device_event()
|