Home
last modified time | relevance | path

Searched refs:base (Results 12851 - 12875 of 18412) sorted by relevance

1...<<511512513514515516517518519520>>...737

/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H A Dqm.c256 #define INIT_QC_COMMON(qc, base, pasid) do { \
259 (qc)->base_l = cpu_to_le32(lower_32_bits(base)); \
260 (qc)->base_h = cpu_to_le32(upper_32_bits(base)); \
386 int (*get_vft)(struct hisi_qm *qm, u32 *base, u32 *number);
603 u64 base, u16 queue, bool op) in qm_mb_pre_init()
609 mailbox->base_l = cpu_to_le32(lower_32_bits(base)); in qm_mb_pre_init()
610 mailbox->base_h = cpu_to_le32(upper_32_bits(base)); in qm_mb_pre_init()
1204 static void qm_vft_data_cfg(struct hisi_qm *qm, enum vft_type type, u32 base, in qm_vft_data_cfg() argument
1217 (u64)base << QM_SQC_VFT_START_SQN_SHIFT; in qm_vft_data_cfg()
1219 tmp = (u64)base << QM_SQC_VFT_START_SQN_SHIF in qm_vft_data_cfg()
602 qm_mb_pre_init(struct qm_mailbox *mailbox, u8 cmd, u64 base, u16 queue, bool op) qm_mb_pre_init() argument
1250 qm_set_vft_common(struct hisi_qm *qm, enum vft_type type, u32 fun_num, u32 base, u32 number) qm_set_vft_common() argument
1305 qm_set_sqc_cqc_vft(struct hisi_qm *qm, u32 fun_num, u32 base, u32 number) qm_set_sqc_cqc_vft() argument
1331 qm_get_vft_v2(struct hisi_qm *qm, u32 *base, u32 *number) qm_get_vft_v2() argument
2976 hisi_qm_get_vft(struct hisi_qm *qm, u32 *base, u32 *number) hisi_qm_get_vft() argument
3003 hisi_qm_set_vft(struct hisi_qm *qm, u32 fun_num, u32 base, u32 number) hisi_qm_set_vft() argument
[all...]
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-pcie.c2250 static inline void qphy_setbits(void __iomem *base, u32 offset, u32 val) in qphy_setbits() argument
2254 reg = readl(base + offset); in qphy_setbits()
2256 writel(reg, base + offset); in qphy_setbits()
2259 readl(base + offset); in qphy_setbits()
2262 static inline void qphy_clrbits(void __iomem *base, u32 offset, u32 val) in qphy_clrbits() argument
2266 reg = readl(base + offset); in qphy_clrbits()
2268 writel(reg, base + offset); in qphy_clrbits()
2271 readl(base + offset); in qphy_clrbits()
3090 static void qmp_pcie_configure_lane(void __iomem *base, in qmp_pcie_configure_lane() argument
3105 writel(t->val, base in qmp_pcie_configure_lane()
3109 qmp_pcie_configure(void __iomem *base, const struct qmp_phy_init_tbl tbl[], int num) qmp_pcie_configure() argument
3591 void __iomem *base; qmp_pcie_parse_dt() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c2370 drm_modeset_lock(&mgr->base.lock, NULL); in drm_dp_mst_handle_link_address_port()
2436 drm_modeset_unlock(&mgr->base.lock); in drm_dp_mst_handle_link_address_port()
2455 drm_modeset_unlock(&mgr->base.lock); in drm_dp_mst_handle_link_address_port()
2490 drm_modeset_lock(&mgr->base.lock, NULL); in drm_dp_mst_handle_conn_stat()
2521 drm_modeset_unlock(&mgr->base.lock); in drm_dp_mst_handle_conn_stat()
3222 drm_modeset_lock(&mgr->base.lock, NULL); in drm_dp_send_query_stream_enc_status()
3223 state = to_drm_dp_mst_topology_state(mgr->base.state); in drm_dp_send_query_stream_enc_status()
3250 drm_modeset_unlock(&mgr->base.lock); in drm_dp_send_query_stream_enc_status()
4155 ret = drm_modeset_lock(&mgr->base.lock, ctx); in drm_dp_mst_detect_port()
4316 port->connector->base in drm_dp_atomic_find_time_slots()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.h21 #include <base/containers/unordered_map.h>
22 #include <base/containers/vector.h>
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtime_span.h21 #include <meta/base/meta_types.h>
22 #include <meta/base/namespace.h>
H A Dbit_field.h21 #include <base/containers/type_traits.h>
23 #include <meta/base/namespace.h>
/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Di_audio_stream.h135 virtual bool GetAudioTime(Timestamp &timestamp, Timestamp::Timestampbase base) = 0;
136 virtual bool GetAudioPosition(Timestamp &timestamp, Timestamp::Timestampbase base) = 0;
H A Dfast_audio_stream.h82 bool GetAudioTime(Timestamp &timestamp, Timestamp::Timestampbase base) override;
83 bool GetAudioPosition(Timestamp &timestamp, Timestamp::Timestampbase base) override;
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_compute_generic.cpp18 #include <base/math/mathf.h>
19 #include <base/math/vector.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.h21 #include <base/containers/array_view.h>
22 #include <base/containers/vector.h>
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h20 #include <base/containers/vector.h>
25 #include <meta/base/meta_types.h>
189 * Note: that base color is always automatically pre-multiplied in all cases
195 * Note: that base color is always automatically pre-multiplied in all cases
308 /** @brief Convenience proxy for material base color property. May return null.
H A Dintf_postprocess.h21 #include <base/containers/vector.h>
24 #include <meta/base/types.h>
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h391 * @param base Indicates the time base, which can be {@link Timestamp.Timestampbase#BOOTTIME} or
396 virtual bool GetAudioTime(Timestamp &timestamp, Timestamp::Timestampbase base) const = 0;
402 * @param base Indicates the time base, which can be {@link Timestamp.Timestampbase#BOOTTIME} or
407 virtual bool GetAudioPosition(Timestamp &timestamp, Timestamp::Timestampbase base) const = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h19 #include <base/containers/string.h>
20 #include <base/containers/vector.h>
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp16 #include <base/math/quaternion.h>
17 #include <base/math/matrix.h>
H A Dentity_collection.h21 #include <base/containers/unique_ptr.h>
22 #include <base/containers/unordered_map.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h19 #include <base/containers/string.h>
20 #include <base/containers/vector.h>
H A Dpipeline_state_object_gles.cpp18 #include <base/containers/fixed_string.h>
19 #include <base/util/formats.h>
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudioplayer_adapter.cpp75 string cachePath = "/data/storage/el2/base/cache"; in CreateAudioPlayerAdapter()
157 int base = 10; in SetVolumeLevelAdapter() local
158 float volume = pow(base, level / MAGNIFICATION); in SetVolumeLevelAdapter()
/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_server.cpp129 Timestamp::Timebase base = {}; in ReadAudioDataProcess() local
130 bool ret = serverStore->capturer_->GetTimestamp(timestamp, base); in ReadAudioDataProcess()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp45 #include <base/containers/string.h>
46 #include <base/containers/string_view.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dlog.h21 #include <base/containers/string_view.h>
22 #include <base/namespace.h>
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp46 std::string HeifHwDecoderFlow::InputParser::JoinPath(const std::string& base, const std::string& append) in JoinPath() argument
48 return (filesystem::path(base) / append).string(); in JoinPath()
/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp126 return (event != nullptr ? event->base.time : 0); in libinput_event_keyboard_get_time_usec()
231 return (event != nullptr ? event->base.time : 0); in libinput_event_touchpad_get_time_usec()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtablet_tool_tranform_processor_test.cpp89 bool ret = processor.OnTip(&event.base); in HWTEST_F()
337 auto pointerEvent = processor.OnEvent(&event.base); in HWTEST_F()

Completed in 38 milliseconds

1...<<511512513514515516517518519520>>...737