Lines Matching full:managed
18 * 2. The region-request-functions in pci.c do become managed IF the device has
21 * obviously managed counter-part (e.g., pci_iomap() <-> pcim_iomap()),
22 * whereas some don't and are never managed, while others don't and are
23 * _sometimes_ managed (e.g. pci_request_region()).
30 * pci.c to the managed functions here in this file. This isn't exactly
93 * sometimes managed, sometimes not.
259 * devm_pci_remap_iospace - Managed pci_remap_iospace()
264 * Managed pci_remap_iospace(). Map is automatically unmapped on driver
290 * devm_pci_remap_cfgspace - Managed pci_remap_cfgspace()
295 * Managed pci_remap_cfgspace(). Map is automatically unmapped on driver
328 * All operations are managed and will be undone on driver detach.
386 * pcim_set_mwi - a device-managed pci_set_mwi()
389 * Managed pci_set_mwi().
431 * pcim_intx - managed pci_intx()
477 * pcim_enable_device - Managed pci_enable_device()
482 * Managed pci_enable_device(). Device will automatically be disabled on
511 * pcim_pin_device - Pin managed PCI device
514 * Pin managed PCI device @pdev. Pinned device won't be disabled on driver
541 * exist and @pdev is managed, it will be allocated. All iomaps
636 * pcim_iomap - Managed pcim_iomap()
643 * Managed pci_iomap(). Map is automatically unmapped on driver detach. If
686 * pcim_iounmap - Managed pci_iounmap()
690 * Managed pci_iounmap(). @addr must have been mapped using a pcim_* mapping