hotplug_slot_attr_power.attr从来没有设置过,它有什么价值?

时间:2018-09-27 05:24:45

标签: linux kernel driver pci

https://github.com/torvalds/linux/blob/d01e12dd3f4227f1be5d7c5bffa7b8240787bec1/drivers/pci/hotplug/pci_hotplug_core.c#L301

if (has_power_file(pci_slot)) {
    retval = sysfs_create_file(&pci_slot->kobj,
                   &hotplug_slot_attr_power.attr); ////// why .attr has value here ?
    if (retval)
        goto exit_power;
}

在PCI代码的这一部分中,它调用sysfs_create_file(),但是我找不到

hotplug_slot_attr_power.attr 

已设置。

0 个答案:

没有答案