Home
last modified time | relevance | path

Searched refs:init_func (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-dw-mmio.c227 int (*init_func)(struct platform_device *pdev, in dw_spi_mmio_probe() local
290 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()
H A Dspi-dw-bt1.c254 dw_spi_bt1_init_cb init_func; in dw_spi_bt1_probe() local
288 init_func = device_get_match_data(&pdev->dev); in dw_spi_bt1_probe()
289 ret = init_func(pdev, dwsbt1); in dw_spi_bt1_probe()
/OK3568_Linux_fs/kernel/drivers/phy/broadcom/
H A Dphy-brcm-usb.c38 void *init_func; member
286 .init_func = &brcm_usb_dvr_init_7216,
296 .init_func = &brcm_usb_dvr_init_7211b0,
309 .init_func = &brcm_usb_dvr_init_7445,
476 dvr_init = info->init_func; in brcm_usb_phy_probe()
/OK3568_Linux_fs/kernel/drivers/clk/hisilicon/
H A Dclk-hi3660.c614 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()
H A Dclk-hi3670.c993 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()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dsram.c344 int (*init_func)(void); in sram_probe() local
379 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()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dlp8788.c160 return (pdata && pdata->init_func) ? pdata->init_func(lp) : 0; in lp8788_platform_init()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/include/
H A Drga_func.h17 FUNC_RGA_INIT init_func; member
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dnuma.c383 static int __init numa_init(int (*init_func)(void)) in numa_init()
395 ret = init_func(); in numa_init()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dlp8788.h282 int (*init_func) (struct lp8788 *lp); member
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dnuma.c640 static int __init numa_init(int (*init_func)(void)) in numa_init()
660 ret = init_func(); in numa_init()