• Home
  • Raw
  • Download

Lines Matching full:function

6 endpoint controller driver, endpoint function driver, and using configfs
7 interface to bind the function driver to the controller driver.
28 library, the Endpoint Function library, and the configfs layer to bind the
29 endpoint function with the endpoint controller.
35 in endpoint mode. It also provides APIs to be used by function driver/library
36 in order to implement a particular endpoint function.
68 In order to notify all the function devices that the EPC device to which
81 APIs for the PCI Endpoint Function Driver
85 by the PCI endpoint function driver.
89 The PCI endpoint function driver should use pci_epc_write_header() to
94 The PCI endpoint function driver should use pci_epc_set_bar() to configure
96 Register space of the function driver is usually configured
101 The PCI endpoint function driver should use pci_epc_clear_bar() to reset
106 The PCI endpoint function driver should use pci_epc_raise_irq() to raise
111 The PCI endpoint function driver should use pci_epc_mem_alloc_addr(), to
117 The PCI endpoint function driver should use pci_epc_mem_free_addr() to
139 Add a PCI endpoint function to a PCI endpoint controller. A PCIe device
144 Remove the PCI endpoint function from PCI endpoint controller.
148 The PCI endpoint function driver should invoke pci_epc_start() once it
149 has configured the endpoint function and wants to start the PCI link.
153 The PCI endpoint function driver should invoke pci_epc_stop() to stop
157 PCI Endpoint Function(EPF) Library
160 The EPF library provides APIs to be used by the function driver and the EPC
163 APIs for the PCI Endpoint Function Driver
167 by the PCI endpoint function driver.
171 The PCI Endpoint Function driver should implement the following ops:
178 The PCI Function driver can then register the PCI EPF driver by using
183 The PCI Function driver can unregister the PCI EPF driver by using
188 The PCI Function driver can allocate space for a particular BAR using
193 The PCI Function driver can free the allocated space
211 the function driver when the EPF device is bound to the EPC device.