函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\probe_roms.c Create Date:2022-07-27 08:41:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:probe_list

函数原型:static bool probe_list(struct pci_dev *pdev, unsigned short vendor, const unsigned char *rom_list)

返回类型:bool

参数:

类型参数名称
struct pci_dev *pdev
unsigned shortvendor
const unsigned char *rom_list
101  循环
102  如果probe_kernel_address(): safely attempt to read from a location*@addr: address to read from*@retval: read into this variable* Returns 0 on success, or -EFAULT.(rom_list, device)不等于0则device等于0
105  如果devicedoes this oprom support the given pci device, or any of the devices* that the driver supports?退出
108  rom_list加等于2
109 device循环
111  返回:非非device
调用者
名称描述
find_oprom