Searched refs:init_func (Results 1 – 8 of 8) sorted by relevance
242 int (*init_func)(struct platform_device *pdev, in dw_spi_mmio_probe() local305 init_func = device_get_match_data(&pdev->dev); in dw_spi_mmio_probe()306 if (init_func) { in dw_spi_mmio_probe()307 ret = init_func(pdev, dwsmmio); in dw_spi_mmio_probe()
254 dw_spi_bt1_init_cb init_func; in dw_spi_bt1_probe() local288 init_func = device_get_match_data(&pdev->dev); in dw_spi_bt1_probe()289 ret = init_func(pdev, dwsbt1); in dw_spi_bt1_probe()
39 void (*init_func)(struct brcm_usb_init_params *params); member287 .init_func = &brcm_usb_dvr_init_4908,296 .init_func = &brcm_usb_dvr_init_7216,306 .init_func = &brcm_usb_dvr_init_7211b0,319 .init_func = &brcm_usb_dvr_init_7445,490 info->init_func(&priv->ini); 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()
160 return (pdata && pdata->init_func) ? pdata->init_func(lp) : 0; in lp8788_platform_init()
380 static int __init numa_init(int (*init_func)(void)) in numa_init()392 ret = init_func(); in numa_init()
542 int (*probe_func)(struct platform_device *init_func); in agilex_clkmgr_probe()