/kernel/linux/linux-5.10/drivers/net/ethernet/agere/ |
H A D | et131x.c | 964 u32 result; in et1310_setup_device_for_multicast() local 966 result = ether_crc(6, adapter->multicast_list[i]); in et1310_setup_device_for_multicast() 968 result = (result & 0x3F800000) >> 23; in et1310_setup_device_for_multicast() 970 if (result < 32) { in et1310_setup_device_for_multicast() 971 hash1 |= (1 << result); in et1310_setup_device_for_multicast() 972 } else if ((31 < result) && (result < 64)) { in et1310_setup_device_for_multicast() 973 result -= 32; in et1310_setup_device_for_multicast() 974 hash2 |= (1 << result); in et1310_setup_device_for_multicast() 3608 int result; et131x_open() local 3844 int result = 0; et131x_change_mtu() local [all...] |
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_codec.c | 1694 unsigned int result = 0; in snd_ac97_determine_rates() local 1711 result |= SNDRV_PCM_RATE_CONTINUOUS; in snd_ac97_determine_rates() 1714 result |= SNDRV_PCM_RATE_8000; in snd_ac97_determine_rates() 1716 result |= SNDRV_PCM_RATE_11025; in snd_ac97_determine_rates() 1718 result |= SNDRV_PCM_RATE_16000; in snd_ac97_determine_rates() 1720 result |= SNDRV_PCM_RATE_22050; in snd_ac97_determine_rates() 1722 result |= SNDRV_PCM_RATE_32000; in snd_ac97_determine_rates() 1724 result |= SNDRV_PCM_RATE_44100; in snd_ac97_determine_rates() 1726 result |= SNDRV_PCM_RATE_48000; in snd_ac97_determine_rates() 1733 result | in snd_ac97_determine_rates() 1754 unsigned int result = 0; snd_ac97_determine_spdif_rates() local 2889 int result; snd_ac97_tune_hardware() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/ |
H A D | et131x.c | 964 u32 result; in et1310_setup_device_for_multicast() local 966 result = ether_crc(6, adapter->multicast_list[i]); in et1310_setup_device_for_multicast() 968 result = (result & 0x3F800000) >> 23; in et1310_setup_device_for_multicast() 970 if (result < 32) { in et1310_setup_device_for_multicast() 971 hash1 |= (1 << result); in et1310_setup_device_for_multicast() 972 } else if ((31 < result) && (result < 64)) { in et1310_setup_device_for_multicast() 973 result -= 32; in et1310_setup_device_for_multicast() 974 hash2 |= (1 << result); in et1310_setup_device_for_multicast() 3607 int result; et131x_open() local 3850 int result = 0; et131x_change_mtu() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_codec.c | 1754 unsigned int result = 0; in snd_ac97_determine_rates() local 1771 result |= SNDRV_PCM_RATE_CONTINUOUS; in snd_ac97_determine_rates() 1774 result |= SNDRV_PCM_RATE_8000; in snd_ac97_determine_rates() 1776 result |= SNDRV_PCM_RATE_11025; in snd_ac97_determine_rates() 1778 result |= SNDRV_PCM_RATE_16000; in snd_ac97_determine_rates() 1780 result |= SNDRV_PCM_RATE_22050; in snd_ac97_determine_rates() 1782 result |= SNDRV_PCM_RATE_32000; in snd_ac97_determine_rates() 1784 result |= SNDRV_PCM_RATE_44100; in snd_ac97_determine_rates() 1786 result |= SNDRV_PCM_RATE_48000; in snd_ac97_determine_rates() 1793 result | in snd_ac97_determine_rates() 1814 unsigned int result = 0; snd_ac97_determine_spdif_rates() local 2971 int result; snd_ac97_tune_hardware() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | pmcraid.c | 693 /* Command timeouts result in hard reset sequence. The command that got in pmcraid_timeout_handler() 825 scsi_cmd->result |= (DID_ERROR << 16); in pmcraid_erp_done() 1357 int result; in pmcraid_netlink_init() local 1359 result = genl_register_family(&pmcraid_event_family); in pmcraid_netlink_init() 1361 if (result) in pmcraid_netlink_init() 1362 return result; in pmcraid_netlink_init() 1367 return result; in pmcraid_netlink_init() 1396 int result; in pmcraid_notify_aen() local 1429 result = nla_put(skb, PMCRAID_AEN_ATTR_EVENT, data_size, aen_msg); in pmcraid_notify_aen() 1431 if (result) { in pmcraid_notify_aen() [all...] |
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_engine_callback_stub.cpp | 53 .result = static_cast<IntellVoiceEngineErrors>(data.ReadInt32()), in OnIntellVoiceEngineEventInner()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_callback_interface.h | 90 * @param result Indicates the result for ShareForm. 92 virtual void ProcessShareFormResponse(int32_t result) = 0;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_engine_callback_proxy.cpp | 42 if (!data.WriteInt32(static_cast<int32_t>(event.result))) { in OnIntellVoiceEngineEvent() 43 INTELL_VOICE_LOG_ERROR("write result failed"); in OnIntellVoiceEngineEvent()
|
/foundation/ability/dmsfwk_lite/include/ |
H A D | dmslite_session.h | 34 void InvokeCallback(const void *data, int32_t result);
|
/foundation/ai/ai_engine/services/common/protocol/data_channel/include/ |
H A D | response.h | 122 * Get response result. 124 * @return Response result. 129 * Set response result. 133 void SetResult(const DataInfo &result);
|
H A D | i_response.h | 125 * Get response result. 127 * @return Response result. 132 * Set response result. 134 * @param [in] result Response result. 136 void SetResult(const DataInfo &result);
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_trust_mgr.h | 40 * @return Returns result. 48 * @return Returns result. 55 * @param result 57 void GetUntrustAppNameList(std::string &result);
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/ |
H A D | clone_update_strategy.h | 31 int OnUpdateCompleteCallback(const int result, bool isLast) override;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/ |
H A D | headset_wakeup_wrapper.h | 44 int32_t NotifyVerifyResult(bool result);
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
H A D | ability_list.h | 55 void GetAbilityList(uint32_t mission, List<uint32_t> &result);
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | ffrt_task_utils_wrap.h | 40 void BuildFfrtTaskAttr(const TaskAttribute &taskAttr, ffrt::task_attr &result);
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/ |
H A D | startup_config.h | 41 void ListenerOnCompleted(const std::shared_ptr<StartupTaskResult> &result);
|
H A D | js_startup_config.h | 39 static napi_value BuildResult(napi_env env, const std::shared_ptr<StartupTaskResult> &result);
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_continuation_ability.h | 39 MOCK_METHOD1(OnCompleteContinuation, void(int result));
|
/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | render_stage.h | 36 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) override;
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | iability_info_callback.h | 55 * Notify the result of start ability. 58 * @param result The result of start ability. 60 virtual void NotifyStartAbilityResult(const Want &want, int result) = 0;
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/ |
H A D | shell_cmd_result.h | 34 * @param exitCode Indicates the shell cmd exec result. 35 * @param stdResult Indicates the cmd standard result. 42 * @param result Indicates the ShellCommandResult object that already exists. 44 explicit ShellCmdResult(const AAFwk::ShellCommandResult &result); 66 * Sets standard result. 68 * @param stdResult Indicates the standard result. 73 * Obtains the standard result. 75 * @return the standard result.
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_actuator.h | 36 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& responseLinkResult) in OnCollectTouchTarget() 35 OnCollectTouchTarget(const OffsetF& coordinateOffset, const TouchRestrict& touchRestrict, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& responseLinkResult) OnCollectTouchTarget() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_linear_indicator.h | 35 static bool ParseColorMetricsToColor(const EcmaVM* vm, const Local<JSValueRef>& jsValue, Color& result);
|
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | component_test_manager.h | 32 virtual void Record(std::string info, std::string position, Result result) = 0;
|