Lines Matching full:probe
3 * exynos-nocp.c - Exynos NoC (Network On Chip) Probe support
30 * The devfreq-event ops structure for nocp probe.
37 /* Disable NoC probe */ in exynos_nocp_set_event()
41 dev_err(nocp->dev, "failed to disable the NoC probe device\n"); in exynos_nocp_set_event()
124 /* Enable NoC probe */ in exynos_nocp_set_event()
134 /* Reset NoC probe */ in exynos_nocp_set_event()
137 dev_err(nocp->dev, "Failed to reset NoC probe device\n"); in exynos_nocp_set_event()
176 dev_err(nocp->dev, "Failed to read the counter of NoC probe device\n"); in exynos_nocp_get_event()
272 pr_info("exynos-nocp: new NoC Probe device registered: %s\n", in exynos_nocp_probe()
288 .probe = exynos_nocp_probe,
297 MODULE_DESCRIPTION("Exynos NoC (Network on Chip) Probe driver");