Lines Matching full:manager
57 * DOC: FPGA Manager flags
109 * struct fpga_manager_ops - ops for low level fpga manager drivers
121 * fpga manager driver. The optional ones are tested for NULL before being
139 /* FPGA manager status: Partial/Full Reconfiguration errors */
158 * struct fpga_manager - fpga manager structure
159 * @name: name of low level fpga manager
160 * @dev: fpga manager device
161 * @ref_mutex: only allows one reference to fpga manager
162 * @state: state of fpga manager
163 * @compat_id: FPGA manager id for compatibility check.
164 * @mops: pointer to struct of fpga manager ops