| /device/soc/rockchip/common/hardware/mpp/include/ |
| H A D | mpp_hash.h | 364 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() argument 385 static inline void hash_del(struct hlist_node *node) in hash_del() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_trace_buffer.c | 79 struct list_head node; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpio/ |
| H A D | gpiolib-of.c | 298 struct gpio_desc *gpiod_get_from_of_node(struct device_node *node, const char *propname, int index, in gpiod_get_from_of_node() argument [all...] |
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| H A D | iova.h | 20 struct rb_node node; member
|
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| H A D | mpp_hash.h | 364 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() argument 385 static inline void hash_del(struct hlist_node *node) in hash_del() argument
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| H A D | mpp_hash.h | 369 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() argument 390 static inline void hash_del(struct hlist_node *node) in hash_del() argument
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| H A D | mpp_hash.h | 360 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() argument 380 static inline void hash_del(struct hlist_node *node) in hash_del() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 390 kbasep_devfreq_read_suspend_clock(struct kbase_device *kbdev, struct device_node *node) kbasep_devfreq_read_suspend_clock() argument [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | wl_event.c | 289 struct event_handler_list *node, *cur, **evt_head; in wl_ext_event_free() local 318 struct event_handler_list *node, *leaf, *node_prev, **evt_head; in wl_ext_event_register() local 382 struct event_handler_list *node, *prev, **evt_head; wl_ext_event_deregister() local [all...] |
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | cif-luma.c | 448 struct rkcif_luma_node *node = &luma_vdev->vnode; in rkcif_register_luma_vdev() local 512 struct rkcif_luma_node *node = &luma_vdev->vnode; in rkcif_unregister_luma_vdev() local
|
| H A D | hw.c | 961 struct device_node *node = pdev->dev.of_node; in rkcif_plat_hw_probe() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params.c | 391 struct rkisp_vdev_node *node = ¶ms_vdev->vnode; in rkisp_register_params_vdev() local 451 struct rkisp_vdev_node *node = ¶ms_vdev->vnode; in rkisp_unregister_params_vdev() local
|
| /device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
| H A D | rockchip_system_monitor.h | 84 struct list_head node; member
|
| /device/soc/rockchip/rk3588/kernel/net/rfkill/ |
| H A D | rfkill-bt.c | 505 struct device_node *node = dev->of_node; in bluetooth_platdata_parse_dt() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
| H A D | inner_model_test.cpp | 913 MSLITE::LiteGraph::Node* node = new(std::nothrow) MSLITE::LiteGraph::Node(); in getNode() local 1007 MSLITE::LiteGraph::Node* node = new(std::nothrow) MSLITE::LiteGraph::Node(); in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
| H A D | inner_model_test.cpp | 974 MSLITE::LiteGraph::Node* node = new(std::nothrow) MSLITE::LiteGraph::Node(); in getNode() local 1068 MSLITE::LiteGraph::Node* node = new(std::nothrow) MSLITE::LiteGraph::Node(); in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
| H A D | nnrt_device_service.cpp | 415 std::unique_ptr<mindspore::schema::CNodeT> NnrtDeviceService::TransNode(const Node& node, in TransNode() argument [all...] |
| /foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
| H A D | js_auto_fill_extension_util.cpp | 210 AbilityBase::PageNodeInfo node; in UnwrapViewData() local 219 UnwrapPageNodeInfo( const napi_env env, const napi_value jsNode, AbilityBase::PageNodeInfo &node) UnwrapPageNodeInfo() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | distributed_ui.cpp | 280 auto node = ElementRegister::GetInstance()->GetUINodeById(nodeId); in DumpDirtyRenderNodes() local 298 auto node = ElementRegister::GetInstance()->GetUINodeById(nodeId); in DumpDirtyLayoutNodes() local 316 auto node in DumpNewNodes() local 415 DumpNode( const RefPtr<NG::UINode>& node, int depth, OperationType op, std::unique_ptr<NodeObject>& nodeObject) DumpNode() argument 435 DumpTreeInner(const RefPtr<NG::UINode>& node, SerializeableObjectArray& objectArray, int depth) DumpTreeInner() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
| H A D | click_recognizer.cpp | 158 auto node = GetAttachedNode().Upgrade(); in OnAccepted() local 217 auto node = GetAttachedNode().Upgrade(); in HandleTouchDownEvent() local
|
| H A D | gesture_recognizer.cpp | 279 void NGGestureRecognizer::Transform(PointF& localPointF, const WeakPtr<FrameNode>& node, bool isRealTime, in Transform() argument 361 auto node = GetAttachedNode().Upgrade(); in HandleWillAccept() local 373 auto node = GetAttachedNode().Upgrade(); in HandleDidAccept() local 512 auto node = GetAttachedNode().Upgrade(); in AboutToAddCurrentFingers() local 528 auto node = GetAttachedNode().Upgrade(); AboutToMinusCurrentFingers() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/ |
| H A D | focus_manager.cpp | 306 RefPtr<FocusManager> FocusManager::GetFocusManager(RefPtr<FrameNode>& node) in GetFocusManager() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
| H A D | folder_stack_pattern.cpp | 45 void FolderStackPattern::OnDetachFromFrameNode(FrameNode* node) in OnDetachFromFrameNode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
| H A D | templates_parser.cpp | 243 ParseArgs( const WeakPtr<RenderNode>& node, const std::string& args, double size, double gap) ParseArgs() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| H A D | toggle_button_pattern.cpp | 435 auto node = BuildContentModifierNode(); in FireBuilder() local
|