Lines Matching refs:calling
172 decrement the reference count on these devices by calling pci_dev_put().
199 the PCI device by calling pci_enable_device(). This will:
211 pci_request_resources() before calling pci_enable_device().
248 calling pci_disable_device().
253 determine MMIO and IO Port resource availability _after_ calling
275 to "register" this capability by calling pci_set_dma_mask() with
284 address by calling pci_set_consistent_dma_mask().
308 While calling request_irq() is the last step described here,
331 MSI capability can be enabled by calling pci_alloc_irq_vectors() with the
332 PCI_IRQ_MSI and/or PCI_IRQ_MSIX flags before calling request_irq(). This
341 and msix_enabled flags in the pci_dev structure after calling
440 Do not access device registers after calling pci_disable_device().