Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 2312) sorted by relevance

12345678910>>...93

/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py115 def body_or_else(self, node): argument
122 def signature(self, node): argument
144 def decorators(self, node): argument
181 def visit_Expr(self, node): argument
228 def visit_If(self, node): argument
249 def visit_For(self, node): argument
265 def visit_With(self, node): argument
275 def visit_Pass(self, node): argument
365 def visit_Call(self, node): argument
408 def visit(self, node): argument
[all …]
/openbmc/u-boot/drivers/core/
H A Dofnode.c179 ofnode ofnode_first_subnode(ofnode node) in ofnode_first_subnode()
189 ofnode ofnode_next_subnode(ofnode node) in ofnode_next_subnode()
199 ofnode ofnode_get_parent(ofnode node) in ofnode_get_parent()
213 const char *ofnode_get_name(ofnode node) in ofnode_get_name()
224 ofnode node; in ofnode_get_by_phandle() local
287 fdt_addr_t ofnode_get_addr(ofnode node) in ofnode_get_addr()
456 ofnode timings, node; in ofnode_decode_display_timing() local
526 bool ofnode_is_available(ofnode node) in ofnode_is_available()
669 int ofnode_read_addr_cells(ofnode node) in ofnode_read_addr_cells()
677 int ofnode_read_size_cells(ofnode node) in ofnode_read_size_cells()
[all …]
/openbmc/linux/drivers/clk/ti/
H A Ddpll.c154 struct device_node *node) in _register_dpll()
217 static void _register_dpll_x2(struct device_node *node, in _register_dpll_x2()
279 static void __init of_ti_dpll_setup(struct device_node *node, in of_ti_dpll_setup()
395 static void __init of_ti_omap4_dpll_x2_setup(struct device_node *node) in of_ti_omap4_dpll_x2_setup()
404 static void __init of_ti_am3_dpll_x2_setup(struct device_node *node) in of_ti_am3_dpll_x2_setup()
413 static void __init of_ti_omap3_dpll_setup(struct device_node *node) in of_ti_omap3_dpll_setup()
457 static void __init of_ti_omap3_per_dpll_setup(struct device_node *node) in of_ti_omap3_per_dpll_setup()
500 static void __init of_ti_omap4_dpll_setup(struct device_node *node) in of_ti_omap4_dpll_setup()
519 static void __init of_ti_omap5_mpu_dpll_setup(struct device_node *node) in of_ti_omap5_mpu_dpll_setup()
670 static void __init of_ti_am3_dpll_setup(struct device_node *node) in of_ti_am3_dpll_setup()
[all …]
H A Dgate.c88 static struct clk *_register_gate(struct device_node *node, const char *name, in _register_gate()
126 static void __init _of_ti_gate_clk_setup(struct device_node *node, in _of_ti_gate_clk_setup()
169 _of_ti_composite_gate_clk_setup(struct device_node *node, in _of_ti_composite_gate_clk_setup()
195 of_ti_composite_no_wait_gate_clk_setup(struct device_node *node) in of_ti_composite_no_wait_gate_clk_setup()
211 static void __init of_ti_composite_gate_clk_setup(struct device_node *node) in of_ti_composite_gate_clk_setup()
219 static void __init of_ti_clkdm_gate_clk_setup(struct device_node *node) in of_ti_clkdm_gate_clk_setup()
226 static void __init of_ti_hsdiv_gate_clk_setup(struct device_node *node) in of_ti_hsdiv_gate_clk_setup()
234 static void __init of_ti_gate_clk_setup(struct device_node *node) in of_ti_gate_clk_setup()
240 static void __init of_ti_wait_gate_clk_setup(struct device_node *node) in of_ti_wait_gate_clk_setup()
248 static void __init of_ti_am35xx_gate_clk_setup(struct device_node *node) in of_ti_am35xx_gate_clk_setup()
[all …]
H A Dinterface.c27 static struct clk *_register_interface(struct device_node *node, in _register_interface()
61 static void __init _of_ti_interface_clk_setup(struct device_node *node, in _of_ti_interface_clk_setup()
91 static void __init of_ti_interface_clk_setup(struct device_node *node) in of_ti_interface_clk_setup()
98 static void __init of_ti_no_wait_interface_clk_setup(struct device_node *node) in of_ti_no_wait_interface_clk_setup()
106 static void __init of_ti_hsotgusb_interface_clk_setup(struct device_node *node) in of_ti_hsotgusb_interface_clk_setup()
114 static void __init of_ti_dss_interface_clk_setup(struct device_node *node) in of_ti_dss_interface_clk_setup()
122 static void __init of_ti_ssi_interface_clk_setup(struct device_node *node) in of_ti_ssi_interface_clk_setup()
129 static void __init of_ti_am35xx_interface_clk_setup(struct device_node *node) in of_ti_am35xx_interface_clk_setup()
138 static void __init of_ti_omap2430_interface_clk_setup(struct device_node *node) in of_ti_omap2430_interface_clk_setup()
/openbmc/linux/arch/sparc/prom/
H A Dtree_64.c38 inline phandle __prom_getchild(phandle node) in __prom_getchild()
43 phandle prom_getchild(phandle node) in prom_getchild()
56 inline phandle prom_getparent(phandle node) in prom_getparent()
71 inline phandle __prom_getsibling(phandle node) in __prom_getsibling()
76 phandle prom_getsibling(phandle node) in prom_getsibling()
93 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
145 int prom_getint(phandle node, const char *prop) in prom_getint()
173 int prom_getbool(phandle node, const char *prop) in prom_getbool()
203 int prom_nodematch(phandle node, const char *name) in prom_nodematch()
239 char *prom_firstprop(phandle node, char *buffer) in prom_firstprop()
[all …]
H A Dtree_32.c24 static phandle __prom_getchild(phandle node) in __prom_getchild()
40 phandle prom_getchild(phandle node) in prom_getchild()
56 static phandle __prom_getsibling(phandle node) in __prom_getsibling()
72 phandle prom_getsibling(phandle node) in prom_getsibling()
90 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
130 int prom_getint(phandle node, char *prop) in prom_getint()
156 int prom_getbool(phandle node, char *prop) in prom_getbool()
204 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop()
221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop()
234 phandle node = prom_root_node, node2; in prom_finddevice() local
[all …]
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_node.c14 struct efc_node *node = rnode->node; in efc_remote_node_cb() local
48 struct efc_node *node = NULL; in efc_node_alloc() local
120 efc_node_free(struct efc_node *node) in efc_node_free()
192 efc_node_attach(struct efc_node *node) in efc_node_attach()
366 struct efc_node *node = ctx->app; in __efc_node_shutdown() local
468 struct efc_node *node = ctx->app; in __efc_node_wait_els_shutdown() local
542 struct efc_node *node = ctx->app; in __efc_node_wait_node_free() local
591 struct efc_node *node = ctx->app; in __efc_node_wait_ios_shutdown() local
648 struct efc_node *node = NULL; in __efc_node_common() local
873 efc_node_pause(struct efc_node *node, in efc_node_pause()
[all …]
H A Defc_fabric.c54 struct efc_node *node = NULL; in __efc_fabric_common() local
76 struct efc_node *node = ctx->app; in __efc_fabric_init() local
135 struct efc_node *node = ctx->app; in __efc_fabric_flogi_wait_rsp() local
240 struct efc_node *node = ctx->app; in __efc_vport_fabric_init() local
263 struct efc_node *node = ctx->app; in __efc_fabric_fdisc_wait_rsp() local
356 struct efc_node *node = ctx->app; in __efc_fabric_wait_domain_attach() local
397 struct efc_node *node = ctx->app; in __efc_fabric_idle() local
414 struct efc_node *node = ctx->app; in __efc_ns_init() local
436 struct efc_node *node = ctx->app; in __efc_ns_plogi_wait_rsp() local
471 struct efc_node *node = ctx->app; in __efc_ns_wait_node_attach() local
[all …]
H A Defc_device.c47 struct efc_node *node = NULL; in __efc_d_common() local
85 struct efc_node *node = ctx->app; in __efc_d_wait_del_node() local
148 struct efc_node *node = ctx->app; in __efc_d_wait_del_ini_tgt() local
201 struct efc_node *node = ctx->app; in __efc_d_initiate_shutdown() local
317 struct efc_node *node = ctx->app; in __efc_d_wait_loop() local
374 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_acc_cmpl() local
411 struct efc_node *node = ctx->app; in __efc_d_wait_logo_rsp() local
507 struct efc_node *node = ctx->app; in __efc_d_init() local
692 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_rsp() local
814 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_rsp_recvd_prli() local
[all …]
H A Defc_els.c112 struct efc_node *node; in _efc_els_io_free() local
160 struct efc_node *node; in efc_els_req_cb() local
322 struct efc_node *node; in efc_els_acc_cb() local
357 struct efc_node *node = els->node; in efc_els_send_rsp() local
393 efc_send_plogi(struct efc_node *node) in efc_send_plogi()
420 efc_send_flogi(struct efc_node *node) in efc_send_flogi()
449 efc_send_fdisc(struct efc_node *node) in efc_send_fdisc()
478 efc_send_prli(struct efc_node *node) in efc_send_prli()
518 efc_send_logo(struct efc_node *node) in efc_send_logo()
550 efc_send_adisc(struct efc_node *node) in efc_send_adisc()
[all …]
/openbmc/linux/fs/hfs/
H A Dbnode.c50 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
142 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump()
179 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink()
228 struct hfs_bnode *node; in hfs_bnode_findhash() local
246 struct hfs_bnode *node, *node2; in __hfs_bnode_create() local
302 void hfs_bnode_unhash(struct hfs_bnode *node) in hfs_bnode_unhash()
319 struct hfs_bnode *node; in hfs_bnode_find() local
401 void hfs_bnode_free(struct hfs_bnode *node) in hfs_bnode_free()
413 struct hfs_bnode *node; in hfs_bnode_create() local
447 void hfs_bnode_get(struct hfs_bnode *node) in hfs_bnode_get()
[all …]
/openbmc/u-boot/include/dm/
H A Dofnode.h56 ofnode node; member
69 static inline const struct device_node *ofnode_to_np(ofnode node) in ofnode_to_np()
86 static inline int ofnode_to_offset(ofnode node) in ofnode_to_offset()
100 static inline bool ofnode_valid(ofnode node) in ofnode_valid()
116 ofnode node; in offset_to_ofnode() local
134 ofnode node; in np_to_ofnode() local
152 static inline bool ofnode_is_np(ofnode node) in ofnode_is_np()
185 ofnode node; in ofnode_null() local
213 static inline int ofnode_read_s32(ofnode node, const char *propname, in ofnode_read_s32()
748 #define ofnode_for_each_subnode(node, parent) \ argument
/openbmc/linux/scripts/dtc/
H A Dchecks.c62 struct node *node, in check_msg()
207 struct node *node) in check_is_string()
225 struct node *node) in check_is_string_list()
254 struct node *node) in check_is_cell()
313 struct node *node) in check_node_name_chars()
324 struct node *node) in check_node_name_chars_strict()
335 struct node *node) in check_node_name_format()
569 struct node *node) in check_name_properties()
785 struct node *node) in check_ranges_format()
1598 struct node *node) in check_interrupt_map()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c137 struct otx2_qos_node *node, in __otx2_qos_txschq_cfg()
236 struct otx2_qos_node *node; in otx2_qos_free_hw_node_schq() local
255 struct otx2_qos_node *node) in otx2_qos_free_hw_cfg()
328 struct otx2_qos_node *node; in otx2_qos_fill_cfg_schq() local
337 struct otx2_qos_node *node; in otx2_qos_fill_cfg_tl() local
363 struct otx2_qos_node *node; in otx2_qos_read_txschq_cfg_schq() local
377 struct otx2_qos_node *node; in otx2_qos_read_txschq_cfg_tl() local
403 struct otx2_qos_node *node; in otx2_qos_alloc_root() local
503 struct otx2_qos_node *node; in otx2_qos_sw_create_leaf_node() local
575 struct otx2_qos_node *node; in otx2_get_txq_by_classid() local
[all …]
/openbmc/linux/fs/hfsplus/
H A Dbnode.c49 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
291 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump()
328 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink()
378 struct hfs_bnode *node; in hfs_bnode_findhash() local
395 struct hfs_bnode *node, *node2; in __hfs_bnode_create() local
452 void hfs_bnode_unhash(struct hfs_bnode *node) in hfs_bnode_unhash()
469 struct hfs_bnode *node; in hfs_bnode_find() local
552 void hfs_bnode_free(struct hfs_bnode *node) in hfs_bnode_free()
564 struct hfs_bnode *node; in hfs_bnode_create() local
598 void hfs_bnode_get(struct hfs_bnode *node) in hfs_bnode_get()
[all …]
/openbmc/linux/lib/
H A Dradix-tree.c222 const struct radix_tree_node *node, in next_index()
292 struct radix_tree_node *node = in radix_tree_node_rcu_free() local
325 struct radix_tree_node *node; in __radix_tree_preload() local
544 struct radix_tree_node *node) in delete_node()
706 struct radix_tree_node *node; in radix_tree_insert() local
876 struct radix_tree_node *node, in __radix_tree_replace()
939 struct radix_tree_node *node, in node_tag_set()
996 struct radix_tree_node *node, in node_tag_clear()
1416 struct radix_tree_node *node = NULL; in radix_tree_delete_item() local
1572 struct radix_tree_node *node = arg; in radix_tree_node_ctor() local
[all …]
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-sunxi.c571 static void __init sun4i_pll1_clk_setup(struct device_node *node) in sun4i_pll1_clk_setup()
578 static void __init sun6i_pll1_clk_setup(struct device_node *node) in sun6i_pll1_clk_setup()
585 static void __init sun8i_pll1_clk_setup(struct device_node *node) in sun8i_pll1_clk_setup()
592 static void __init sun7i_pll4_clk_setup(struct device_node *node) in sun7i_pll4_clk_setup()
599 static void __init sun5i_ahb_clk_setup(struct device_node *node) in sun5i_ahb_clk_setup()
606 static void __init sun6i_ahb1_clk_setup(struct device_node *node) in sun6i_ahb1_clk_setup()
620 static void __init sun7i_out_clk_setup(struct device_node *node) in sun7i_out_clk_setup()
697 static void __init sun4i_cpu_clk_setup(struct device_node *node) in sun4i_cpu_clk_setup()
826 static void __init sun4i_ahb_clk_setup(struct device_node *node) in sun4i_ahb_clk_setup()
840 static void __init sun4i_axi_clk_setup(struct device_node *node) in sun4i_axi_clk_setup()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c76 struct node *node, in check_msg()
180 struct node *node) in check_is_string()
198 struct node *node) in check_is_string_list()
227 struct node *node) in check_is_cell()
285 struct node *node) in check_node_name_chars()
296 struct node *node) in check_node_name_chars_strict()
307 struct node *node) in check_node_name_format()
522 struct node *node) in check_name_properties()
589 struct node *node) in fixup_path_references()
668 struct node *node) in fixup_addr_size_cells()
[all …]
/openbmc/linux/include/linux/
H A Drbtree.h33 #define RB_EMPTY_NODE(node) \ argument
35 #define RB_CLEAR_NODE(node) \ argument
108 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached()
119 rb_erase_cached(struct rb_node *node, struct rb_root_cached *root) in rb_erase_cached()
165 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached()
195 rb_add(struct rb_node *node, struct rb_root *tree, in rb_add()
223 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add()
259 struct rb_node *node = tree->rb_node; in rb_find() local
287 struct rb_node *node = tree->rb_node; in rb_find_first() local
314 rb_next_match(const void *key, struct rb_node *node, in rb_next_match()
[all …]
H A Dof_graph.h60 static inline bool of_graph_is_present(const struct device_node *node) in of_graph_is_present()
65 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint()
77 struct device_node *node, u32 id) in of_graph_get_port_by_id()
96 const struct device_node *node) in of_graph_get_remote_endpoint()
102 struct device_node *node) in of_graph_get_port_parent()
108 const struct device_node *node) in of_graph_get_remote_port_parent()
114 const struct device_node *node) in of_graph_get_remote_port()
119 const struct device_node *node, in of_graph_get_remote_node()
/openbmc/linux/kernel/bpf/
H A Dbpf_lru_list.c67 struct bpf_lru_node *node, in __bpf_lru_node_move_to_free()
88 struct bpf_lru_node *node, in __bpf_lru_node_move_in()
106 struct bpf_lru_node *node, in __bpf_lru_node_move()
176 struct bpf_lru_node *node; in __bpf_lru_list_rotate_inactive() local
311 struct bpf_lru_node *node) in bpf_lru_list_push_free()
368 struct bpf_lru_node *node; in __local_list_pop_free() local
382 struct bpf_lru_node *node; in __local_list_pop_pending() local
408 struct bpf_lru_node *node = NULL; in bpf_percpu_lru_pop_free() local
441 struct bpf_lru_node *node; in bpf_common_lru_pop_free() local
572 struct bpf_lru_node *node; in bpf_common_lru_populate() local
[all …]
/openbmc/linux/fs/dlm/
H A Dmidcomms.c200 struct midcomms_node *node; member
277 struct midcomms_node *node; in __find_node() local
341 struct midcomms_node *node; in dlm_midcomms_addr() local
662 struct midcomms_node *node; in dlm_midcomms_receive_buffer_3_2() local
790 struct midcomms_node *node; in dlm_midcomms_receive_buffer_3_1() local
922 struct midcomms_node *node; in dlm_midcomms_unack_msg_resend() local
1008 struct midcomms_node *node; in dlm_midcomms_get_mhandle() local
1168 struct midcomms_node *node; in dlm_midcomms_exit() local
1221 struct midcomms_node *node; in dlm_midcomms_add_member() local
1266 struct midcomms_node *node; in dlm_midcomms_remove_member() local
[all …]
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c159 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable()
252 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable()
411 static long heathrow_ide_reset(struct device_node *node, long param, in heathrow_ide_reset()
807 core99_ata100_enable(struct device_node *node, long value) in core99_ata100_enable()
842 core99_ide_enable(struct device_node *node, long param, long value) in core99_ide_enable()
865 core99_ide_reset(struct device_node *node, long param, long value) in core99_ide_reset()
1042 core99_reset_cpu(struct device_node *node, long param, long value) in core99_reset_cpu()
1083 core99_usb_enable(struct device_node *node, long param, long value) in core99_usb_enable()
1315 core99_read_gpio(struct device_node *node, long param, long value) in core99_read_gpio()
2370 struct device_node *node; in pmac_do_feature_call() local
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c25 static void mlist_delete(MemList *list, MemBlock *node) in mlist_delete()
34 MemBlock *node; in mlist_find_key() local
45 MemBlock *node; in mlist_find_space() local
57 MemBlock *node; in mlist_sort_insert() local
71 static inline uint64_t mlist_boundary(MemBlock *node) in mlist_boundary()
156 MemBlock *node; in mlist_check() local
179 MemBlock *node; in mlist_alloc() local
191 MemBlock *node; in mlist_free() local
217 MemBlock *node; in alloc_destroy() local
290 MemBlock *node; in alloc_init() local
[all …]

12345678910>>...93