Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\amd_nb.c Create Date:2022-07-28 08:43:38
Last Modify:2020-03-16 21:36:56 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:next_northbridge

Proto:static struct pci_dev *next_northbridge(struct pci_dev *dev, const struct pci_device_id *ids)

Type:struct pci_dev

Parameter:

TypeParameterName
struct pci_dev *dev
const struct pci_device_id *ids
118  Do
119  dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, dev)
120  If Not dev Then Break
122  When Not pci_match_id(ids, dev) cycle
123  Return dev
Caller
NameDescribe
amd_cache_northbridges