Lines Matching defs:svc_path
517 static void of_register_apr_devices(struct device *dev, const char *svc_path)
529 * This function is called with svc_path NULL during
535 * svc_path representing the service becoming available. In
542 if (svc_path) {
548 if (strcmp(service_path, svc_path))
566 static int apr_remove_device(struct device *dev, void *svc_path)
570 if (svc_path && adev->service_path) {
571 if (!strcmp(adev->service_path, (char *)svc_path))
580 static void apr_pd_status(int state, char *svc_path, void *priv)
586 of_register_apr_devices(apr->dev, svc_path);
589 device_for_each_child(apr->dev, svc_path, apr_remove_device);