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_ctl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
fsl_pamu_domain.c
241
struct pci_controller *
pci_ctl
;
in fsl_pamu_attach_device()
local
249
pci_ctl
= pci_bus_to_host(pdev->bus);
in fsl_pamu_attach_device()
255
dev =
pci_ctl
->parent;
in fsl_pamu_attach_device()
293
struct pci_controller *
pci_ctl
;
in fsl_pamu_set_platform_dma()
local
301
pci_ctl
= pci_bus_to_host(pdev->bus);
in fsl_pamu_set_platform_dma()
307
dev =
pci_ctl
->parent;
in fsl_pamu_set_platform_dma()
337
static bool check_pci_ctl_endpt_part(struct pci_controller *
pci_ctl
)
in check_pci_ctl_endpt_part()
argument
342
version = in_be32(
pci_ctl
->cfg_addr + (PCI_FSL_BRR1 >> 2));
in check_pci_ctl_endpt_part()
372
* guaranteed that the
pci_ctl
->parent platform_device will have the
in fsl_pamu_device_group()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
fsl_pamu_domain.c
655
struct pci_controller *
pci_ctl
;
in fsl_pamu_attach_device()
local
663
pci_ctl
= pci_bus_to_host(pdev->bus);
in fsl_pamu_attach_device()
669
dev =
pci_ctl
->parent;
in fsl_pamu_attach_device()
691
struct pci_controller *
pci_ctl
;
in fsl_pamu_detach_device()
local
699
pci_ctl
= pci_bus_to_host(pdev->bus);
in fsl_pamu_detach_device()
705
dev =
pci_ctl
->parent;
in fsl_pamu_detach_device()
922
static bool check_pci_ctl_endpt_part(struct pci_controller *
pci_ctl
)
in check_pci_ctl_endpt_part()
argument
927
version = in_be32(
pci_ctl
->cfg_addr + (PCI_FSL_BRR1 >> 2));
in check_pci_ctl_endpt_part()
961
struct pci_controller *
pci_ctl
;
in get_pci_device_group()
local
965
pci_ctl
in get_pci_device_group()
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
amd64_edac.c
5
static struct edac_pci_ctl_info *
pci_ctl
;
variable
3659
if (
pci_ctl
)
in setup_pci_device()
3662
pci_ctl
= edac_pci_create_generic_ctl(pci_ctl_dev, EDAC_MOD_STR);
in setup_pci_device()
3663
if (!
pci_ctl
) {
in setup_pci_device()
3757
if (
pci_ctl
)
in amd64_edac_exit()
3758
edac_pci_release_generic_ctl(
pci_ctl
);
in amd64_edac_exit()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
amd64_edac.c
5
static struct edac_pci_ctl_info *
pci_ctl
;
variable
4343
if (
pci_ctl
)
in setup_pci_device()
4346
pci_ctl
= edac_pci_create_generic_ctl(pci_ctl_dev, EDAC_MOD_STR);
in setup_pci_device()
4347
if (!
pci_ctl
) {
in setup_pci_device()
4443
if (
pci_ctl
)
in amd64_edac_exit()
4444
edac_pci_release_generic_ctl(
pci_ctl
);
in amd64_edac_exit()
Completed in 12 milliseconds