Lines Matching full:express
3 * Purpose: PCI Express Port Bus Driver
41 * release_pcie_device - free PCI Express port service device structure
107 * @dev: PCI Express port to handle
170 * pcie_init_service_irqs - initialize irqs for PCI Express port services
171 * @dev: PCI Express port to handle
209 * get_port_device_capability - discover capabilities of a PCI Express port
210 * @dev: PCI Express port to examine
212 * The capabilities are read from the port's PCI Express configuration registers
213 * as described in PCI Express Base Specification 1.0a sections 7.8.2, 7.8.9 and
281 * pcie_device_init - allocate and initialize PCI Express port service device
282 * @pdev: PCI Express port to associate the service device with
321 * pcie_port_device_register - register PCI Express port
322 * @dev: PCI Express port to register
332 /* Enable PCI Express port device */ in pcie_port_device_register()
337 /* Get and check PCI Express port services */ in pcie_port_device_register()
399 * @dev: PCI Express port to handle
415 * @dev: PCI Express port to handle
425 * @dev: PCI Express port to handle
435 * @dev: PCI Express port to handle
474 * @dev: PCI Express port the service is associated with
495 * pcie_port_device_remove - unregister PCI Express port service devices
496 * @dev: PCI Express port the service devices to unregister are associated with
498 * Remove PCI Express port service devices associated with given port and
508 * pcie_port_probe_service - probe driver for given PCI Express port service
509 * @dev: PCI Express port service device to probe against
511 * If PCI Express port service driver is registered with
538 * pcie_port_remove_service - detach driver from given PCI Express port service
539 * @dev: PCI Express port service device to handle
541 * If PCI Express port service driver is registered with
564 * pcie_port_shutdown_service - shut down given PCI Express port service
565 * @dev: PCI Express port service device to handle
567 * If PCI Express port service driver is registered with
575 * pcie_port_service_register - register PCI Express port service driver
576 * @new: PCI Express port service driver to register
593 * pcie_port_service_unregister - unregister PCI Express port service driver
594 * @drv: PCI Express port service driver to unregister
673 * pcie_portdrv_probe - Probe PCI-Express port devices
674 * @dev: PCI-Express port device being probed
772 /* handle any PCI-Express port */