Searched refs:init_func (Results 1 – 3 of 3) sorted by relevance
361 int (*init_func)(void); in sram_probe() local406 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()
618 void (*init_func)(struct device_node *np); in hi3660_clk_probe() local620 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()
286 int (*init_func) (struct lp8788 *lp); member