Lines Matching full:endpoints
37 struct pds_fwctl_query_data *endpoints; member
111 if (!pdsfc->endpoints) in pdsfc_free_endpoints()
114 num_endpoints = le32_to_cpu(pdsfc->endpoints->num_entries); in pdsfc_free_endpoints()
120 pdsfc->endpoints, pdsfc->endpoints_pa); in pdsfc_free_endpoints()
121 pdsfc->endpoints = NULL; in pdsfc_free_endpoints()
131 num_endpoints = le32_to_cpu(pdsfc->endpoints->num_entries); in pdsfc_free_operations()
189 pdsfc->endpoints = pdsfc_get_endpoints(pdsfc, &pdsfc->endpoints_pa); in pdsfc_init_endpoints()
190 if (IS_ERR(pdsfc->endpoints)) in pdsfc_init_endpoints()
191 return PTR_ERR(pdsfc->endpoints); in pdsfc_init_endpoints()
193 num_endpoints = le32_to_cpu(pdsfc->endpoints->num_entries); in pdsfc_init_endpoints()
201 ep_entry = (struct pds_fwctl_query_data_endpoint *)pdsfc->endpoints->entries; in pdsfc_init_endpoints()
305 num_entries = le32_to_cpu(pdsfc->endpoints->num_entries); in pdsfc_validate_rpc()
496 return dev_err_probe(dev, err, "Failed to init endpoints\n"); in pdsfc_probe()