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:ep_iter
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/xillybus/
H
A
D
xillybus_core.c
1414
struct xilly_endpoint *
ep_iter
, *endpoint = NULL;
in xillybus_open()
local
1419
list_for_each_entry(
ep_iter
, &list_of_endpoints, ep_list) {
in xillybus_open()
1420
if ((
ep_iter
->major == major) &&
in xillybus_open()
1421
(minor >=
ep_iter
->lowest_minor) &&
in xillybus_open()
1422
(minor < (
ep_iter
->lowest_minor +
in xillybus_open()
1423
ep_iter
->num_channels))) {
in xillybus_open()
1424
endpoint =
ep_iter
;
in xillybus_open()
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
region.c
958
struct cxl_ep *
ep_iter
;
in cxl_port_attach_region()
local
967
xa_for_each(&cxl_rr->endpoints, index,
ep_iter
) {
in cxl_port_attach_region()
968
if (
ep_iter
== ep)
in cxl_port_attach_region()
970
if (
ep_iter
->next == ep->next) {
in cxl_port_attach_region()
1050
struct cxl_ep *
ep_iter
;
in cxl_port_detach_region()
local
1055
xa_for_each(&cxl_rr->endpoints, index,
ep_iter
) {
in cxl_port_detach_region()
1056
if (
ep_iter
->next == ep->next) {
in cxl_port_detach_region()
Completed in 7 milliseconds