Searched refs:init_fn (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/perf/ |
| 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()
|
| 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()
|
| /Linux-v6.6/include/linux/perf/ |
| 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
|
| /Linux-v6.6/arch/loongarch/kernel/ |
| D | smp.c | 324 register void (*init_fn)(void); in arch_cpu_idle_dead() local 337 init_fn = (void *)TO_CACHE(addr); in arch_cpu_idle_dead() 340 init_fn(); in arch_cpu_idle_dead()
|
| /Linux-v6.6/drivers/firmware/psci/ |
| D | psci.c | 755 psci_initcall_t init_fn; in psci_dt_init() local 763 init_fn = (psci_initcall_t)matched_np->data; in psci_dt_init() 764 ret = init_fn(np); in psci_dt_init()
|
| /Linux-v6.6/tools/perf/scripts/python/ |
| 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)
|
| /Linux-v6.6/fs/xfs/libxfs/ |
| 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()
|