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:ob_window_map
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H
A
D
pcie-designware-ep.c
190
free_win = find_first_zero_bit(ep->
ob_window_map
, ep->num_ob_windows);
in dw_pcie_ep_outbound_atu()
199
set_bit(free_win, ep->
ob_window_map
);
in dw_pcie_ep_outbound_atu()
291
clear_bit(atu_index, ep->
ob_window_map
);
in dw_pcie_ep_unmap_addr()
722
ep->
ob_window_map
= devm_kcalloc(dev,
in dw_pcie_ep_init()
726
if (!ep->
ob_window_map
)
in dw_pcie_ep_init()
H
A
D
pcie-designware.h
241
unsigned long *
ob_window_map
;
member
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H
A
D
pcie-designware-ep.c
194
free_win = find_first_zero_bit(ep->
ob_window_map
, pci->num_ob_windows);
in dw_pcie_ep_outbound_atu()
205
set_bit(free_win, ep->
ob_window_map
);
in dw_pcie_ep_outbound_atu()
300
clear_bit(atu_index, ep->
ob_window_map
);
in dw_pcie_ep_unmap_addr()
742
ep->
ob_window_map
= devm_bitmap_zalloc(dev, pci->num_ob_windows,
in dw_pcie_ep_init()
744
if (!ep->
ob_window_map
)
in dw_pcie_ep_init()
H
A
D
pcie-designware.h
363
unsigned long *
ob_window_map
;
member
Completed in 6 milliseconds