Home
last modified time | relevance | path

Searched defs:node (Results 476 – 500 of 3215) sorted by relevance

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

/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpinctrl_broadwell.c31 int node; member
51 int node; in broadwell_pinctrl_read_configs() local
116 int node; in broadwell_pinctrl_read_pins() local
/openbmc/linux/fs/ext4/
H A Dblock_validity.c24 struct rb_node node; member
74 struct rb_node **n = &system_blks->root.rb_node, *node; in add_system_zone() local
127 struct rb_node *node; in debug_print_tree() local
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c214 struct drm_info_node *node = m->private; in msm_gem_show() local
232 struct drm_info_node *node = m->private; in msm_mm_show() local
243 struct drm_info_node *node = m->private; in msm_fb_show() local
/openbmc/u-boot/drivers/core/
H A Dread.c67 ofnode dev_read_next_subnode(ofnode node) in dev_read_next_subnode()
198 ofnode node = dev_ofnode(dev); in dev_read_phandle() local
213 ofnode node = dev_ofnode(dev); in dev_read_alias_seq() local
243 ofnode node = dev_ofnode(dev); in dev_read_enabled() local
/openbmc/linux/drivers/of/
H A Dplatform.c110 struct device_node *node = dev->of_node; in of_device_make_bus_id() local
253 static struct amba_device *of_amba_device_create(struct device_node *node, in of_amba_device_create()
310 static struct amba_device *of_amba_device_create(struct device_node *node, in of_amba_device_create()
548 struct device_node *node; in of_platform_default_populate_init() local
/openbmc/linux/include/drm/
H A Ddrm_mm.h258 static inline bool drm_mm_node_allocated(const struct drm_mm_node *node) in drm_mm_node_allocated()
293 static inline bool drm_mm_hole_follows(const struct drm_mm_node *node) in drm_mm_hole_follows()
434 drm_mm_insert_node_generic(struct drm_mm *mm, struct drm_mm_node *node, in drm_mm_insert_node_generic()
459 struct drm_mm_node *node, in drm_mm_insert_node()
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c50 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_node *node, in ipchain__fprintf_graph()
113 struct rb_node *node, *next; in __callchain__fprintf_graph() local
206 static bool need_percent_display(struct rb_node *node, u64 parent_samples) in need_percent_display()
225 struct rb_node *node; in callchain__fprintf_graph() local
282 static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node, in __callchain__fprintf_flat()
330 static size_t __callchain__fprintf_folded(FILE *fp, struct callchain_node *node) in __callchain__fprintf_folded()
/openbmc/linux/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c51 unsigned long node; member
840 static int __init fdt_find_cpu_features(unsigned long node, const char *uname, in fdt_find_cpu_features()
878 static int __init process_cpufeatures_node(unsigned long node, in process_cpufeatures_node()
1035 static int __init scan_cpufeatures_subnodes(unsigned long node, in scan_cpufeatures_subnodes()
1048 static int __init count_cpufeatures_subnodes(unsigned long node, in count_cpufeatures_subnodes()
1059 static int __init dt_cpu_ftrs_scan_callback(unsigned long node, const char in dt_cpu_ftrs_scan_callback()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gem.c64 insert_mappable_node(struct i915_ggtt *ggtt, struct drm_mm_node *node, u32 size) in insert_mappable_node()
84 remove_mappable_node(struct i915_ggtt *ggtt, struct drm_mm_node *node) in remove_mappable_node()
305 struct drm_mm_node *node, in i915_gem_gtt_prepare()
366 struct drm_mm_node *node, in i915_gem_gtt_cleanup()
389 struct drm_mm_node node; in i915_gem_gtt_pread() local
553 struct drm_mm_node node; in i915_gem_gtt_pwrite_fast() local
/openbmc/linux/drivers/clk/
H A Dclk-vt8500.c223 static __init void vtwm_device_clk_init(struct device_node *node) in vtwm_device_clk_init()
673 static __init void vtwm_pll_clk_init(struct device_node *node, int pll_type) in vtwm_pll_clk_init()
722 static void __init vt8500_pll_init(struct device_node *node) in vt8500_pll_init()
728 static void __init wm8650_pll_init(struct device_node *node) in wm8650_pll_init()
734 static void __init wm8750_pll_init(struct device_node *node) in wm8750_pll_init()
740 static void __init wm8850_pll_init(struct device_node *node) in wm8850_pll_init()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmicrocode.c40 static int microcode_decode_node(const void *blob, int node, in microcode_decode_node()
129 int node; in microcode_update_intel() local
/openbmc/linux/drivers/clk/socfpga/
H A Dclk-pll-a10.c66 static void __init __socfpga_pll_init(struct device_node *node, in __socfpga_pll_init()
128 void __init socfpga_a10_pll_init(struct device_node *node) in socfpga_a10_pll_init()
/openbmc/u-boot/fs/btrfs/
H A Dchunk-map.c12 struct rb_node node; member
72 struct rb_node *node = btrfs_info.chunks_root.rb_node; in btrfs_map_logical_to_physical() local
/openbmc/linux/tools/perf/util/
H A Dmem2node.c15 u64 node; member
39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init()
/openbmc/linux/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()
88 int i, j, node; in efi_get_fdt_params() local
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c222 struct vdec_fb_node *node; in vp9_rm_from_fb_use_list() local
239 struct vdec_fb_node *node; in vp9_add_to_fb_free_list() local
433 struct vdec_fb_node *node; in vp9_add_to_fb_disp_list() local
614 struct vdec_fb_node *node; in vp9_rm_from_fb_disp_list() local
633 struct vdec_fb_node *node; in vp9_add_to_fb_use_list() local
654 struct vdec_fb_node *node, *tmp; in vp9_reset() local
719 struct vdec_fb_node *node; in get_free_fb() local
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c188 static void *xgbe_alloc_node(size_t size, int node) in xgbe_alloc_node()
200 dma_addr_t *dma, int node) in xgbe_dma_alloc_node()
287 int node) in xgbe_alloc_pages()
/openbmc/linux/drivers/clk/ti/
H A Dapll.c129 struct device_node *node) in omap_clk_register_apll()
178 static void __init of_dra7_apll_setup(struct device_node *node) in of_dra7_apll_setup()
339 static void __init of_omap2_apll_setup(struct device_node *node) in of_omap2_apll_setup()
/openbmc/linux/drivers/irqchip/
H A Dirq-sun6i-r.c308 static int __init sun6i_r_intc_init(struct device_node *node, in sun6i_r_intc_init()
363 static int __init sun6i_a31_r_intc_init(struct device_node *node, in sun6i_a31_r_intc_init()
376 static int __init sun50i_h6_r_intc_init(struct device_node *node, in sun50i_h6_r_intc_init()
/openbmc/linux/sound/soc/meson/
H A Daxg-card.c158 struct device_node *node, in axg_card_parse_cpu_tdm_slots()
221 struct device_node *node, in axg_card_parse_codecs_masks()
247 struct device_node *node, in axg_card_parse_tdm()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c75 struct qpn_to_netdev *node; in mlx5i_find_qpn_to_netdev_node() local
110 struct qpn_to_netdev *node; in mlx5i_pkey_del_qpn() local
129 struct qpn_to_netdev *node; in mlx5i_pkey_get_netdev() local
/openbmc/linux/drivers/memory/tegra/
H A Dtegra186-emc.c237 struct icc_node *node; in tegra_emc_of_icc_xlate() local
250 static int tegra_emc_icc_get_init_bw(struct icc_node *node, u32 *avg, u32 *peak) in tegra_emc_icc_get_init_bw()
262 struct icc_node *node; in tegra_emc_interconnect_init() local
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dbus.c411 static int ssam_get_uid_for_node(struct fwnode_handle *node, struct ssam_device_uid *uid) in ssam_get_uid_for_node()
427 struct fwnode_handle *node) in ssam_add_client_device()
476 struct fwnode_handle *node) in __ssam_register_clients()
/openbmc/linux/drivers/acpi/
H A Dviot.c136 } *node = (void *)hdr; in viot_get_iommu() local
187 } *node = (void *)hdr; in viot_parse_node() local
281 struct acpi_viot_header *node; in acpi_viot_init() local
/openbmc/linux/arch/ia64/include/asm/
H A Dthread_info.h56 #define arch_alloc_thread_stack_node(tsk, node) \ argument
61 #define arch_alloc_thread_stack_node(tsk, node) ((unsigned long *) 0) argument
81 #define alloc_task_struct_node(node) \ argument

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