Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:we see if any fixup is available for our current hardware. if there* is a fixup, we call it and we expect to never return from it. if we* do return, we keep looking and then eventually fall back to the* standard mach_reboot on return.

Proto:void mach_reboot_fixups(void)

Type:void

Parameter:Nothing

90  If in_interrupt() Then Return
93  When i < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(fixups_table) cycle
94  cur = &fixups_table[i]
95  dev = pci_get_device(vendor, device, NULL)
96  If Not dev Then Continue
99  reboot_fixup(dev)
100  pci_dev_put(dev)