Searched refs:init_fn (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/perf/ |
H A D | arm_pmu_platform.c | 190 armpmu_init_fn init_fn; in arm_pmu_device_probe() local 205 init_fn = of_device_get_match_data(dev); in arm_pmu_device_probe() 206 if (init_fn) { in arm_pmu_device_probe() 216 ret = init_fn(pmu); in arm_pmu_device_probe()
|
H A D | arm_pmu_acpi.c | 352 int arm_pmu_acpi_probe(armpmu_init_fn init_fn) in arm_pmu_acpi_probe() argument 402 ret = init_fn(pmu); in arm_pmu_acpi_probe()
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | definitions.rs | 42 extern "C" fn init_fn() { 49 Some(init_fn),
|
/openbmc/linux/include/linux/perf/ |
H A D | arm_pmu.h | 165 int arm_pmu_acpi_probe(armpmu_init_fn init_fn); 167 static inline int arm_pmu_acpi_probe(armpmu_init_fn init_fn) { return 0; } in arm_pmu_acpi_probe() argument
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | smp.c | 394 register void (*init_fn)(void); in arch_cpu_idle_dead() local 408 init_fn = (void *)TO_CACHE(addr); in arch_cpu_idle_dead() 411 init_fn(); in arch_cpu_idle_dead()
|
/openbmc/linux/drivers/firmware/psci/ |
H A D | psci.c | 757 psci_initcall_t init_fn; in psci_dt_init() local 765 init_fn = (psci_initcall_t)matched_np->data; in psci_dt_init() 766 ret = init_fn(np); in psci_dt_init()
|
/openbmc/u-boot/arch/x86/include/asm/arch-quark/ |
H A D | mrc.h | 167 void (*init_fn)(struct mrc_params *mrc_params); member
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | mrc.c | 176 init[i].init_fn(mrc_params); in mrc_mem_init()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2402 def __init__(self, glb, title, init_fn): argument 2403 self.init_fn = init_fn 2423 self.result = self.init_fn(db) 2433 def SlowInit(glb, title, init_fn): argument 2434 init = SlowInitClass(glb, title, init_fn)
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 764 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents() 828 init_fn(tp, bp, ip, ifp); in xfs_bmap_local_to_extents()
|