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:pcie_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/hisilicon/
H
A
D
phy-hi3670-pcie.c
558
struct device *
pcie_dev
;
in hi3670_pcie_get_resources_from_pcie()
local
567
pcie_dev
= bus_find_device_by_of_node(&platform_bus_type, pcie_port);
in hi3670_pcie_get_resources_from_pcie()
568
if (!
pcie_dev
) {
in hi3670_pcie_get_resources_from_pcie()
581
phy->apb = dev_get_regmap(
pcie_dev
, "kirin_pcie_apb");
in hi3670_pcie_get_resources_from_pcie()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-rcar-host.c
55
static int rcar_pcie_wakeup(struct device *
pcie_dev
, void __iomem *pcie_base)
in rcar_pcie_wakeup()
argument
63
if (!pcie_base || pm_runtime_suspended(
pcie_dev
)) {
in rcar_pcie_wakeup()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.h
424
* @
pcie_dev
: The pcie device associated with this target
436
struct _pcie_device *
pcie_dev
;
member
H
A
D
mpt3sas_scsih.c
586
ret = tgt_priv->
pcie_dev
;
in __mpt3sas_get_pdev_from_target()
1747
sas_target_priv_data->
pcie_dev
= pcie_device;
in scsih_target_alloc()
1830
sas_target_priv_data->
pcie_dev
= NULL;
in scsih_target_destroy()
5061
pcie_device = sas_target_priv_data->
pcie_dev
;
in scsih_qcmd()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.h
437
* @
pcie_dev
: The pcie device associated with this target
450
struct _pcie_device *
pcie_dev
;
member
H
A
D
mpt3sas_scsih.c
682
ret = tgt_priv->
pcie_dev
;
in __mpt3sas_get_pdev_from_target()
1914
sas_target_priv_data->
pcie_dev
= pcie_device;
in scsih_target_alloc()
1997
sas_target_priv_data->
pcie_dev
= NULL;
in scsih_target_destroy()
5257
pcie_device = sas_target_priv_data->
pcie_dev
;
in scsih_qcmd()
Completed in 35 milliseconds