Searched refs:init_fn (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/perf/ |
H A D | arm_pmu_platform.c | 190 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()
|
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()
|
/linux/drivers/video/backlight/ |
H A D | hx8357.c | 574 hx8357_init_fn init_fn; in hx8357_probe() local 587 init_fn = device_get_match_data(dev); in hx8357_probe() 588 if (!init_fn) in hx8357_probe() 616 ret = init_fn(lcdev); in hx8357_probe()
|
/linux/include/linux/perf/ |
H A D | arm_pmu.h | 163 int arm_pmu_acpi_probe(armpmu_init_fn init_fn); 165 static inline int arm_pmu_acpi_probe(armpmu_init_fn init_fn) { return 0; } in arm_pmu_acpi_probe() argument
|
/linux/arch/loongarch/kernel/ |
H A D | smp.c | 429 register void (*init_fn)(void); in arch_cpu_idle_dead() local 443 init_fn = (void *)TO_CACHE(addr); in arch_cpu_idle_dead() 446 init_fn(); in arch_cpu_idle_dead()
|
/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)
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 791 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents() 856 init_fn(tp, bp, ip, ifp, priv); in xfs_bmap_local_to_extents()
|