projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3d70c
)
docs/zh_CN: Update the translation of msi-howto to 6.1-rc8
author
Yanteng Si
<siyanteng@loongson.cn>
Sat, 10 Dec 2022 03:27:04 +0000
(11:27 +0800)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 2 Jan 2023 23:14:11 +0000
(16:14 -0700)
Update to commit
88614075a952
("Documentation: PCI: Add reference
to PCI/MSI device driver APIs")
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Wu XiangCheng <bobwxc@email.cn>
Link:
https://lore.kernel.org/r/a47eb583fc396cd936a27749c318557284855936.1670642548.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/translations/zh_CN/PCI/msi-howto.rst
patch
|
blob
|
history
diff --git
a/Documentation/translations/zh_CN/PCI/msi-howto.rst
b/Documentation/translations/zh_CN/PCI/msi-howto.rst
index 7ea4d50cdad2718ccdeccb5166b5c32154c0cafb..1b9b5ea790d8496c276b7404832d9ba4cad0235d 100644
(file)
--- a/
Documentation/translations/zh_CN/PCI/msi-howto.rst
+++ b/
Documentation/translations/zh_CN/PCI/msi-howto.rst
@@
-231,3
+231,14
@@
ACPI FADT表中指明了它。在这种情况下,Linux会自动禁用MSI。有
也需要检查设备驱动程序,看它是否支持MSI。例如,它可能包含对带有PCI_IRQ_MSI或
PCI_IRQ_MSIX标志的pci_alloc_irq_vectors()的调用。
+
+
+MSI(-X) APIs设备驱动程序列表
+============================
+
+PCI/MSI子系统有一个专门的C文件,用于其导出的设备驱动程序APIs - `drivers/pci/msi/api.c` 。
+以下是导出的函数:
+
+该API在以下内核代码中:
+
+drivers/pci/msi/api.c