Home
last modified time | relevance | path

Searched refs:init_fn (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/backlight/
H A Dhx8357.c574 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 Dexported-sql-viewer.py2405 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)