/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | mpic_msgr.c | 133 static int mpic_msgr_block_number(struct device_node *node) in mpic_msgr_block_number() argument 149 if (node == of_find_node_by_path(prop->value)) in mpic_msgr_block_number()
|
H A D | ehv_pic.c | 180 static int ehv_pic_host_match(struct irq_domain *h, struct device_node *node, in ehv_pic_host_match() argument 183 /* Exact match, unless ehv_pic node is NULL */ in ehv_pic_host_match() 185 return of_node == NULL || of_node == node; in ehv_pic_host_match() 262 pr_err("ehv_pic_init: could not find epapr,hv-pic node\n"); in ehv_pic_init()
|
H A D | dcr.c | 15 static struct device_node *find_dcr_parent(struct device_node *node) in find_dcr_parent() argument 20 for (par = of_node_get(node); par;) { in find_dcr_parent()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-irqchip.c | 137 static int opal_event_match(struct irq_domain *h, struct device_node *node, in opal_event_match() argument 140 return irq_domain_get_of_node(h) == node; in opal_event_match() 190 * node so therefore irq_of_parse_and_map(...) wont work. But in opal_event_init()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | pci_64.c | 251 list_for_each_entry(tmp_bus, &pci_root_buses, node) { in SYSCALL_DEFINE3() 284 return phb->node; in pcibus_to_node()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cbe_regs.c | 68 /* walk up path until cpu or be node was found */ in cbe_find_map() 161 u32 cbe_node_to_cpu(int node) in cbe_node_to_cpu() argument 163 return cpumask_first(&cbe_local_mask[node]); in cbe_node_to_cpu() 180 * there is only one node in cbe_get_be_node()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mpic.h | 258 /* The OpenFirmware dt node for this MPIC */ 259 struct device_node *node; member 427 extern struct mpic *mpic_alloc(struct device_node *node,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_common.c | 46 * from interrupt context while node mapping (which calls ioremap()) 209 * @node: device node 214 unsigned int mpc52xx_get_xtal_freq(struct device_node *node) in mpc52xx_get_xtal_freq() argument 222 freq = mpc5xxx_get_bus_frequency(node); in mpc52xx_get_xtal_freq()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | octeon.h | 311 struct device_node *node, 362 struct irq_domain *octeon_irq_get_block_domain(int node, uint8_t block);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | radix.h | 103 * if we increase SECTIONS_WIDTH we will not store node details in page->flags and 104 * page_to_nid does a page->section->node lookup 334 int node, struct vmem_altmap *altmap); 375 unsigned long end, int node,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pmac_feature.h | 26 * the prototype parameters (struct device_node* node, int value). 146 static inline long pmac_call_feature(int selector, struct device_node* node, in pmac_call_feature() argument 151 return ppc_md.feature_call(selector, node, param, value); in pmac_call_feature() 154 /* PMAC_FTR_SERIAL_ENABLE (struct device_node* node, int param, int value) 155 * enable/disable an SCC side. Pass the node corresponding to the 167 /* PMAC_FTR_MODEM_ENABLE (struct device_node* node, 0, int value) 172 /* PMAC_FTR_SWIM3_ENABLE (struct device_node* node, 0,int value) 177 /* PMAC_FTR_MESH_ENABLE (struct device_node* node, 0, int value) 182 /* PMAC_FTR_IDE_ENABLE (struct device_node* node, int busID, int value) 188 /* PMAC_FTR_IDE_RESET (struct device_node* node, in [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | avic.c | 225 static int __init imx_avic_init(struct device_node *node, in imx_avic_init() argument 230 avic_base = of_iomap(node, 0); in imx_avic_init()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | pci_64.c | 251 list_for_each_entry(tmp_bus, &pci_root_buses, node) { in SYSCALL_DEFINE3() 284 return phb->node; in pcibus_to_node()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-irqchip.c | 134 static int opal_event_match(struct irq_domain *h, struct device_node *node, in opal_event_match() argument 137 return irq_domain_get_of_node(h) == node; in opal_event_match() 187 * node so therefore irq_of_parse_and_map(...) wont work. But in opal_event_init()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | ehv_pic.c | 181 static int ehv_pic_host_match(struct irq_domain *h, struct device_node *node, in ehv_pic_host_match() argument 184 /* Exact match, unless ehv_pic node is NULL */ in ehv_pic_host_match() 186 return of_node == NULL || of_node == node; in ehv_pic_host_match() 262 pr_err("ehv_pic_init: could not find epapr,hv-pic node\n"); in ehv_pic_init()
|
H A D | dcr.c | 15 static struct device_node *find_dcr_parent(struct device_node *node) in find_dcr_parent() argument 20 for (par = of_node_get(node); par;) { in find_dcr_parent()
|
H A D | mpic_msgr.c | 136 static int mpic_msgr_block_number(struct device_node *node) in mpic_msgr_block_number() argument 154 if (node == tn) { in mpic_msgr_block_number()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | mxs-lradc.c | 130 struct device_node *node = dev->of_node; in mxs_lradc_probe() local 159 ret = of_property_read_u32(node, "fsl,lradc-touchscreen-wires", in mxs_lradc_probe()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_internal.h | 234 * struct opa_vnic_mac_tbl_node - OPA VNIC mac table node 276 #define vnic_hash_add(hashtable, node, key) \ 277 hlist_add_head(node, \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arc/ |
H A D | arcpgu_drv.c | 125 struct drm_info_node *node = (struct drm_info_node *)m->private; in arcpgu_show_pxlclock() local 126 struct drm_device *drm = node->minor->dev; in arcpgu_show_pxlclock()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cavium-thunderx.c | 59 struct device_node *node = pdev->dev.of_node; in thunder_mmc_probe() local 131 for_each_child_of_node(node, child_node) { in thunder_mmc_probe() 134 * Create a dummy device per slot and set the node pointer to in thunder_mmc_probe()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt_address.c | 177 pr_err("warning: device tree node '%s' has no address.\n", in fdt_translate_address() 209 pr_debug("reached root node\n"); in fdt_translate_address() 244 * @node: node in the flat blob 246 u64 __init of_flat_dt_translate_address(unsigned long node) in of_flat_dt_translate_address() argument 248 return fdt_translate_address(initial_boot_params, node); in of_flat_dt_translate_address()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | cdns3-ti.c | 90 struct device_node *node = pdev->dev.of_node; in cdns_ti_probe() local 178 error = of_platform_populate(node, NULL, NULL, dev); in cdns_ti_probe()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc.c | 31 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths() 33 struct node *child; in fill_fullpaths()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sysctl.h | 90 * null procname disables /proc mirroring at this node. 134 struct rb_node node; member 155 struct ctl_node *node; member
|