Searched refs:svc_path (Results 1 – 1 of 1) sorted by relevance
341 static void of_register_apr_devices(struct device *dev, const char *svc_path) in of_register_apr_devices() argument365 if (svc_path) { in of_register_apr_devices()371 if (strcmp(service_path, svc_path)) in of_register_apr_devices()389 static int apr_remove_device(struct device *dev, void *svc_path) in apr_remove_device() argument393 if (svc_path && adev->service_path) { in apr_remove_device()394 if (!strcmp(adev->service_path, (char *)svc_path)) in apr_remove_device()403 static void apr_pd_status(int state, char *svc_path, void *priv) in apr_pd_status() argument409 of_register_apr_devices(apr->dev, svc_path); in apr_pd_status()412 device_for_each_child(apr->dev, svc_path, apr_remove_device); in apr_pd_status()