Lines Matching defs:svc_path
375 static void of_register_apr_devices(struct device *dev, const char *svc_path)
387 * This function is called with svc_path NULL during
393 * svc_path representing the service becoming available. In
400 if (svc_path) {
406 if (strcmp(service_path, svc_path))
424 static int apr_remove_device(struct device *dev, void *svc_path)
428 if (svc_path && adev->service_path) {
429 if (!strcmp(adev->service_path, (char *)svc_path))
438 static void apr_pd_status(int state, char *svc_path, void *priv)
444 of_register_apr_devices(apr->dev, svc_path);
447 device_for_each_child(apr->dev, svc_path, apr_remove_device);