| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-vivaldi.c | 80 u32 report_len; in vivaldi_feature_mapping() local 97 report_len = hid_report_len(report); in vivaldi_feature_mapping() 107 report_len++; in vivaldi_feature_mapping() 111 report_len, HID_FEATURE_REPORT, in vivaldi_feature_mapping() 125 report_len--; in vivaldi_feature_mapping() 129 report_len, 0); in vivaldi_feature_mapping()
|
| H A D | hid-multitouch.c | 1422 u32 report_len; in mt_need_to_apply_feature() local 1436 report_len = hid_report_len(report); in mt_need_to_apply_feature() 1443 hid_hw_raw_request(hdev, report->id, buf, report_len, in mt_need_to_apply_feature()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | elan_i2c_smbus.c | 475 unsigned int *report_len) in elan_smbus_get_report_features() argument 482 *report_len = ETP_SMBUS_REPORT_LEN; in elan_smbus_get_report_features() 487 u8 *report, unsigned int report_len) in elan_smbus_get_report() argument 502 report_len = ETP_SMBUS_REPORT_LEN2; in elan_smbus_get_report() 504 if (len != report_len) { in elan_smbus_get_report() 507 len, report_len); in elan_smbus_get_report()
|
| H A D | cyapa_gen5.c | 2768 unsigned int report_len; in cyapa_pip_irq_handler() local 2784 report_len = get_unaligned_le16( in cyapa_pip_irq_handler() 2786 if (report_len < PIP_RESP_LENGTH_SIZE) { in cyapa_pip_irq_handler() 2789 report_len, report_data.report_head[0], in cyapa_pip_irq_handler() 2795 if (report_len == PIP_RESP_LENGTH_SIZE) in cyapa_pip_irq_handler() 2798 ret = cyapa_i2c_pip_read(cyapa, (u8 *)&report_data, report_len); in cyapa_pip_irq_handler() 2799 if (ret != report_len) { in cyapa_pip_irq_handler() 2801 report_len, ret); in cyapa_pip_irq_handler() 2812 unsigned int report_len; in cyapa_pip_event_process() local 2815 report_len = get_unaligned_le16( in cyapa_pip_event_process() [all …]
|
| H A D | elan_i2c_i2c.c | 720 unsigned int *report_len) in elan_i2c_get_report_features() argument 723 *report_len = pattern <= 0x01 ? in elan_i2c_get_report_features() 729 u8 *report, unsigned int report_len) in elan_i2c_get_report() argument 733 len = i2c_master_recv(client, report, report_len); in elan_i2c_get_report() 739 if (len != report_len) { in elan_i2c_get_report() 742 len, report_len); in elan_i2c_get_report()
|
| H A D | elan_i2c.h | 105 unsigned int *report_len); 107 unsigned int report_len);
|
| H A D | elan_i2c_core.c | 79 unsigned int report_len; member 323 &data->report_len); in elan_query_device_info() 1021 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
|
| /OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-hid-client.c | 69 size_t report_len; in process_recv() local 280 report_len = *(uint16_t *)reports; in process_recv() 283 payload_len = report_len - in process_recv() 299 reports += sizeof(uint16_t) + report_len; in process_recv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_rtt.h | 300 int32 report_len; /* total length of rtt_report */ member
|
| H A D | dhd_rtt.c | 1897 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_event_handler() 1901 rtt_results_header->result_tot_len += rtt_result->report_len; in dhd_rtt_event_handler() 1949 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_event_handler() 1955 rtt_results_header->result_tot_len += rtt_result->report_len; in dhd_rtt_event_handler()
|
| H A D | wl_cfgvendor.c | 1252 rtt_result->report_len, &rtt_result->report); in wl_cfgvendor_rtt_evt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pktlog.c | 857 int report_len; in dhd_pktlog_minimize_report() local 862 report_len = table_len; in dhd_pktlog_minimize_report() 879 report_len = PKTLOG_MINIMIZE_REPORT_LEN; in dhd_pktlog_minimize_report() 882 for (i = 0; i < report_len; i++) { in dhd_pktlog_minimize_report()
|
| H A D | dhd_rtt.h | 398 int32 report_len; /* total length of rtt_report */ member
|
| H A D | dhd_rtt.c | 3819 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_create_failure_result() 3827 rtt_results_header->result_tot_len += rtt_result->report_len; in dhd_rtt_create_failure_result() 3914 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_parse_result_event() 3964 rtt_results_header->result_tot_len += rtt_result->report_len + in dhd_rtt_handle_directed_rtt_burst_end()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pktlog.c | 857 int report_len; in dhd_pktlog_minimize_report() local 862 report_len = table_len; in dhd_pktlog_minimize_report() 879 report_len = PKTLOG_MINIMIZE_REPORT_LEN; in dhd_pktlog_minimize_report() 882 for (i = 0; i < report_len; i++) { in dhd_pktlog_minimize_report()
|
| H A D | dhd_rtt.h | 398 int32 report_len; /* total length of rtt_report */ member
|
| H A D | dhd_rtt.c | 3819 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_create_failure_result() 3827 rtt_results_header->result_tot_len += rtt_result->report_len; in dhd_rtt_create_failure_result() 3914 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_parse_result_event() 3964 rtt_results_header->result_tot_len += rtt_result->report_len + in dhd_rtt_handle_directed_rtt_burst_end()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | elants_i2c.c | 979 int report_count, report_len; in elants_i2c_irq() local 1041 report_len = ts->buf[FW_HDR_LENGTH] / report_count; in elants_i2c_irq() 1042 if (report_len != PACKET_SIZE) { in elants_i2c_irq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_rtt.h | 380 int32 report_len; /* total length of rtt_report */ member
|
| H A D | dhd_rtt.c | 3168 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_create_failure_result() 3176 rtt_results_header->result_tot_len += rtt_result->report_len; in dhd_rtt_create_failure_result() 3247 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_parse_result_event() 3296 rtt_results_header->result_tot_len += rtt_result->report_len + in dhd_rtt_handle_directed_rtt_burst_end()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_rtt.h | 380 int32 report_len; /* total length of rtt_report */ member
|
| H A D | dhd_rtt.c | 3168 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_create_failure_result() 3176 rtt_results_header->result_tot_len += rtt_result->report_len; in dhd_rtt_create_failure_result() 3247 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_parse_result_event() 3296 rtt_results_header->result_tot_len += rtt_result->report_len + in dhd_rtt_handle_directed_rtt_burst_end()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_rtt.h | 380 int32 report_len; /* total length of rtt_report */ member
|
| H A D | dhd_rtt.c | 3168 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_create_failure_result() 3176 rtt_results_header->result_tot_len += rtt_result->report_len; in dhd_rtt_create_failure_result() 3247 rtt_result->report_len = RTT_REPORT_SIZE; in dhd_rtt_parse_result_event() 3296 rtt_results_header->result_tot_len += rtt_result->report_len + in dhd_rtt_handle_directed_rtt_burst_end()
|
| H A D | wl_cfgvendor.c | 1690 rtt_result->report_len, &rtt_result->report); in wl_cfgvendor_rtt_evt()
|