Lines Matching refs:calling
231 decrement the reference count on these devices by calling pci_dev_put().
259 the PCI device by calling pci_enable_device(). This will:
268 pci_request_resources() before calling pci_enable_device().
305 calling pci_disable_device().
309 determine MMIO and IO Port resource availability _after_ calling
330 to "register" this capability by calling pci_set_dma_mask() with
339 address by calling pci_set_consistent_dma_mask().
363 While calling request_irq() is the last step described here,
386 MSI capability can be enabled by calling pci_enable_msi() or
387 pci_enable_msix() before calling request_irq(). This causes
495 Do not access device registers after calling pci_disable_device().