Searched refs:init_fn (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/perf/ |
D | arm_pmu_platform.c | 191 armpmu_init_fn init_fn; in arm_pmu_device_probe() local 206 init_fn = of_device_get_match_data(dev); in arm_pmu_device_probe() 207 if (init_fn) { in arm_pmu_device_probe() 217 ret = init_fn(pmu); in arm_pmu_device_probe()
|
D | arm_pmu_acpi.c | 289 int arm_pmu_acpi_probe(armpmu_init_fn init_fn) in arm_pmu_acpi_probe() argument 314 ret = init_fn(pmu); in arm_pmu_acpi_probe()
|
/Linux-v6.1/include/linux/perf/ |
D | arm_pmu.h | 164 int arm_pmu_acpi_probe(armpmu_init_fn init_fn); 166 static inline int arm_pmu_acpi_probe(armpmu_init_fn init_fn) { return 0; } in arm_pmu_acpi_probe() argument
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | smp.c | 287 register void (*init_fn)(void); in play_dead() local 300 init_fn = (void *)TO_CACHE(addr); in play_dead() 303 init_fn(); in play_dead()
|
/Linux-v6.1/drivers/firmware/psci/ |
D | psci.c | 733 psci_initcall_t init_fn; in psci_dt_init() local 741 init_fn = (psci_initcall_t)matched_np->data; in psci_dt_init() 742 ret = init_fn(np); in psci_dt_init()
|
/Linux-v6.1/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.1/fs/xfs/libxfs/ |
D | xfs_bmap.c | 770 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents() 838 init_fn(tp, bp, ip, ifp); in xfs_bmap_local_to_extents()
|