Home
last modified time | relevance | path

Searched defs:node (Results 401 – 425 of 3208) sorted by relevance

1...<<11121314151617181920>>...129

/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c51 int ret = 0, node; in board_usb_init() local
120 int node, ret; in misc_init_r() local
/openbmc/linux/drivers/fpga/
H A Ddfl-fme-pr.h32 struct list_head node; member
57 struct list_head node; member
/openbmc/linux/drivers/acpi/arm64/
H A Dapmt.c27 struct acpi_apmt_node *node) in apmt_init_resources()
75 static int __init apmt_add_platform_device(struct acpi_apmt_node *node, in apmt_add_platform_device()
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_soc.c87 struct device_node *node; in get_brgfreq() local
123 struct device_node *node; in get_baudrate() local
/openbmc/linux/drivers/acpi/acpica/
H A Dexstore.c362 struct acpi_namespace_node *node, in acpi_ex_store_object_to_node()
561 struct acpi_namespace_node *node, in acpi_ex_store_direct_to_node()
H A Devregion.c563 struct acpi_namespace_node *node; in acpi_ev_execute_reg_method() local
688 acpi_ev_execute_reg_methods(struct acpi_namespace_node *node, u32 max_depth, in acpi_ev_execute_reg_methods()
757 struct acpi_namespace_node *node; in acpi_ev_reg_run() local
/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c222 static bool sunxi_pctrl_has_bias_prop(struct device_node *node) in sunxi_pctrl_has_bias_prop()
230 static bool sunxi_pctrl_has_drive_prop(struct device_node *node) in sunxi_pctrl_has_drive_prop()
236 static int sunxi_pctrl_parse_bias_prop(struct device_node *node) in sunxi_pctrl_parse_bias_prop()
266 static int sunxi_pctrl_parse_drive_prop(struct device_node *node) in sunxi_pctrl_parse_drive_prop()
291 static const char *sunxi_pctrl_parse_function_prop(struct device_node *node) in sunxi_pctrl_parse_function_prop()
309 static const char *sunxi_pctrl_find_pins_prop(struct device_node *node, in sunxi_pctrl_find_pins_prop()
331 static unsigned long *sunxi_pctrl_build_pin_config(struct device_node *node, in sunxi_pctrl_build_pin_config()
388 struct device_node *node, in sunxi_pctrl_dt_node_to_map()
1184 struct device_node *node, in sunxi_pinctrl_irq_of_xlate()
1414 struct device_node *node) in sunxi_pinctrl_setup_debounce()
[all …]
/openbmc/linux/tools/testing/selftests/rseq/
H A Dparam_test.c598 struct percpu_list_node *node, in this_cpu_list_push()
631 struct percpu_list_node *node = NULL; in this_cpu_list_pop() local
667 struct percpu_list_node *node; in __percpu_list_pop() local
686 struct percpu_list_node *node; in test_percpu_list_thread() local
721 struct percpu_list_node *node; in test_percpu_list() local
753 struct percpu_list_node *node; in test_percpu_list() local
773 struct percpu_buffer_node *node, in this_cpu_buffer_push()
869 struct percpu_buffer_node *node; in test_percpu_buffer_thread() local
914 struct percpu_buffer_node *node; in test_percpu_buffer() local
953 struct percpu_buffer_node *node; in test_percpu_buffer() local
[all …]
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c460 static int __init radix_dt_scan_page_sizes(unsigned long node, in radix_dt_scan_page_sizes()
924 int __meminit vmemmap_check_pmd(pmd_t *pmdp, int node, in vmemmap_check_pmd()
935 void __meminit vmemmap_set_pmd(pmd_t *pmdp, void *p, int node, in vmemmap_set_pmd()
950 int node, in radix__vmemmap_pte_populate()
997 static inline pud_t *vmemmap_pud_alloc(p4d_t *p4dp, int node, in vmemmap_pud_alloc()
1014 static inline pmd_t *vmemmap_pmd_alloc(pud_t *pudp, int node, in vmemmap_pmd_alloc()
1030 static inline pte_t *vmemmap_pte_alloc(pmd_t *pmdp, int node, in vmemmap_pte_alloc()
1048 int __meminit radix__vmemmap_populate(unsigned long start, unsigned long end, int node, in radix__vmemmap_populate()
1134 static pte_t * __meminit radix__vmemmap_populate_address(unsigned long addr, int node, in radix__vmemmap_populate_address()
1168 unsigned long pfn_offset, int node) in vmemmap_compound_tail_page()
[all …]
/openbmc/linux/drivers/of/
H A Dbase.c519 struct device_node *of_get_parent(const struct device_node *node) in of_get_parent()
545 struct device_node *of_get_next_parent(struct device_node *node) in of_get_next_parent()
561 static struct device_node *__of_get_next_child(const struct device_node *node, in __of_get_next_child()
587 struct device_node *of_get_next_child(const struct device_node *node, in of_get_next_child()
608 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child()
646 struct device_node *node; in of_get_next_cpu_node() local
709 struct device_node *of_get_child_by_name(const struct device_node *node, in of_get_child_by_name()
739 struct device_node *__of_find_node_by_full_path(struct device_node *node, in __of_find_node_by_full_path()
945 const struct device_node *node) in __of_match_node()
973 const struct device_node *node) in of_match_node()
[all …]
/openbmc/linux/kernel/module/
H A Dtree_lookup.c64 static noinline void __mod_tree_insert(struct mod_tree_node *node, struct mod_tree_root *tree) in __mod_tree_insert()
69 static void __mod_tree_remove(struct mod_tree_node *node, struct mod_tree_root *tree) in __mod_tree_remove()
/openbmc/linux/arch/arm/kernel/
H A Ddevtree.c35 static int __init set_smp_ops_by_method(struct device_node *node) in set_smp_ops_by_method()
52 static inline int set_smp_ops_by_method(struct device_node *node) in set_smp_ops_by_method()
/openbmc/linux/drivers/clk/socfpga/
H A Dclk-periph-a10.c60 static void __init __socfpga_periph_init(struct device_node *node, in __socfpga_periph_init()
130 void __init socfpga_a10_periph_init(struct device_node *node) in socfpga_a10_periph_init()
/openbmc/linux/kernel/power/
H A Dwakelock.c29 struct rb_node node; member
40 struct rb_node *node; in pm_show_wakelocks() local
150 struct rb_node **node = &wakelocks_tree.rb_node; in wakelock_lookup_add() local
/openbmc/libbej/test/
H A Dbej_tree_test.cpp13 struct RedfishPropertyParent node; in TEST() local
30 struct RedfishPropertyParent node; in TEST() local
47 struct RedfishPropertyParent node; in TEST() local
/openbmc/linux/include/linux/
H A Dplist.h113 #define PLIST_NODE_INIT(node, __prio) \ argument
135 static inline void plist_node_init(struct plist_node *node, int prio) in plist_node_init()
222 static inline int plist_node_empty(const struct plist_node *node) in plist_node_empty()
/openbmc/linux/io_uring/
H A Drsrc.h48 struct list_head node; member
85 static inline void io_put_rsrc_node(struct io_ring_ctx *ctx, struct io_rsrc_node *node) in io_put_rsrc_node()
100 struct io_rsrc_node *node) in io_charge_rsrc_node()
/openbmc/linux/tools/testing/radix-tree/
H A Dlinux.c70 struct radix_tree_node *node = cachep->objs; in kmem_cache_alloc_lru() local
107 struct radix_tree_node *node = objp; in kmem_cache_free_locked() local
153 struct radix_tree_node *node; in kmem_cache_alloc_bulk() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-powermac.c201 struct device_node *node) in i2c_powermac_get_addr()
270 struct device_node *node, in i2c_powermac_get_type()
310 struct device_node *node; in i2c_powermac_register_devices() local
/openbmc/linux/fs/nfs/
H A Dpnfs_dev.c294 nfs4_mark_deviceid_available(struct nfs4_deviceid_node *node) in nfs4_mark_deviceid_available()
304 nfs4_mark_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_mark_deviceid_unavailable()
314 nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_test_deviceid_unavailable()
/openbmc/linux/arch/loongarch/mm/
H A Dinit.c130 void __meminit vmemmap_set_pmd(pmd_t *pmd, void *p, int node, in vmemmap_set_pmd()
140 int __meminit vmemmap_check_pmd(pmd_t *pmd, int node, in vmemmap_check_pmd()
152 int node, struct vmem_altmap *altmap) in vmemmap_populate()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c42 int node = dev_of_offset(dev); in bd82x6x_sata_init() local
193 int node = dev_of_offset(dev); in bd82x6x_sata_enable() local
/openbmc/linux/net/batman-adv/
H A Dhash.h84 struct hlist_node *node; in batadv_hash_add() local
135 struct hlist_node *node; in batadv_hash_remove() local
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mt7629-eth.c76 struct device_node *node = pdev->dev.of_node; in clk_mt7629_ethsys_init() local
100 struct device_node *node = pdev->dev.of_node; in clk_mt7629_sgmiisys_init() local
/openbmc/linux/tools/perf/util/
H A Dconfig.h12 struct list_head node; member
19 struct list_head node; member

1...<<11121314151617181920>>...129