Home
last modified time | relevance | path

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

/linux/drivers/soc/qcom/
H A Dpdr_interface.c17 char service_path[SERVREG_NAME_LENGTH + 1]; member
62 void (*status)(int state, char *service_path, void *priv);
135 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_register_listener()
150 pds->service_path, ret); in pdr_register_listener()
156 pds->service_path, resp.resp.error); in pdr_register_listener()
191 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notifier_work()
261 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_send_indack_msg()
286 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_indack_work()
310 if (!ind_msg || !ind_msg->service_path[0] || in pdr_indication_cb()
311 strlen(ind_msg->service_path) > SERVREG_NAME_LENGTH) in pdr_indication_cb()
[all …]
H A Dpdr_internal.h53 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 Dapr.c466 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 Dqcom_pdr_msg.c180 service_path),
227 service_path),
265 service_path),
288 service_path),
/linux/include/linux/soc/qcom/
H A Dpdr.h21 char *service_path,
25 const char *service_path);
H A Dapr.h144 const char *service_path; member