Home
last modified time | relevance | path

Searched refs:pci_acs_enabled (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1807 static inline bool pci_acs_enabled(struct pci_dev *pdev, u16 acs_flags) in pci_acs_enabled() function
2228 bool pci_acs_enabled(struct pci_dev *pdev, u16 acs_flags);
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c1300 if (!pdev->multifunction || pci_acs_enabled(pdev, REQ_ACS_FLAGS)) in get_pci_function_alias_group()
1306 pci_acs_enabled(tmp, REQ_ACS_FLAGS)) in get_pci_function_alias_group()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c3444 bool pci_acs_enabled(struct pci_dev *pdev, u16 acs_flags) in pci_acs_enabled() function
3525 if (!pci_acs_enabled(pdev, acs_flags)) in pci_acs_path_enabled()