Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PCI_DN
(Results
1 - 25
of
37
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
iommu.c
591
pci =
PCI_DN
(dn);
in pci_dma_bus_setup_pSeries()
712
ppci =
PCI_DN
(pdn);
in pci_dma_bus_setup_pSeriesLP()
745
struct pci_controller *phb =
PCI_DN
(dn)->phb;
in pci_dma_dev_setup_pSeries()
748
PCI_DN
(dn)->table_group = iommu_pseries_alloc_group(phb->node);
in pci_dma_dev_setup_pSeries()
749
tbl =
PCI_DN
(dn)->table_group->tables[0];
in pci_dma_dev_setup_pSeries()
761
while (dn &&
PCI_DN
(dn) &&
PCI_DN
(dn)->table_group == NULL)
in pci_dma_dev_setup_pSeries()
764
if (dn &&
PCI_DN
(dn))
in pci_dma_dev_setup_pSeries()
766
PCI_DN
(dn)->table_group->tables[0]);
in pci_dma_dev_setup_pSeries()
959
pdn =
PCI_DN
(d
in query_ddw()
[all...]
H
A
D
pci_dlpar.c
40
pseries_eeh_init_edev_recursive(
PCI_DN
(dn));
in init_phb_dynamic()
H
A
D
eeh_pseries.c
862
if (list_empty(&
PCI_DN
(phb->dn)->child_list))
in eeh_pseries_init()
865
pdn = list_first_entry(&
PCI_DN
(phb->dn)->child_list, struct pci_dn, list);
in eeh_pseries_init()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
pci-hotplug.c
40
struct pci_dn *pdn =
PCI_DN
(dn);
in pci_find_bus_by_node()
123
dn->child &&
PCI_DN
(dn->child)) {
in pci_hp_add_devices()
131
slotno = PCI_SLOT(
PCI_DN
(dn->child)->devfn);
in pci_hp_add_devices()
H
A
D
pci_dn.c
53
pdn = dn ?
PCI_DN
(dn) : NULL;
in pci_bus_to_pdn()
77
pdn = dn ?
PCI_DN
(dn) : NULL;
in pci_get_pdn_by_devfn()
106
pdn = dn ?
PCI_DN
(dn) : NULL;
in pci_get_pdn()
332
pdn->parent = parent ?
PCI_DN
(parent) : NULL;
in pci_add_device_node_info()
343
struct pci_dn *pdn = dn ?
PCI_DN
(dn) : NULL;
in pci_remove_device_node_info()
H
A
D
pci_64.c
262
hose =
PCI_DN
(hose_node)->phb;
in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
pci-hotplug.c
41
struct pci_dn *pdn =
PCI_DN
(dn);
in pci_find_bus_by_node()
124
dn->child &&
PCI_DN
(dn->child)) {
in pci_hp_add_devices()
132
slotno = PCI_SLOT(
PCI_DN
(dn->child)->devfn);
in pci_hp_add_devices()
H
A
D
pci_64.c
262
hose =
PCI_DN
(hose_node)->phb;
in SYSCALL_DEFINE3()
292
if (!
PCI_DN
(np))
in pci_device_from_OF_node()
294
*bus =
PCI_DN
(np)->busno;
in pci_device_from_OF_node()
295
*devfn =
PCI_DN
(np)->devfn;
in pci_device_from_OF_node()
H
A
D
pci_dn.c
53
pdn = dn ?
PCI_DN
(dn) : NULL;
in pci_bus_to_pdn()
77
pdn = dn ?
PCI_DN
(dn) : NULL;
in pci_get_pdn_by_devfn()
106
pdn = dn ?
PCI_DN
(dn) : NULL;
in pci_get_pdn()
332
pdn->parent = parent ?
PCI_DN
(parent) : NULL;
in pci_add_device_node_info()
343
struct pci_dn *pdn = dn ?
PCI_DN
(dn) : NULL;
in pci_remove_device_node_info()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
rpaphp_pci.c
78
struct pci_controller *phb =
PCI_DN
(slot->dn)->phb;
in __rpaphp_get_sensor_state()
87
pdn = list_first_entry_or_null(&
PCI_DN
(phb->dn)->child_list,
in __rpaphp_get_sensor_state()
179
pseries_eeh_init_edev_recursive(
PCI_DN
(slot->dn));
in rpaphp_enable_slot()
H
A
D
rpadlpar_core.c
140
struct pci_dn *pdn =
PCI_DN
(dn);
in dlpar_pci_add_bus()
181
phb =
PCI_DN
(dn)->phb;
in dlpar_add_pci_slot()
237
if (
PCI_DN
(dn) &&
PCI_DN
(dn)->phb) {
in dlpar_add_phb()
H
A
D
rpaphp_slot.c
103
slotno = PCI_SLOT(
PCI_DN
(child)->devfn);
in rpaphp_register_slot()
H
A
D
pnv_php.c
650
if (dn->child &&
PCI_DN
(dn->child))
in pnv_php_alloc_slot()
651
php_slot->slot_no = PCI_SLOT(
PCI_DN
(dn->child)->devfn);
in pnv_php_alloc_slot()
694
if (!
PCI_DN
(dn)) {
in pnv_php_register_slot()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pci-bridge.h
220
#define
PCI_DN
(dn) ((struct pci_dn *) (dn)->data)
macro
237
if (!
PCI_DN
(np))
in pci_device_from_OF_node()
239
*bus =
PCI_DN
(np)->busno;
in pci_device_from_OF_node()
240
*devfn =
PCI_DN
(np)->devfn;
in pci_device_from_OF_node()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
iommu.c
602
pci =
PCI_DN
(dn);
in pci_dma_bus_setup_pSeries()
711
for ( ; dn &&
PCI_DN
(dn); dn = dn->parent) {
in pci_dma_find()
791
ppci =
PCI_DN
(pdn);
in pci_dma_bus_setup_pSeriesLP()
838
struct pci_controller *phb =
PCI_DN
(dn)->phb;
in pci_dma_dev_setup_pSeries()
841
PCI_DN
(dn)->table_group = iommu_pseries_alloc_group(phb->node);
in pci_dma_dev_setup_pSeries()
842
tbl =
PCI_DN
(dn)->table_group->tables[0];
in pci_dma_dev_setup_pSeries()
856
while (dn &&
PCI_DN
(dn) &&
PCI_DN
(dn)->table_group == NULL)
in pci_dma_dev_setup_pSeries()
859
if (dn &&
PCI_DN
(dn))
in pci_dma_dev_setup_pSeries()
861
PCI_DN
(d
in pci_dma_dev_setup_pSeries()
[all...]
H
A
D
pci_dlpar.c
44
pseries_eeh_init_edev_recursive(
PCI_DN
(dn));
in init_phb_dynamic()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
rpadlpar_core.c
139
struct pci_dn *pdn =
PCI_DN
(dn);
in dlpar_pci_add_bus()
180
phb =
PCI_DN
(dn)->phb;
in dlpar_add_pci_slot()
236
if (
PCI_DN
(dn) &&
PCI_DN
(dn)->phb) {
in dlpar_add_phb()
H
A
D
rpaphp_pci.c
99
pseries_eeh_init_edev_recursive(
PCI_DN
(slot->dn));
in rpaphp_enable_slot()
H
A
D
rpaphp_slot.c
102
slotno = PCI_SLOT(
PCI_DN
(child)->devfn);
in rpaphp_register_slot()
H
A
D
pnv_php.c
648
if (dn->child &&
PCI_DN
(dn->child))
in pnv_php_alloc_slot()
649
php_slot->slot_no = PCI_SLOT(
PCI_DN
(dn->child)->devfn);
in pnv_php_alloc_slot()
692
if (!
PCI_DN
(dn)) {
in pnv_php_register_slot()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
pci.c
246
if (
PCI_DN
(dn) &&
PCI_DN
(dn)->devfn == devfn)
in u3_ht_skip_device()
890
PCI_DN
(np)->busno = 0xf0;
in pmac_pci_root_bridge_prepare()
892
PCI_DN
(child)->busno = 0xf0;
in pmac_pci_root_bridge_prepare()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
pci.c
247
if (
PCI_DN
(dn) &&
PCI_DN
(dn)->devfn == devfn)
in u3_ht_skip_device()
895
PCI_DN
(np)->busno = 0xf0;
in pmac_pci_root_bridge_prepare()
897
PCI_DN
(child)->busno = 0xf0;
in pmac_pci_root_bridge_prepare()
/kernel/linux/linux-5.10/arch/powerpc/platforms/maple/
H
A
D
pci.c
581
PCI_DN
(np)->busno = 0xf0;
in maple_pci_root_bridge_prepare()
583
PCI_DN
(child)->busno = 0xf0;
in maple_pci_root_bridge_prepare()
/kernel/linux/linux-6.6/arch/powerpc/platforms/maple/
H
A
D
pci.c
584
PCI_DN
(np)->busno = 0xf0;
in maple_pci_root_bridge_prepare()
586
PCI_DN
(child)->busno = 0xf0;
in maple_pci_root_bridge_prepare()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pci-bridge.h
237
#define
PCI_DN
(dn) ((struct pci_dn *) (dn)->data)
macro
Completed in 19 milliseconds
1
2