Home
last modified time | relevance | path

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

/linux/drivers/fwctl/pds/
H A Dmain.c39 struct pdsfc_rpc_endpoint_info *endpoint_info; member
116 for (i = 0; pdsfc->endpoint_info && i < num_endpoints; i++) in pdsfc_free_endpoints()
117 mutex_destroy(&pdsfc->endpoint_info[i].lock); in pdsfc_free_endpoints()
118 vfree(pdsfc->endpoint_info); in pdsfc_free_endpoints()
119 pdsfc->endpoint_info = NULL; in pdsfc_free_endpoints()
134 struct pdsfc_rpc_endpoint_info *ei = &pdsfc->endpoint_info[i]; in pdsfc_free_operations()
195 pdsfc->endpoint_info = vcalloc(num_endpoints, in pdsfc_init_endpoints()
196 sizeof(*pdsfc->endpoint_info)); in pdsfc_init_endpoints()
197 if (!pdsfc->endpoint_info) { in pdsfc_init_endpoints()
204 mutex_init(&pdsfc->endpoint_info[i].lock); in pdsfc_init_endpoints()
[all …]