Searched refs:svc_path (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/soc/qcom/ |
| D | apr.c | 337 static void of_register_apr_devices(struct device *dev, const char *svc_path) in of_register_apr_devices() argument 361 if (svc_path) { in of_register_apr_devices() 367 if (strcmp(service_path, svc_path)) in of_register_apr_devices() 385 static int apr_remove_device(struct device *dev, void *svc_path) in apr_remove_device() argument 389 if (svc_path && adev->service_path) { in apr_remove_device() 390 if (!strcmp(adev->service_path, (char *)svc_path)) in apr_remove_device() 399 static void apr_pd_status(int state, char *svc_path, void *priv) in apr_pd_status() argument 405 of_register_apr_devices(apr->dev, svc_path); in apr_pd_status() 408 device_for_each_child(apr->dev, svc_path, apr_remove_device); in apr_pd_status()
|
| /Linux-v5.15/drivers/slimbus/ |
| D | qcom-ngd-ctrl.c | 1423 static void slim_pd_status(int state, char *svc_path, void *priv) in slim_pd_status() argument
|