/arch/powerpc/kernel/ |
D | pci_dn.c | 62 struct pci_dn *parent, *pdn; in pci_get_pdn_by_devfn() local 98 struct pci_dn *parent, *pdn; in pci_get_pdn() local 128 static struct pci_dn *add_one_dev_pci_data(struct pci_dn *parent, in add_one_dev_pci_data() 159 struct pci_dn *parent, *pdn; in add_dev_pci_data() local 203 struct pci_dn *parent; in remove_dev_pci_data() local 282 struct device_node *parent; in pci_add_device_node_info() local 339 struct device_node *parent; in pci_remove_device_node_info() local
|
D | eeh_pe.c | 331 struct eeh_dev *parent; in eeh_pe_get_parent() local 369 struct eeh_pe *pe, *parent; in eeh_add_to_parent_pe() local 472 struct eeh_pe *pe, *parent, *child; in eeh_rmv_from_parent_pe() local
|
/arch/sparc/kernel/ |
D | of_device_32.c | 188 static int __init build_one_resource(struct device_node *parent, in build_one_resource() 247 struct device *parent) in build_device_resources() 341 struct device *parent) in scan_one_device() 397 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree() 412 struct platform_device *parent; in scan_of_devices() local
|
D | of_device_64.c | 242 static int __init build_one_resource(struct device_node *parent, in build_one_resource() 317 struct device *parent) in build_device_resources() 535 struct device *parent, in build_one_device_irq() 637 struct device *parent) in scan_one_device() 690 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree() 705 struct platform_device *parent; in scan_of_devices() local
|
/arch/powerpc/platforms/pseries/ |
D | of_helpers.c | 20 struct device_node *parent; in pseries_of_derive_parent() local
|
D | hotplug-cpu.c | 381 static bool dlpar_cpu_exists(struct device_node *parent, u32 drc_index) in dlpar_cpu_exists() 407 static bool valid_cpu_drc_index(struct device_node *parent, u32 drc_index) in valid_cpu_drc_index() 430 struct device_node *dn, *parent; in dlpar_cpu_add() local 719 struct device_node *parent; in find_dlpar_cpus_to_add() local
|
/arch/arm/mach-imx/ |
D | mach-imx6sl.c | 49 struct device *parent; in imx6sl_init_machine() local
|
D | mach-imx6ul.c | 59 struct device *parent; in imx6ul_init_machine() local
|
D | mach-imx6sx.c | 66 struct device *parent; in imx6sx_init_machine() local
|
D | mach-imx7d.c | 81 struct device *parent; in imx7d_init_machine() local
|
/arch/arm/mach-tegra/ |
D | tegra.c | 81 struct device *parent = tegra_soc_device_register(); in tegra_dt_init() local
|
/arch/x86/kernel/ |
D | kdebugfs.c | 71 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() 84 static int __init create_setup_data_nodes(struct dentry *parent) in create_setup_data_nodes()
|
D | ksysfs.c | 209 static int __init create_setup_data_node(struct kobject *parent, in create_setup_data_node() 265 static int __init create_setup_data_nodes(struct kobject *parent) in create_setup_data_nodes()
|
/arch/x86/kernel/apic/ |
D | msi.c | 65 struct irq_data *parent = irqd->parent_data; in msi_set_affinity() local 256 void __init arch_init_msi_domain(struct irq_domain *parent) in arch_init_msi_domain() 298 struct irq_domain *arch_create_remap_msi_irq_domain(struct irq_domain *parent, in arch_create_remap_msi_irq_domain() 468 struct irq_domain *parent, *d; in hpet_create_irq_domain() local
|
/arch/parisc/kernel/ |
D | ftrace.c | 31 static void __hot prepare_ftrace_return(unsigned long *parent, in prepare_ftrace_return() 51 void notrace __hot ftrace_function_trampoline(unsigned long parent, in ftrace_function_trampoline()
|
D | drivers.c | 418 struct parisc_device * __init create_tree_node(char id, struct device *parent) in create_tree_node() 470 struct device *parent, char id) in alloc_tree_node() 484 struct device *parent = &root; in create_parisc_device() local 731 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath) in parse_tree_node() 757 struct device *parent = &root; in hwpath_to_device() local 843 unsigned long io_io_high, struct device *parent) in walk_native_bus()
|
/arch/powerpc/platforms/powernv/ |
D | opal-imc.c | 39 struct dentry *parent, u64 *value) in imc_debugfs_create_x64() 149 static struct imc_pmu *imc_pmu_create(struct device_node *parent, int pmu_index, int domain) in imc_pmu_create()
|
/arch/arc/kernel/ |
D | intc-compact.c | 108 init_onchip_IRQ(struct device_node *intc, struct device_node *parent) in init_onchip_IRQ()
|
/arch/c6x/platforms/ |
D | pll.c | 128 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() 375 dump_clock(struct seq_file *s, unsigned nest, struct clk *parent) in dump_clock()
|
/arch/arm/mach-zynq/ |
D | common.c | 109 struct device *parent = NULL; in zynq_init_machine() local
|
/arch/s390/hypfs/ |
D | inode.c | 69 struct dentry *parent; in hypfs_remove() local 342 static struct dentry *hypfs_create_file(struct dentry *parent, const char *name, in hypfs_create_file() 380 struct dentry *hypfs_mkdir(struct dentry *parent, const char *name) in hypfs_mkdir()
|
/arch/arm/kernel/ |
D | bios32.c | 454 static void pcibios_init_hw(struct device *parent, struct hw_pci *hw, in pcibios_init_hw() 525 void pci_common_init_dev(struct device *parent, struct hw_pci *hw) in pci_common_init_dev()
|
/arch/sparc/prom/ |
D | ranges.c | 88 void prom_apply_generic_ranges(phandle node, phandle parent, in prom_apply_generic_ranges()
|
/arch/powerpc/platforms/powermac/ |
D | udbg_adb.c | 196 struct device_node *parent = of_get_parent(np); in udbg_adb_init() local
|
/arch/mips/include/asm/ |
D | clock.h | 27 struct clk *parent; member
|