Lines Matching refs:calling
230 decrement the reference count on these devices by calling pci_dev_put().
258 the PCI device by calling pci_enable_device(). This will:
267 pci_request_resources() before calling pci_enable_device().
304 calling pci_disable_device().
308 determine MMIO and IO Port resource availability _after_ calling
329 to "register" this capability by calling pci_set_dma_mask() with
338 address by calling pci_set_consistent_dma_mask().
362 While calling request_irq() is the last step described here,
385 MSI capability can be enabled by calling pci_alloc_irq_vectors() with the
386 PCI_IRQ_MSI and/or PCI_IRQ_MSIX flags before calling request_irq(). This
395 and msix_enabled flags in the pci_dev structure after calling
494 Do not access device registers after calling pci_disable_device().