Home
last modified time | relevance | path

Searched refs:node (Results 2776 - 2800 of 12301) sorted by relevance

1...<<111112113114115116117118119120>>...493

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_canvas_node_command_test.cpp101 auto node = context.GetNodeMap().GetRenderNode<RSCanvasRenderNode>(id); in HWTEST_F() local
104 bool res = RSCanvasNodeCommandHelper::AddCmdToSingleFrameComposer(node, drawCmds, type); in HWTEST_F()
109 res = RSCanvasNodeCommandHelper::AddCmdToSingleFrameComposer(node, drawCmds, type); in HWTEST_F()
112 node->isNodeSingleFrameComposer_ = true; in HWTEST_F()
113 res = RSCanvasNodeCommandHelper::AddCmdToSingleFrameComposer(node, drawCmds, type); in HWTEST_F()
118 res = RSCanvasNodeCommandHelper::AddCmdToSingleFrameComposer(node, drawCmds, type); in HWTEST_F()
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_feature.c41 UtilsListInit(&feature->relations.callbacks.node); in Init()
42 UtilsListInit(&feature->relations.node); in Init()
81 UTILS_DL_LIST_FOR_EACH_ENTRY(item, &relation->callbacks.node, ConsumerNode, node) { in OnMessage()
101 UTILS_DL_LIST *list = &feature->relations.node; in GetRelation()
104 UTILS_DL_LIST_FOR_EACH_ENTRY(item, list, Relation, node) { in GetRelation()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.h35 bool Marshal(json &node) const override;
36 bool Unmarshal(const json &node) override;
42 bool Marshal(json &node) const override;
43 bool Unmarshal(const json &node) override;
58 bool Marshal(json &node) const override;
59 bool Unmarshal(const json &node) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dpublished_data.h28 bool Marshal(json &node) const override;
29 bool Unmarshal(const json &node) override;
39 bool Marshal(json &node) const override;
40 bool Unmarshal(const json &node) override;
51 explicit PublishedData(const PublishedDataNode &node);
59 PublishedData(const PublishedDataNode &node, const int version);
H A Dtemplate_data.h27 bool Marshal(json &node) const override;
28 bool Unmarshal(const json &node) override;
35 bool Marshal(json &node) const override;
36 bool Unmarshal(const json &node) override;
47 bool Marshal(json &node) const override;
48 bool Unmarshal(const json &node) override;
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_img.cpp56 auto node = Rosen::RSCanvasNode::Create(); in SetUpNodeBgImage() local
57 node->SetBounds(bounds); in SetUpNodeBgImage()
58 node->SetBgImageWidth(bounds[WIDTH_INDEX]); in SetUpNodeBgImage()
59 node->SetBgImageHeight(bounds[HEIGHT_INDEX]); in SetUpNodeBgImage()
60 node->SetBgImage(image); in SetUpNodeBgImage()
61 return node; in SetUpNodeBgImage()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dfdtparams.c58 static int __init efi_get_fdt_prop(const void *fdt, int node, const char *pname, in efi_get_fdt_prop() argument
65 prop = fdt_getprop(fdt, node, pname, &len); in efi_get_fdt_prop()
86 int i, j, node; in efi_get_fdt_params() local
105 node = fdt_path_offset(fdt, dt_params[i].path); in efi_get_fdt_params()
106 if (node < 0) in efi_get_fdt_params()
116 if (!efi_get_fdt_prop(fdt, node, pname, name[j], in efi_get_fdt_params()
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_abi.py97 node = nodes.section()
119 self.do_parse(content, node)
135 self.do_parse(content, node)
137 return node.children
139 def do_parse(self, content, node):
141 self.state.nested_parse(content, 0, node, match_titles=1)
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dmedia-dev.h53 * - a video capture device node and any remaining entities.
175 static inline bool fimc_md_is_isp_available(struct device_node *node) in fimc_md_is_isp_available() argument
177 node = of_get_child_by_name(node, FIMC_IS_OF_NODE_NAME); in fimc_md_is_isp_available()
178 return node ? of_device_is_available(node) : false; in fimc_md_is_isp_available()
181 #define fimc_md_is_isp_available(node) (false)
/kernel/linux/linux-5.10/drivers/net/mdio/
H A Dmdio-thunder.c25 struct device_node *node; in thunder_mdiobus_pci_probe() local
63 /* If it is not an OF node we cannot handle it yet, so in thunder_mdiobus_pci_probe()
66 node = to_of_node(fwn); in thunder_mdiobus_pci_probe()
67 if (!node) in thunder_mdiobus_pci_probe()
70 err = of_address_to_resource(node, 0, &r); in thunder_mdiobus_pci_probe()
74 node); in thunder_mdiobus_pci_probe()
99 err = of_mdiobus_register(bus->mii_bus, node); in thunder_mdiobus_pci_probe()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dcore.h21 * @node: node to include this pin controller in the global pin controller list
43 struct list_head node; member
69 * @node: global list node
78 struct list_head node; member
88 * @node: list node for struct pinctrl's @states field
93 struct list_head node; member
124 * @node
132 struct list_head node; global() member
180 struct list_head node; global() member
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfhci-mem.c26 INIT_LIST_HEAD(&td->node); in init_td()
34 INIT_LIST_HEAD(&ed->node); in init_ed()
42 td = list_entry(fhci->empty_tds.next, struct td, node); in get_empty_td()
58 list_add(&td->node, &fhci->empty_tds); in fhci_recycle_empty_td()
66 ed = list_entry(fhci->empty_eds.next, struct ed, node); in fhci_get_empty_ed()
82 list_add(&ed->node, &fhci->empty_eds); in fhci_recycle_empty_ed()
/kernel/linux/linux-5.10/include/linux/
H A Dnode.h3 * include/linux/node.h - generic node definition
6 * basic 'struct node' here, which can be embedded in per-arch
9 * Basic handling of the devices is done in drivers/base/node.c
12 * Nodes are exported via driverfs in the class/node/devices/
84 struct node { struct
98 extern struct node *node_devices[];
99 typedef void (*node_registration_func_t)(struct node *);
113 extern void unregister_node(struct node *node);
[all...]
H A Dof_address.h12 struct device_node *node; member
58 struct device_node *node);
60 struct device_node *node);
85 struct device_node *node) in of_pci_range_parser_init()
91 struct device_node *node) in of_pci_dma_range_parser_init()
112 void __iomem *of_iomap(struct device_node *node, int index);
84 of_pci_range_parser_init(struct of_pci_range_parser *parser, struct device_node *node) of_pci_range_parser_init() argument
90 of_pci_dma_range_parser_init(struct of_pci_range_parser *parser, struct device_node *node) of_pci_dma_range_parser_init() argument
/kernel/linux/linux-5.10/include/net/
H A Dipx.h22 __u8 node[IPX_NODE_LEN]; member
71 struct list_head node; /* node in ipx_interfaces list */ member
79 struct list_head node; /* node in ipx_routes list */ member
102 unsigned char node[IPX_NODE_LEN]; member
144 int ipxitf_send(struct ipx_interface *intrfc, struct sk_buff *skb, char *node);
147 unsigned char *node);
/kernel/linux/linux-5.10/tools/include/linux/
H A Dhashtable.h54 * @node: the &struct hlist_node of the object to be added
57 #define hash_add(hashtable, node, key) \
58 hlist_add_head(node, &hashtable[hash_min(key, HASH_BITS(hashtable))])
62 * @node: the &struct hlist_node of the object to be checked
64 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() argument
66 return !hlist_unhashed(node); in hash_hashed()
91 * @node: &struct hlist_node of the object to remove
93 static inline void hash_del(struct hlist_node *node) in hash_del() argument
95 hlist_del_init(node); in hash_del()
/kernel/linux/linux-5.10/tools/perf/util/
H A Drblist.c131 struct rb_node *node; in rblist__entry() local
133 for (node = rb_first_cached(&rblist->entries); node; in rblist__entry()
134 node = rb_next(node)) { in rblist__entry()
136 return node; in rblist__entry()
/kernel/linux/linux-5.10/kernel/livepatch/
H A Dshadow.c48 * @node: klp_shadow_hash hash table node
55 struct hlist_node node; member
89 hash_for_each_possible_rcu(klp_shadow_hash, shadow, node, in klp_shadow_get()
157 hash_add_rcu(klp_shadow_hash, &new_shadow->node, in __klp_shadow_get_or_alloc()
237 hash_del_rcu(&shadow->node); in klp_shadow_free_struct()
261 hash_for_each_possible(klp_shadow_hash, shadow, node, in klp_shadow_free()
292 hash_for_each(klp_shadow_hash, i, shadow, node) { in klp_shadow_free_all()
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/
H A Dtilcdc_external.c168 struct device_node *node; in tilcdc_get_external_components() local
170 node = of_graph_get_remote_node(dev->of_node, 0, 0); in tilcdc_get_external_components()
172 if (!of_device_is_compatible(node, "nxp,tda998x")) { in tilcdc_get_external_components()
173 of_node_put(node); in tilcdc_get_external_components()
178 drm_of_component_match_add(dev, match, dev_match_of, node); in tilcdc_get_external_components()
179 of_node_put(node); in tilcdc_get_external_components()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dfhci-mem.c26 INIT_LIST_HEAD(&td->node); in init_td()
34 INIT_LIST_HEAD(&ed->node); in init_ed()
42 td = list_entry(fhci->empty_tds.next, struct td, node); in get_empty_td()
58 list_add(&td->node, &fhci->empty_tds); in fhci_recycle_empty_td()
66 ed = list_entry(fhci->empty_eds.next, struct ed, node); in fhci_get_empty_ed()
82 list_add(&ed->node, &fhci->empty_eds); in fhci_recycle_empty_ed()
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-mt7622-infracfg.c63 struct device_node *node = pdev->dev.of_node; in clk_mt7622_infracfg_probe() local
79 ret = mtk_clk_register_gates(&pdev->dev, node, infra_clks, in clk_mt7622_infracfg_probe()
84 ret = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes, in clk_mt7622_infracfg_probe()
89 ret = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt7622_infracfg_probe()
106 struct device_node *node = pdev->dev.of_node; in clk_mt7622_infracfg_remove() local
109 of_clk_del_provider(node); in clk_mt7622_infracfg_remove()
H A Dclk-mt6795-infracfg.c89 struct device_node *node = pdev->dev.of_node; in clk_mt6795_infracfg_probe() local
105 ret = mtk_clk_register_gates(&pdev->dev, node, infra_gates, in clk_mt6795_infracfg_probe()
110 ret = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes, in clk_mt6795_infracfg_probe()
115 ret = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt6795_infracfg_probe()
132 struct device_node *node = pdev->dev.of_node; in clk_mt6795_infracfg_remove() local
135 of_clk_del_provider(node); in clk_mt6795_infracfg_remove()
H A Dclk-mt7629-eth.c76 struct device_node *node = pdev->dev.of_node; in clk_mt7629_ethsys_init() local
83 mtk_clk_register_gates(&pdev->dev, node, eth_clks, in clk_mt7629_ethsys_init()
86 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt7629_ethsys_init()
100 struct device_node *node = pdev->dev.of_node; in clk_mt7629_sgmiisys_init() local
108 mtk_clk_register_gates(&pdev->dev, node, sgmii_clks[id++], in clk_mt7629_sgmiisys_init()
111 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt7629_sgmiisys_init()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dfdtparams.c60 static int __init efi_get_fdt_prop(const void *fdt, int node, const char *pname, in efi_get_fdt_prop() argument
67 prop = fdt_getprop(fdt, node, pname, &len); in efi_get_fdt_prop()
88 int i, j, node; in efi_get_fdt_params() local
107 node = fdt_path_offset(fdt, dt_params[i].path); in efi_get_fdt_params()
108 if (node < 0) in efi_get_fdt_params()
118 if (!efi_get_fdt_prop(fdt, node, pname, name[j], in efi_get_fdt_params()
/kernel/linux/linux-6.6/kernel/livepatch/
H A Dshadow.c48 * @node: klp_shadow_hash hash table node
55 struct hlist_node node; member
89 hash_for_each_possible_rcu(klp_shadow_hash, shadow, node, in klp_shadow_get()
157 hash_add_rcu(klp_shadow_hash, &new_shadow->node, in __klp_shadow_get_or_alloc()
237 hash_del_rcu(&shadow->node); in klp_shadow_free_struct()
261 hash_for_each_possible(klp_shadow_hash, shadow, node, in klp_shadow_free()
292 hash_for_each(klp_shadow_hash, i, shadow, node) { in klp_shadow_free_all()

Completed in 12 milliseconds

1...<<111112113114115116117118119120>>...493