Searched refs:init_fn (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | smp.c | 466 register void (*init_fn)(void); in idle_play_dead() local 480 init_fn = (void *)TO_CACHE(addr); in idle_play_dead() 483 init_fn(); in idle_play_dead() 491 register void (*init_fn)(void); in poll_play_dead() local 502 init_fn = (void *)TO_CACHE(addr); in poll_play_dead() 505 init_fn(); in poll_play_dead()
|
| /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/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2405 def __init__(self, glb, title, init_fn): argument 2406 self.init_fn = init_fn 2426 self.result = self.init_fn(db) 2436 def SlowInit(glb, title, init_fn): argument 2437 init = SlowInitClass(glb, title, init_fn)
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 788 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents() 853 init_fn(tp, bp, ip, ifp, priv); in xfs_bmap_local_to_extents()
|