/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-core.c | 91 * Register a new report for a device.
98 struct hid_report *report;
in hid_register_report() local 107 report = kzalloc(sizeof(struct hid_report), GFP_KERNEL);
in hid_register_report() 108 if (!report) {
in hid_register_report() 116 report->id = id;
in hid_register_report() 117 report->type = type;
in hid_register_report() 118 report->size = 0;
in hid_register_report() 119 report->device = device;
in hid_register_report() 120 report->application = application;
in hid_register_report() 121 report_enum->report_id_hash[id] = report;
in hid_register_report() 133 hid_register_field(struct hid_report *report, unsigned usages) hid_register_field() argument 288 struct hid_report *report; hid_add_field() local 651 hid_free_report(struct hid_report *report) hid_free_report() argument 673 struct hid_report *report = report_enum->report_id_hash[j]; hid_close_report() local 969 struct hid_report *report; hid_validate_values() local 1331 hid_core_extract(u8 *report, unsigned offset, int n) hid_core_extract() argument 1352 hid_field_extract(const struct hid_device *hid, u8 *report, unsigned offset, unsigned n) hid_field_extract() argument 1371 hid_core_implement(u8 *report, unsigned offset, int n, u32 value) hid_core_implement() argument 1395 implement(const struct hid_device *hid, u8 *report, unsigned offset, unsigned n, u32 value) implement() argument 1433 hid_match_report(struct hid_device *hid, struct hid_report *report) hid_match_report() argument 1576 hid_compute_report_size(struct hid_report *report) hid_compute_report_size() argument 1590 hid_output_report(struct hid_report *report, u8 *data) hid_output_report() argument 1608 hid_alloc_report_buf(struct hid_report *report, gfp_t flags) hid_alloc_report_buf() argument 1654 struct hid_report *report; hid_get_report() local 1671 __hid_request(struct hid_device *hid, struct hid_report *report, int reqtype) __hid_request() argument 1708 struct hid_report *report; hid_report_raw_event() local 1779 struct hid_report *report; hid_input_report() local [all...] |
H A D | hid-input.c | 88 struct hid_report *report;
in hidinput_find_key() local 92 list_for_each_entry(report, &hid->report_enum[k].report_list, list)
in hidinput_find_key() 94 for (i = 0; i < report->maxfield; i++) {
in hidinput_find_key() 95 for (j = 0; j < report->field[i]->maxusage; j++) {
in hidinput_find_key() 96 usage = report->field[i]->usage + j;
in hidinput_find_key() 179 * @field: the HID report field to calculate resolution for
286 #define HID_BATTERY_QUIRK_FEATURE (1 << 1) /* ask for feature report */
465 dev->battery_report_id = field->report->id;
in hidinput_setup_battery() 470 * We have to wait for the device to report it on its own.
in hidinput_setup_battery() 551 /* Ignore if report coun in hidinput_configure_usage() 1898 hidinput_report_event(struct hid_device *hid, struct hid_report *report) hidinput_report_event() argument 1912 struct hid_report *report; hidinput_find_field() local 1932 struct hid_report *report; hidinput_get_led_field() local 1953 struct hid_report *report; hidinput_count_leds() local 1977 struct hid_report *report; hidinput_led_worker() local 2062 __hidinput_change_resolution_multipliers(struct hid_device *hid, struct hid_report *report, bool use_logical_max) __hidinput_change_resolution_multipliers() argument 2310 struct hid_report *report; hidinput_cleanup_hidinput() local 2335 hidinput_match(struct hid_report *report) hidinput_match() argument 2350 hidinput_match_application(struct hid_report *report) hidinput_match_application() argument 2365 hidinput_configure_usages(struct hid_input *hidinput, struct hid_report *report) hidinput_configure_usages() argument 2385 struct hid_report *report; hidinput_connect() local [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_rtt.c | 245 { WL_PROXD_EVENT_VS_INITIATOR_RPT, "initiator-report " }, /* rx initiator-rpt */ 588 /* report for 'out of range' FTM-status error code */ in ftm_status_value_to_logstr() 1255 if (!cfg->nan_enable) { /* If nan is not enabled report error */ in dhd_rtt_nan_start_session() 2684 rtt_report_t *rtt_report = &(rtt_result->report); in dhd_rtt_convert_results_to_host_v1() 2719 if (avg_dist == 0xffffffff) { /* report 'failure' case */ in dhd_rtt_convert_results_to_host_v1() 2900 rtt_report_t *rtt_report = &(rtt_result->report); in dhd_rtt_convert_results_to_host_v2() 2942 if (avg_dist == 0xffffffff) { /* report 'failure' case */ in dhd_rtt_convert_results_to_host_v2() 3234 rtt_result->report.ftm_num = rtt_target_info->num_frames_per_burst; in dhd_rtt_create_failure_result() 3235 rtt_result->report.type = RTT_TWO_WAY; in dhd_rtt_create_failure_result() 3236 DHD_RTT(("report in dhd_rtt_create_failure_result() [all...] |
H A D | dhd_rtt.h | 293 RTT_SCHED_RNG_RPT_DIRECTED = 6, /* On Ranging report for directed RTT */ 296 RTT_SCHED_RNG_RPT_GEOFENCE = 9, /* On Ranging report for geofence RTT */ 389 struct rtt_report report; member
|
H A D | wl_cfgvendor.c | 1624 rtt_result->report_len, &rtt_result->report); in wl_cfgvendor_rtt_evt() 5098 rtt_report_t *report = NULL; in wl_cfgvendor_send_as_rtt_legacy_event() local 5105 report = MALLOCZ(cfg->osh, sizeof(*report)); in wl_cfgvendor_send_as_rtt_legacy_event() 5106 if (!report) { in wl_cfgvendor_send_as_rtt_legacy_event() 5112 report->distance = range_res->dist_mm/10; in wl_cfgvendor_send_as_rtt_legacy_event() 5113 ret = memcpy_s(&report->addr, ETHER_ADDR_LEN, in wl_cfgvendor_send_as_rtt_legacy_event() 5120 report->status = (rtt_reason_t)status; in wl_cfgvendor_send_as_rtt_legacy_event() 5121 report->type = RTT_TWO_WAY; in wl_cfgvendor_send_as_rtt_legacy_event() 5148 ret = nla_put(msg, RTT_ATTRIBUTE_TARGET_MAC, ETHER_ADDR_LEN, &report in wl_cfgvendor_send_as_rtt_legacy_event() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_mac80211.c | 861 int32_t WalProbeReqReport(struct NetDevice *netDev, int32_t report)
in WalProbeReqReport() argument 863 (void)report;
in WalProbeReqReport()
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_mac80211.c | 1697 int32_t WalProbeReqReport(struct NetDevice *netDev, int32_t report) in WalProbeReqReport() argument 1699 (void)report; in WalProbeReqReport() 1700 HDF_LOGI("%s: ifname = %s, report=%d", __func__, netDev->name, report); in WalProbeReqReport()
|
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | core.c | 933 const char *report;
in regulator_bypass_show() local 938 report = "unknown";
in regulator_bypass_show() 940 report = "enabled";
in regulator_bypass_show() 942 report = "disabled";
in regulator_bypass_show() 945 return sprintf(buf, "%s\n", report);
in regulator_bypass_show()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 538 version from Git. If the latest version fails, report the problem to the 544 include the log this produces with your report.
|