Home
last modified time | relevance | path

Searched refs:service_path (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/soc/qcom/
Dpdr_interface.c16 char service_path[SERVREG_NAME_LENGTH + 1]; member
61 void (*status)(int state, char *service_path, void *priv);
134 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_register_listener()
149 pds->service_path, ret); in pdr_register_listener()
155 pds->service_path, resp.resp.error); in pdr_register_listener()
190 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notifier_work()
260 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_send_indack_msg()
285 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_indack_work()
309 if (!ind_msg || !ind_msg->service_path[0] || in pdr_indication_cb()
310 strlen(ind_msg->service_path) > SERVREG_NAME_LENGTH) in pdr_indication_cb()
[all …]
Dpdr_internal.h199 char service_path[SERVREG_NAME_LENGTH + 1]; member
219 service_path),
263 char service_path[SERVREG_NAME_LENGTH + 1]; member
274 service_path),
299 char service_path[SERVREG_NAME_LENGTH + 1]; member
320 service_path),
335 char service_path[SERVREG_NAME_LENGTH + 1]; member
347 service_path),
Dapr.c464 1, &adev->service_path); in apr_add_device()
479 const char *service_name, *service_path; in of_apr_add_pd_lookups() local
492 1, &service_path); in of_apr_add_pd_lookups()
499 pds = pdr_add_lookup(apr->pdr, service_name, service_path); in of_apr_add_pd_lookups()
514 const char *service_path; in of_register_apr_devices() local
534 1, &service_path); in of_register_apr_devices()
541 if (strcmp(service_path, svc_path)) in of_register_apr_devices()
563 if (svc_path && adev->service_path) { in apr_remove_device()
564 if (!strcmp(adev->service_path, (char *)svc_path)) in apr_remove_device()
/linux-5.19.10/include/linux/soc/qcom/
Dpdr.h21 char *service_path,
25 const char *service_path);
Dapr.h144 const char *service_path; member