Lines Matching full:using
6 endpoint controller driver, endpoint function driver, and using configfs
63 pci_epc_create() using pci_epc_destroy().
96 using this API.
117 free the memory space allocated using pci_epc_mem_alloc_addr().
145 controller memory that was allocated and mapped using pci_epc_mem_map().
153 using these APIs.
162 Release the reference to the PCI endpoint controller obtained using
206 The PCI Function driver can then register the PCI EPF driver by using
211 The PCI Function driver can unregister the PCI EPF driver by using
216 The PCI Function driver can allocate space for a particular BAR using
222 (using pci_epf_alloc_space) by invoking pci_epf_free_space().
240 pci-ep-cfs.c can be used as reference for using these APIs.