Home
last modified time | relevance | path

Searched refs:init_func (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/misc/
Dsram.c361 int (*init_func)(void); in sram_probe() local
406 init_func = of_device_get_match_data(&pdev->dev); in sram_probe()
407 if (init_func) { in sram_probe()
408 ret = init_func(); in sram_probe()
/linux-4.19.296/drivers/clk/hisilicon/
Dclk-hi3660.c618 void (*init_func)(struct device_node *np); in hi3660_clk_probe() local
620 init_func = of_device_get_match_data(dev); in hi3660_clk_probe()
621 if (!init_func) in hi3660_clk_probe()
624 init_func(np); in hi3660_clk_probe()
/linux-4.19.296/include/linux/mfd/
Dlp8788.h286 int (*init_func) (struct lp8788 *lp); member