Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
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 |
Name | Describe |
---|---|
amd_cache_northbridges |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |