Home
last modified time | relevance | path

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

/linux/drivers/fwctl/pds/
H A Dmain.c44 struct pdsfc_dev *pdsfc = container_of(uctx->fwctl, struct pdsfc_dev, fwctl); in pdsfc_open_uctx() local
47 pdsfc_uctx->uctx_caps = pdsfc->caps; in pdsfc_open_uctx()
70 static int pdsfc_identify(struct pdsfc_dev *pdsfc) in pdsfc_identify() argument
72 struct device *dev = &pdsfc->fwctl.dev; in pdsfc_identify()
94 err = pds_client_adminq_cmd(pdsfc->padev, &cmd, sizeof(cmd), &comp, 0); in pdsfc_identify()
99 pdsfc->ident = *ident; in pdsfc_identify()
106 static void pdsfc_free_endpoints(struct pdsfc_dev *pdsfc) in pdsfc_free_endpoints() argument
108 struct device *dev = &pdsfc->fwctl.dev; in pdsfc_free_endpoints()
112 if (!pdsfc->endpoints) in pdsfc_free_endpoints()
115 num_endpoints = le32_to_cpu(pdsfc->endpoints->num_entries); in pdsfc_free_endpoints()
[all …]