Lines Matching refs:port

45 	"dfl-port-pdata",
145 * introduce a global port_ops list, it allows port drivers to register ops
146 * in such list, then other feature devices (e.g. FME), could use the port
147 * functions even related port platform device is hidden. Below is one example,
149 * enabled, port (and it's AFU) is turned into VF and port platform device
150 * is hidden from system but it's still required to access port to finish FPGA
158 * dfl_fpga_port_ops_get - get matched port ops from the global list
159 * @pdev: platform device to match with associated port ops.
160 * Return: matched port ops on success, NULL otherwise.
189 * dfl_fpga_port_ops_put - put port ops
190 * @ops: port ops.
201 * @ops: port ops to add.
213 * @ops: port ops to del.
224 * dfl_fpga_check_port_id - check the port id
225 * @pdev: port platform device.
226 * @pport_id: port id to compare.
228 * Return: 1 if port device matches with given port id, otherwise 0.
747 struct platform_device *port)
749 struct dfl_feature_platform_data *pdata = dev_get_platdata(&port->dev);
795 * works properly for port device.
832 * set, port enable/disable) needed for the dfl bus device and
1646 * __dfl_fpga_cdev_find_port - find a port under given container device
1650 * @match: match function used to find specific port from the port device list
1652 * Find a port device under container device. This function needs to be
1655 * Return: pointer to port's platform device if successful, NULL otherwise.
1697 * dfl_fpga_cdev_release_port - release a port platform device
1700 * @port_id: id of the port platform device.
1702 * This function allows user to release a port platform device. This is a
1703 * mandatory step before turn a port from PF into VF for SRIOV support.
1743 * dfl_fpga_cdev_assign_port - assign a port platform device back
1746 * @port_id: id of the port platform device.
1748 * This function allows user to assign a port platform device back. This is
1850 * can't turn multiple ports into 1 VF device, only 1 port for 1 VF
1851 * device, so if released port number doesn't match VF device number,