Searched refs:service_path (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/soc/qcom/ |
H A D | pdr_internal.h | 53 char service_path[SERVREG_NAME_LENGTH + 1]; member 63 char service_path[SERVREG_NAME_LENGTH + 1]; member 72 char service_path[SERVREG_NAME_LENGTH + 1]; member 77 char service_path[SERVREG_NAME_LENGTH + 1]; member
|
H A D | apr.c | 466 1, &adev->service_path); in apr_add_device() 486 const char *service_name, *service_path; in of_apr_add_pd_lookups() local 498 1, &service_path); in of_apr_add_pd_lookups() 504 pds = pdr_add_lookup(apr->pdr, service_name, service_path); in of_apr_add_pd_lookups() 518 const char *service_path; in of_register_apr_devices() local 538 1, &service_path); in of_register_apr_devices() 545 if (strcmp(service_path, svc_path)) in of_register_apr_devices() 567 if (svc_path && adev->service_path) { in apr_remove_device() 568 if (!strcmp(adev->service_path, (char *)svc_path)) in apr_remove_device()
|
H A D | qcom_pdr_msg.c | 179 service_path), 226 service_path), 264 service_path), 287 service_path),
|
/linux/include/linux/soc/qcom/ |
H A D | pdr.h | 21 char *service_path, 25 const char *service_path);
|
H A D | apr.h | 144 const char *service_path; member
|