Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\early-quirks.c Create Date:2022-07-28 08:21:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:intel_graphics_quirks

Proto:static void __init intel_graphics_quirks(int num, int slot, int func)

Type:void

Parameter:

TypeParameterName
intnum
intslot
intfunc
590  device = read_pci_config_16(num, slot, func, 16 bits )
592  When i < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(intel_early_ids) cycle
593  driver_data = Data private to the driver
595  If Vendor and device ID or PCI_ANY_ID != device Then Continue
598  early_ops = driver_data
600  intel_graphics_stolen(num, slot, func, early_ops)
602  Return