Searched refs:probe_func (Results 1 – 7 of 7) sorted by relevance
295 tpm_tis_spi_probe_func probe_func; in tpm_tis_spi_driver_probe() local297 probe_func = of_device_get_match_data(&spi->dev); in tpm_tis_spi_driver_probe()298 if (!probe_func) { in tpm_tis_spi_driver_probe()300 probe_func = (tpm_tis_spi_probe_func)spi_dev_id->driver_data; in tpm_tis_spi_driver_probe()301 if (!probe_func) in tpm_tis_spi_driver_probe()304 probe_func = tpm_tis_spi_probe; in tpm_tis_spi_driver_probe()307 return probe_func(spi); in tpm_tis_spi_driver_probe()
113 int (*probe_func)(struct exynos_asv *asv); in exynos_asv_init() local134 probe_func = exynos5422_asv_init; in exynos_asv_init()155 ret = probe_func(asv); in exynos_asv_init()
405 int (*probe_func)(struct platform_device *); in sr_clk_probe() local407 probe_func = of_device_get_match_data(&pdev->dev); in sr_clk_probe()408 if (!probe_func) in sr_clk_probe()411 return probe_func(pdev); in sr_clk_probe()
537 int (*probe_func)(struct platform_device *init_func); in agilex_clkmgr_probe() local539 probe_func = of_device_get_match_data(&pdev->dev); in agilex_clkmgr_probe()540 if (!probe_func) in agilex_clkmgr_probe()542 return probe_func(pdev); in agilex_clkmgr_probe()
1646 user_event_func_t probe_func; in update_enable_bit_for() local1654 probe_func = probe_func_ptr->func; in update_enable_bit_for()1656 if (probe_func == user_event_ftrace) in update_enable_bit_for()1659 else if (probe_func == user_event_perf) in update_enable_bit_for()2207 user_event_func_t probe_func; in user_events_write_core() local2224 probe_func = probe_func_ptr->func; in user_events_write_core()2226 probe_func(user, ©, tpdata, &faulted); in user_events_write_core()
834 synth_probe_func_t probe_func; in trace_synth() local843 probe_func = probe_func_ptr->func; in trace_synth()845 probe_func(__data, var_ref_vals, var_ref_idx); in trace_synth()
1960 int (*probe_func[])(struct rsnd_priv *priv) = { in rsnd_probe() local1990 for (i = 0; i < ARRAY_SIZE(probe_func); i++) { in rsnd_probe()1991 ret = probe_func[i](priv); in rsnd_probe()