Home
last modified time | relevance | path

Searched refs:probe_func (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm_tis_spi_main.c295 tpm_tis_spi_probe_func probe_func; in tpm_tis_spi_driver_probe() local
297 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()
/linux/drivers/soc/samsung/
H A Dexynos-asv.c122 int (*probe_func)(struct exynos_asv *asv); in exynos_asv_init() local
143 probe_func = exynos5422_asv_init; in exynos_asv_init()
164 ret = probe_func(asv); in exynos_asv_init()
/linux/drivers/clk/socfpga/
H A Dclk-agilex5.c535 int (*probe_func)(struct platform_device *init_func); in agilex5_clkmgr_probe() local
537 probe_func = of_device_get_match_data(&pdev->dev); in agilex5_clkmgr_probe()
538 if (!probe_func) in agilex5_clkmgr_probe()
540 return probe_func(pdev); in agilex5_clkmgr_probe()
H A Dclk-agilex.c539 int (*probe_func)(struct platform_device *init_func); in agilex_clkmgr_probe() local
541 probe_func = of_device_get_match_data(&pdev->dev); in agilex_clkmgr_probe()
542 if (!probe_func) in agilex_clkmgr_probe()
544 return probe_func(pdev); in agilex_clkmgr_probe()
/linux/drivers/clk/bcm/
H A Dclk-sr.c405 int (*probe_func)(struct platform_device *); in sr_clk_probe() local
407 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()
/linux/kernel/trace/
H A Dtrace_events_user.c1696 user_event_func_t probe_func; in update_enable_bit_for() local
1704 probe_func = probe_func_ptr->func; in update_enable_bit_for()
1706 if (probe_func == user_event_ftrace) in update_enable_bit_for()
1709 else if (probe_func == user_event_perf) in update_enable_bit_for()
2300 user_event_func_t probe_func; in user_events_write_core() local
2317 probe_func = probe_func_ptr->func; in user_events_write_core()
2319 probe_func(user, &copy, tpdata, &faulted); in user_events_write_core()
H A Dtrace_events_hist.c835 synth_probe_func_t probe_func; in trace_synth() local
844 probe_func = probe_func_ptr->func; in trace_synth()
846 probe_func(__data, var_ref_vals, var_ref_idx); in trace_synth()
/linux/sound/soc/renesas/rcar/
H A Dcore.c2046 int (*probe_func[])(struct rsnd_priv *priv) = { in rsnd_suspend()
2076 for (i = 0; i < ARRAY_SIZE(probe_func); i++) {
2077 ret = probe_func[i](priv);
1925 int (*probe_func[])(struct rsnd_priv *priv) = { rsnd_probe() local