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:is_rc
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/
H
A
D
pcie-cadence-plat.c
21
* @
is_rc
: Set to 1 indicates the PCIe controller mode is Root Complex,
26
bool
is_rc
;
member
30
bool
is_rc
;
member
54
bool
is_rc
;
in cdns_plat_pcie_probe()
local
62
is_rc
= data->
is_rc
;
in cdns_plat_pcie_probe()
64
pr_debug(" Started %s with
is_rc
: %d\n", __func__,
is_rc
);
in cdns_plat_pcie_probe()
70
if (
is_rc
) {
in cdns_plat_pcie_probe()
82
cdns_plat_pcie->
is_rc
in cdns_plat_pcie_probe()
[all...]
H
A
D
pcie-cadence.c
75
if (pcie->
is_rc
) {
in cdns_pcie_set_outbound_region()
113
if (pcie->
is_rc
) {
in cdns_pcie_set_outbound_region_for_normal_msg()
H
A
D
pcie-cadence.h
273
* @
is_rc
: tell whether the PCIe controller mode is Root Complex or Endpoint.
282
bool
is_rc
;
member
H
A
D
pcie-cadence-host.c
508
pcie->
is_rc
= true;
in cdns_pcie_host_setup()
H
A
D
pcie-cadence-ep.c
517
pcie->
is_rc
= false;
in cdns_pcie_ep_setup()
/kernel/linux/linux-6.6/drivers/pci/controller/cadence/
H
A
D
pcie-cadence-plat.c
20
* @
is_rc
: Set to 1 indicates the PCIe controller mode is Root Complex,
25
bool
is_rc
;
member
29
bool
is_rc
;
member
52
bool
is_rc
;
in cdns_plat_pcie_probe()
local
59
is_rc
= data->
is_rc
;
in cdns_plat_pcie_probe()
61
pr_debug(" Started %s with
is_rc
: %d\n", __func__,
is_rc
);
in cdns_plat_pcie_probe()
67
if (
is_rc
) {
in cdns_plat_pcie_probe()
79
cdns_plat_pcie->
is_rc
in cdns_plat_pcie_probe()
[all...]
H
A
D
pcie-cadence.c
76
if (pcie->
is_rc
) {
in cdns_pcie_set_outbound_region()
114
if (pcie->
is_rc
) {
in cdns_pcie_set_outbound_region_for_normal_msg()
H
A
D
pcie-cadence.h
290
* @
is_rc
: tell whether the PCIe controller mode is Root Complex or Endpoint.
301
bool
is_rc
;
member
H
A
D
pcie-cadence-host.c
516
pcie->
is_rc
= true;
in cdns_pcie_host_setup()
H
A
D
pcie-cadence-ep.c
652
pcie->
is_rc
= false;
in cdns_pcie_ep_setup()
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pcie-rockchip.c
34
if (rockchip->
is_rc
) {
in rockchip_pcie_parse_dt()
121
if (rockchip->
is_rc
) {
in rockchip_pcie_parse_dt()
249
if (rockchip->
is_rc
)
in rockchip_pcie_init_port()
H
A
D
pcie-rockchip.h
316
bool
is_rc
;
member
H
A
D
pcie-rockchip-ep.c
557
rockchip->
is_rc
= false;
in rockchip_pcie_ep_probe()
H
A
D
pcie-rockchip-host.c
953
rockchip->
is_rc
= true;
in rockchip_pcie_probe()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-rockchip.c
35
if (rockchip->
is_rc
) {
in rockchip_pcie_parse_dt()
122
if (rockchip->
is_rc
) {
in rockchip_pcie_parse_dt()
250
if (rockchip->
is_rc
)
in rockchip_pcie_init_port()
H
A
D
pcie-rockchip.h
319
bool
is_rc
;
member
H
A
D
pcie-rockchip-ep.c
518
rockchip->
is_rc
= false;
in rockchip_pcie_ep_probe()
H
A
D
pcie-rockchip-host.c
945
rockchip->
is_rc
= true;
in rockchip_pcie_probe()
Completed in 15 milliseconds