/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _html5lib.py | 190 def appendChild(self, node): argument 287 def appendChild(self, node): argument 375 def insertBefore(self, node, refNode): argument 387 def removeChild(self, node): argument
|
/openbmc/linux/arch/x86/kernel/ |
H A D | amd_nb.c | 164 struct amd_northbridge *node_to_amd_nb(int node) in node_to_amd_nb() argument 181 static int __amd_smn_rw(u16 node, u32 address, u32 *value, bool write) in __amd_smn_rw() argument 214 int amd_smn_read(u16 node, u32 address, u32 *value) in amd_smn_read() argument 227 int amd_smn_write(u16 node, u32 address, u32 value) in amd_smn_write() argument [all...] |
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-psci-domain.c | 26 struct device_node *node; member 140 struct device_node *node; in psci_cpuidle_domain_probe() local
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem_gtt.c | 99 struct drm_mm_node *node, in i915_gem_gtt_reserve() 192 struct drm_mm_node *node, in i915_gem_gtt_insert()
|
/openbmc/openbmc/poky/scripts/ |
H A D | pythondeps | 46 def visit_Import(self, node): argument 50 def visit_ImportFrom(self, node): argument
|
/openbmc/linux/arch/powerpc/kexec/ |
H A D | core.c | 236 static void __init export_crashk_values(struct device_node *node) in export_crashk_values() 262 struct device_node *node; in kexec_setup() local
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gem.h | 44 struct list_head node; member 59 drm_mm_node_to_panfrost_mapping(struct drm_mm_node *node) in drm_mm_node_to_panfrost_mapping()
|
/openbmc/linux/include/linux/ |
H A D | cpuhotplug.h | 369 struct hlist_node *node), in cpuhp_setup_state_multi() 395 struct hlist_node *node) in cpuhp_state_add_instance() 411 struct hlist_node *node) in cpuhp_state_add_instance_nocalls() 429 struct hlist_node *node) in cpuhp_state_add_instance_nocalls_cpuslocked() 498 struct hlist_node *node) in cpuhp_state_remove_instance() 512 struct hlist_node *node) in cpuhp_state_remove_instance_nocalls()
|
H A D | compaction.h | 137 static inline int compaction_register_node(struct node *node) in compaction_register_node() 142 static inline void compaction_unregister_node(struct node *node) in compaction_unregister_node()
|
H A D | scs.h | 74 static inline void *scs_alloc(int node) { return NULL; } in scs_alloc() 78 static inline int scs_prepare(struct task_struct *tsk, int node) { return 0; } in scs_prepare()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 168 struct node { struct 169 struct node *parent; argument 170 struct node *left; argument 171 struct node *right; argument 179 * Points to root node of the binary search argument
|
/openbmc/linux/drivers/interconnect/qcom/ |
H A D | bcm-voter.c | 64 struct qcom_icc_node *node; in bcm_aggregate_mask() local 93 struct qcom_icc_node *node; in bcm_aggregate() local 213 struct device_node *np, *node; in of_bcm_voter_get() local
|
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | ip27-memory.c | 319 nasid_t node; in szmem() local 350 static void __init node_mem_init(nasid_t node) in node_mem_init() 393 nasid_t node; in prom_meminit() local
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-bcm2835.c | 133 static int __init armctrl_of_init(struct device_node *node, in armctrl_of_init() 192 static int __init bcm2835_armctrl_of_init(struct device_node *node, in bcm2835_armctrl_of_init() 198 static int __init bcm2836_armctrl_of_init(struct device_node *node, in bcm2836_armctrl_of_init()
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-at91-pio4.c | 38 static u32 atmel_pinctrl_get_pinconf(const void *blob, int node) in atmel_pinctrl_get_pinconf() 111 int node = dev_of_offset(config); in atmel_pinctrl_set_state() local
|
/openbmc/linux/arch/m68k/sun3x/ |
H A D | prom.c | 131 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault() 136 int prom_getbool (int node, char *prop) in prom_getbool()
|
/openbmc/u-boot/drivers/pinctrl/nxp/ |
H A D | pinctrl-imx.c | 21 int node = dev_of_offset(config); in imx_pinctrl_set_state() local 201 int node = dev_of_offset(dev), ret; in imx_pinctrl_probe() local
|
/openbmc/linux/drivers/interconnect/ |
H A D | icc-clk.c | 51 static int icc_clk_get_bw(struct icc_node *node, u32 *avg, u32 *peak) in icc_clk_get_bw() 84 struct icc_node *node; in icc_clk_register() local
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-secvar.c | 104 struct device_node *node; in opal_secvar_format() local 128 struct device_node *node; in opal_secvar_max_size() local
|
/openbmc/linux/kernel/events/ |
H A D | ring_buffer.c | 611 static struct page *rb_alloc_aux_page(int node, int order) in rb_alloc_aux_page() 677 int node = (event->cpu == -1) ? -1 : cpu_to_node(event->cpu); in rb_alloc_aux() local 801 int node; in perf_mmap_alloc_page() local 823 int i, node; in rb_alloc() local 921 int node; in rb_alloc() local
|
/openbmc/linux/drivers/of/ |
H A D | dynamic.c | 33 struct device_node *of_node_get(struct device_node *node) in of_node_get() 46 void of_node_put(struct device_node *node) in of_node_put() 76 #define _do_print(func, prefix, action, node, prop, ...) ({ \ argument 329 struct device_node *node = kobj_to_device_node(kobj); in of_node_release() local 451 struct device_node *node; in __of_node_dup() local
|
/openbmc/linux/tools/perf/util/ |
H A D | block-range.c | 50 static inline void rb_link_left_of_node(struct rb_node *left, struct rb_node *node) in rb_link_left_of_node() 60 static inline void rb_link_right_of_node(struct rb_node *right, struct rb_node *node) in rb_link_right_of_node()
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-mt8188-apmixedsys.c | 102 struct device_node *node = pdev->dev.of_node; in clk_mt8188_apmixed_probe() local 137 struct device_node *node = pdev->dev.of_node; in clk_mt8188_apmixed_remove() local
|
/openbmc/linux/arch/arm/mach-exynos/ |
H A D | exynos.c | 50 struct device_node *node; in exynos_sysram_init() local 73 static int __init exynos_fdt_map_chipid(unsigned long node, const char *uname, in exynos_fdt_map_chipid()
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-afu.h | 40 struct list_head node; member 58 struct rb_node node; member
|