Searched defs:node (Results 401 - 425 of 2721) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/include/asm/
H A Dpci.h16 int node; /* NUMA node */ member in struct:pci_sysdata
118 int node; local
/linux-master/drivers/block/zram/
H A Dzcomp.c152 int zcomp_cpu_up_prepare(unsigned int cpu, struct hlist_node *node) argument
167 int zcomp_cpu_dead(unsigned int cpu, struct hlist_node *node) argument
/linux-master/drivers/pmdomain/ti/
H A Dti_sci_pm_domains.c48 struct list_head node; member in struct:ti_sci_pm_domain
/linux-master/drivers/gpu/drm/xe/
H A Dxe_debugfs.c28 static struct xe_device *node_to_xe(struct drm_info_node *node) argument
/linux-master/drivers/soundwire/
H A Dslave.c226 struct device_node *node; local
[all...]
/linux-master/include/linux/
H A Dof_graph.h60 of_graph_is_present(const struct device_node *node) argument
65 of_graph_parse_endpoint(const struct device_node *node, struct of_endpoint *endpoint) argument
76 of_graph_get_port_by_id( struct device_node *node, u32 id) argument
95 of_graph_get_remote_endpoint( const struct device_node *node) argument
101 of_graph_get_port_parent( struct device_node *node) argument
107 of_graph_get_remote_port_parent( const struct device_node *node) argument
113 of_graph_get_remote_port( const struct device_node *node) argument
118 of_graph_get_remote_node( const struct device_node *node, u32 port, u32 endpoint) argument
[all...]
/linux-master/drivers/clk/ti/
H A Dmux.c121 static struct clk *_register_mux(struct device_node *node, const char *name, argument
165 static void of_mux_clk_setup(struct device_node *node) argument
251 of_ti_composite_mux_clk_setup(struct device_node *node) argument
[all...]
H A Dinterface.c27 static struct clk *_register_interface(struct device_node *node, argument
61 static void __init _of_ti_interface_clk_setup(struct device_node *node, argument
89 static void __init of_ti_interface_clk_setup(struct device_node *node) argument
96 of_ti_no_wait_interface_clk_setup(struct device_node *node) argument
104 of_ti_hsotgusb_interface_clk_setup(struct device_node *node) argument
112 of_ti_dss_interface_clk_setup(struct device_node *node) argument
120 of_ti_ssi_interface_clk_setup(struct device_node *node) argument
127 of_ti_am35xx_interface_clk_setup(struct device_node *node) argument
136 of_ti_omap2430_interface_clk_setup(struct device_node *node) argument
[all...]
/linux-master/scripts/kconfig/
H A Dutil.c28 struct hlist_node node; member in struct:file
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c247 struct llist_node *node, *next; local
/linux-master/arch/x86/kernel/
H A Dx86_init.c52 struct device_node *node = of_find_matching_node(NULL, of_cmos_match); local
/linux-master/arch/x86/hyperv/
H A Dhv_proc.c23 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) argument
116 int hv_call_add_logical_proc(int node, u32 lp_index, u32 apic_id) argument
157 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) argument
/linux-master/drivers/acpi/acpica/
H A Ddbutils.c248 struct acpi_namespace_node *node = NULL; local
H A Dnsxfeval.c475 struct acpi_namespace_node *node; local
641 struct acpi_namespace_node *node; local
833 struct acpi_namespace_node *node; local
879 struct acpi_namespace_node *node; local
929 struct acpi_namespace_node *node; local
[all...]
/linux-master/drivers/irqchip/
H A Dirq-ompic.c147 static int __init ompic_of_init(struct device_node *node, argument
H A Dirq-vf610-mscm-ir.c178 static int __init vf610_mscm_ir_of_init(struct device_node *node, argument
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dpd.c172 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c26 #define node(root, dir) ((root)->nl_entry.dir == &mm->nodes) ? NULL : \ macro
32 struct nvkm_mm_node *node; local
242 struct nvkm_mm_node *node, *prev; local
285 struct nvkm_mm_node *node, *temp; local
[all...]
/linux-master/drivers/of/
H A Dpdt.c65 static struct property * __init of_pdt_build_one_prop(phandle node, char *prev, argument
112 static struct property * __init of_pdt_build_prop_list(phandle node) argument
130 of_pdt_get_one_property(phandle node, const char *name) argument
144 of_pdt_create_node(phandle node, struct device_node *parent) argument
169 of_pdt_build_tree(struct device_node *parent, phandle node) argument
[all...]
/linux-master/fs/hfsplus/
H A Dbrec.c20 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) argument
32 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) argument
66 struct hfs_bnode *node, *new_node; local
182 struct hfs_bnode *node, *parent; local
238 struct hfs_bnode *node, *new_node, *next_node; local
359 struct hfs_bnode *node, *new_node, *parent; local
464 struct hfs_bnode *node, *new_node; local
[all...]
/linux-master/fs/hfs/
H A Dbrec.c19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) argument
31 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) argument
68 struct hfs_bnode *node, *new_node; local
180 struct hfs_bnode *node, *parent; local
234 struct hfs_bnode *node, *new_node, *next_node; local
355 struct hfs_bnode *node, *new_node, *parent; local
460 struct hfs_bnode *node, *new_node; local
[all...]
/linux-master/arch/sparc/kernel/
H A Dprom_common.c132 static int __init prom_common_nextprop(phandle node, char *prev, char *buf) argument
/linux-master/drivers/clk/sunxi/
H A Dclk-sun4i-display.c101 static void __init sun4i_a10_display_init(struct device_node *node, argument
232 sun4i_a10_tcon_ch0_setup(struct device_node *node) argument
251 sun4i_a10_display_setup(struct device_node *node) argument
[all...]
H A Dclk-factors.c176 static struct clk *__sunxi_factors_register(struct device_node *node, argument
272 struct clk *sunxi_factors_register(struct device_node *node, argument
280 struct clk *sunxi_factors_register_critical(struct device_node *node, argument
288 void sunxi_factors_unregister(struct device_node *node, struc argument
[all...]
/linux-master/net/dccp/
H A Dackvec.h131 struct list_head node; member in struct:dccp_ackvec_parsed

Completed in 231 milliseconds

<<11121314151617181920>>