Searched refs:svc_path (Results 1 – 1 of 1) sorted by relevance
339 static void of_register_apr_devices(struct device *dev, const char *svc_path) in of_register_apr_devices() argument363 if (svc_path) { in of_register_apr_devices()369 if (strcmp(service_path, svc_path)) in of_register_apr_devices()387 static int apr_remove_device(struct device *dev, void *svc_path) in apr_remove_device() argument391 if (svc_path && adev->service_path) { in apr_remove_device()392 if (!strcmp(adev->service_path, (char *)svc_path)) in apr_remove_device()401 static void apr_pd_status(int state, char *svc_path, void *priv) in apr_pd_status() argument407 of_register_apr_devices(apr->dev, svc_path); in apr_pd_status()410 device_for_each_child(apr->dev, svc_path, apr_remove_device); in apr_pd_status()