Searched refs:init_fn (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/perf/
H A Darm_pmu_platform.c190 armpmu_init_fn init_fn; local
205 init_fn = of_device_get_match_data(dev);
206 if (init_fn) {
216 ret = init_fn(pmu);
H A Darm_pmu_acpi.c352 int arm_pmu_acpi_probe(armpmu_init_fn init_fn) argument
375 * There's also the problem of having access to the right init_fn,
402 ret = init_fn(pmu);
/linux-master/include/linux/perf/
H A Darm_pmu.h159 int arm_pmu_acpi_probe(armpmu_init_fn init_fn);
161 static inline int arm_pmu_acpi_probe(armpmu_init_fn init_fn) { return 0; } argument
/linux-master/arch/loongarch/kernel/
H A Dsmp.c395 register void (*init_fn)(void);
409 init_fn = (void *)TO_CACHE(addr);
412 init_fn();
/linux-master/drivers/video/backlight/
H A Dhx8357.c574 hx8357_init_fn init_fn; local
587 init_fn = device_get_match_data(dev);
588 if (!init_fn)
616 ret = init_fn(lcdev);
/linux-master/drivers/firmware/psci/
H A Dpsci.c755 psci_initcall_t init_fn; local
763 init_fn = (psci_initcall_t)matched_np->data;
764 ret = init_fn(np);
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2402 def __init__(self, glb, title, init_fn):
2403 self.init_fn = init_fn
2423 self.result = self.init_fn(db)
2433 def SlowInit(glb, title, init_fn):
2434 init = SlowInitClass(glb, title, init_fn)
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c789 void (*init_fn)(struct xfs_trans *tp,
850 * log here. Note that init_fn must also set the buffer log item type
853 init_fn(tp, bp, ip, ifp);

Completed in 194 milliseconds