Searched refs:init_func (Results 1 – 10 of 10) sorted by relevance
227 int (*init_func)(struct platform_device *pdev, in dw_spi_mmio_probe() local290 init_func = device_get_match_data(&pdev->dev); in dw_spi_mmio_probe()291 if (init_func) { in dw_spi_mmio_probe()292 ret = init_func(pdev, dwsmmio); in dw_spi_mmio_probe()
254 dw_spi_bt1_init_cb init_func; in dw_spi_bt1_probe() local286 init_func = device_get_match_data(&pdev->dev); in dw_spi_bt1_probe()287 ret = init_func(pdev, dwsbt1); in dw_spi_bt1_probe()
37 void *init_func; member256 .init_func = &brcm_usb_dvr_init_7216,266 .init_func = &brcm_usb_dvr_init_7211b0,279 .init_func = &brcm_usb_dvr_init_7445,446 dvr_init = info->init_func; in brcm_usb_phy_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()
344 int (*init_func)(void); in sram_probe() local379 init_func = of_device_get_match_data(&pdev->dev); in sram_probe()380 if (init_func) { in sram_probe()381 ret = init_func(); in sram_probe()
160 return (pdata && pdata->init_func) ? pdata->init_func(lp) : 0; in lp8788_platform_init()
383 static int __init numa_init(int (*init_func)(void)) in numa_init()395 ret = init_func(); in numa_init()
282 int (*init_func) (struct lp8788 *lp); member
634 static int __init numa_init(int (*init_func)(void)) in numa_init()654 ret = init_func(); in numa_init()