Home
last modified time | relevance | path

Searched defs:mode (Results 876 - 900 of 10408) sorted by relevance

1...<<31323334353637383940>>...417

/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if.c104 int32_t UartSetTransMode(DevHandle handle, enum UartTransMode mode) in UartSetTransMode() argument
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_sequenceable_type.cpp73 std::string ASTSequenceableType::EmitJavaType(TypeMode mode, bool isInnerType) const in EmitJavaType() argument
H A Dast_ulong_type.cpp60 std::string ASTUlongType::EmitJavaType(TypeMode mode, bool isInnerType) const in EmitJavaType() argument
H A Dast_uchar_type.cpp60 std::string ASTUcharType::EmitJavaType(TypeMode mode, bool isInnerType) const in EmitJavaType() argument
H A Dast_uint_type.cpp60 std::string ASTUintType::EmitJavaType(TypeMode mode, bool isInnerType) const in EmitJavaType() argument
H A Dast_ushort_type.cpp60 std::string ASTUshortType::EmitJavaType(TypeMode mode, bool isInnerType) const in EmitJavaType() argument
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_generator.cpp161 GenMode mode = GenMode::IPC; in GenIpcCCode() local
189 GenMode mode = GenMode::IPC; GenIpcCppCode() local
217 GenMode mode = GenMode::IPC; GenIpcJavaCode() local
236 GenMode mode = GenMode::PASSTHROUGH; GenPassthroughCCode() local
260 GenMode mode = GenMode::PASSTHROUGH; GenPassthroughCppCode() local
284 GenMode mode = GenMode::KERNEL; GenKernelCode() local
305 GenMode mode = GenMode::LOW; GenLowCCode() local
[all...]
/drivers/peripheral/camera/test/demo_3A/
H A Ddemo_3a_main.cpp64 static RetCode PreviewOn(int mode, const std::shared_ptr<OhosCameraDemo>& mainDemo) in PreviewOn() argument
/drivers/peripheral/audio/test/systemtest/hdi_service/rk3568/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp641 AudioChannelMode mode = AUDIO_CHANNEL_NORMAL; in HWTEST_F() local
678 AudioChannelMode mode = AUDIO_CHANNEL_MIX; in HWTEST_F() local
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dcamera_device.cpp65 CamRetCode CameraDevice::SetResultMode(const ResultCallbackMode& mode) in SetResultMode() argument
/drivers/peripheral/camera/test/demo/
H A Ddemo_main.cpp64 static RetCode PreviewOn(int mode, const std::shared_ptr<OhosCameraDemo>& mainDemo) in PreviewOn() argument
/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dcamera_tag_uttest_v1_1.cpp248 TakePhotoWithTags(std::shared_ptr<OHOS::Camera::CameraSetting> meta, OperationMode_V1_1 mode) TakePhotoWithTags() argument
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Dalgo_plugin.cpp19 AlgoPlugin::AlgoPlugin(std::string name, std::string description, int mode, std::string path) in AlgoPlugin() argument
H A Dipp_algo_parser.cpp114 const char* mode = nullptr; in ConstructPlugin() local
/drivers/peripheral/display/hal/default_standard/src/utils/
H A Ddisplay_adapter.cpp71 int32_t DisplayAdapter::OpenDevice(const std::string &pathName, int32_t flags, mode_t mode) in OpenDevice() argument
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddemo_main.cpp68 static RetCode PreviewOn(int mode, const std::shared_ptr<DcameraHdfDemo>& mainDemo) in PreviewOn() argument
/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_ap_iface_test.cpp188 int32_t mode; in HWTEST_F() local
H A Dwifi_sta_iface_test.cpp122 int32_t mode; in HWTEST_F() local
H A Dwifi_p2p_iface_test.cpp105 int32_t mode; in HWTEST_F() local
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dpage_track.c51 static inline bool page_track_mode_is_valid(enum kvm_page_track_mode mode) in page_track_mode_is_valid() argument
59 update_gfn_track(struct kvm_memory_slot *slot, gfn_t gfn, enum kvm_page_track_mode mode, short count) update_gfn_track() argument
86 kvm_slot_page_track_add_page(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn, enum kvm_page_track_mode mode) kvm_slot_page_track_add_page() argument
121 kvm_slot_page_track_remove_page(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn, enum kvm_page_track_mode mode) kvm_slot_page_track_remove_page() argument
141 kvm_page_track_is_active(struct kvm_vcpu *vcpu, gfn_t gfn, enum kvm_page_track_mode mode) kvm_page_track_is_active() argument
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Ddebugfs.c110 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file() argument
121 void edac_debugfs_create_x8(const char *name, umode_t mode, in edac_debugfs_create_x8() argument
132 void edac_debugfs_create_x16(const char *name, umode_t mode, in edac_debugfs_create_x16() argument
143 void edac_debugfs_create_x32(const char *name, umode_t mode, in edac_debugfs_create_x32() argument
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-hfpll.c94 u32 mode; in clk_hfpll_enable() local
204 u32 mode, status; in clk_hfpll_init() local
230 u32 mode; hfpll_is_enabled() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Daarch32.c74 static unsigned long get_except32_cpsr(struct kvm_vcpu *vcpu, u32 mode) in get_except32_cpsr() argument
154 static void prepare_fault32(struct kvm_vcpu *vcpu, u32 mode, u32 vect_offset) in prepare_fault32() argument
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Ddma-isa.c65 unsigned int mode; in isa_enable_dma() local
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
H A Driscpc.c203 static void rpc_restart(enum reboot_mode mode, const char *cmd) in rpc_restart() argument

Completed in 16 milliseconds

1...<<31323334353637383940>>...417