Searched refs:init_func (Results 1 – 12 of 12) sorted by relevance
135 int (*init_func)(struct platform_device *pdev, in dw_spi_mmio_probe() local189 init_func = device_get_match_data(&pdev->dev); in dw_spi_mmio_probe()190 if (init_func) { in dw_spi_mmio_probe()191 ret = init_func(pdev, dwsmmio); in dw_spi_mmio_probe()
614 void (*init_func)(struct device_node *np); in hi3660_clk_probe() local616 init_func = of_device_get_match_data(dev); in hi3660_clk_probe()617 if (!init_func) in hi3660_clk_probe()620 init_func(np); in hi3660_clk_probe()
993 void (*init_func)(struct device_node *np); in hi3670_clk_probe() local995 init_func = of_device_get_match_data(dev); in hi3670_clk_probe()996 if (!init_func) in hi3670_clk_probe()999 init_func(np); in hi3670_clk_probe()
346 int (*init_func)(void); in sram_probe() local391 init_func = of_device_get_match_data(&pdev->dev); in sram_probe()392 if (init_func) { in sram_probe()393 ret = init_func(); in sram_probe()
160 return (pdata && pdata->init_func) ? pdata->init_func(lp) : 0; in lp8788_platform_init()
112 const struct nvkm_msgqueue_init_func *init_func; member
426 ret = priv->func->init_func->init_callback(priv, hdr); in msgqueue_handle_init_msg()459 if (!queue || !queue->func || !queue->func->init_func) in nvkm_msgqueue_write_cmdline()462 queue->func->init_func->gen_cmdline(queue, buf); in nvkm_msgqueue_write_cmdline()
382 .init_func = &msgqueue_0137c63d_init_func,408 .init_func = &msgqueue_0137c63d_init_func,
242 .init_func = &msgqueue_0148cdec_init_func,
376 static int __init numa_init(int (*init_func)(void)) in numa_init()388 ret = init_func(); in numa_init()
282 int (*init_func) (struct lp8788 *lp); member
619 static int __init numa_init(int (*init_func)(void)) in numa_init()639 ret = init_func(); in numa_init()