Searched refs:init_func (Results 1 – 9 of 9) sorted by relevance
| /drivers/phy/broadcom/ |
| A D | phy-brcm-usb.c | 38 void (*init_func)(struct brcm_usb_init_params *params); member 287 .init_func = &brcm_usb_dvr_init_74110, 297 .init_func = &brcm_usb_dvr_init_4908, 306 .init_func = &brcm_usb_dvr_init_7216, 316 .init_func = &brcm_usb_dvr_init_7211b0, 329 .init_func = &brcm_usb_dvr_init_7445, 504 info->init_func(&priv->ini); in brcm_usb_phy_probe()
|
| /drivers/gpu/drm/panel/ |
| A D | panel-samsung-s6d7aa0.c | 37 void (*init_func)(struct s6d7aa0 *ctx, struct mipi_dsi_multi_context *dsi_ctx); member 85 ctx->desc->init_func(ctx, &dsi_ctx); in s6d7aa0_on() 244 .init_func = s6d7aa0_lsl080al02_init, 319 .init_func = s6d7aa0_lsl080al03_init, 347 .init_func = s6d7aa0_lsl080al03_init, /* Similar init to LSL080AL03 */
|
| /drivers/spi/ |
| A D | spi-dw-mmio.c | 317 int (*init_func)(struct platform_device *pdev, in dw_spi_mmio_probe() local 374 init_func = device_get_match_data(&pdev->dev); in dw_spi_mmio_probe() 375 if (init_func) { in dw_spi_mmio_probe() 376 ret = init_func(pdev, dwsmmio); in dw_spi_mmio_probe()
|
| A D | spi-dw-bt1.c | 256 dw_spi_bt1_init_cb init_func; in dw_spi_bt1_probe() local 284 init_func = device_get_match_data(&pdev->dev); in dw_spi_bt1_probe() 285 ret = init_func(pdev, dwsbt1); in dw_spi_bt1_probe()
|
| /drivers/clk/hisilicon/ |
| A D | clk-hi3660.c | 614 void (*init_func)(struct device_node *np); in hi3660_clk_probe() local 616 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()
|
| A D | clk-hi3670.c | 993 void (*init_func)(struct device_node *np); in hi3670_clk_probe() local 995 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()
|
| /drivers/mfd/ |
| A D | lp8788.c | 160 return (pdata && pdata->init_func) ? pdata->init_func(lp) : 0; in lp8788_platform_init()
|
| /drivers/base/ |
| A D | arch_numa.c | 230 static int __init numa_init(int (*init_func)(void)) in numa_init() 238 ret = numa_memblks_init(init_func, /* memblock_force_top_down */ false); in numa_init()
|
| /drivers/clk/socfpga/ |
| A D | clk-agilex.c | 537 int (*probe_func)(struct platform_device *init_func); in agilex_clkmgr_probe()
|
Completed in 21 milliseconds