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:nep
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H
A
D
neponset.c
121
static struct neponset_drvdata *
nep
;
variable
125
struct neponset_drvdata *n =
nep
;
in neponset_ncr_frob()
128
if (
nep
)
in neponset_ncr_frob()
131
WARN(1, "
nep
unset\n");
in neponset_ncr_frob()
264
if (
nep
)
in neponset_probe()
350
nep
= d;
in neponset_probe()
395
nep
= NULL;
in neponset_remove()
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H
A
D
neponset.c
121
static struct neponset_drvdata *
nep
;
variable
125
struct neponset_drvdata *n =
nep
;
in neponset_ncr_frob()
128
if (
nep
)
in neponset_ncr_frob()
131
WARN(1, "
nep
unset\n");
in neponset_ncr_frob()
264
if (
nep
)
in neponset_probe()
350
nep
= d;
in neponset_probe()
395
nep
= NULL;
in neponset_remove()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_make_chunk.c
1144
struct sctp_new_encap_port_hdr
nep
;
in sctp_make_new_encap_port()
local
1148
sizeof(struct sctp_errhdr) + sizeof(
nep
));
in sctp_make_new_encap_port()
1152
sctp_init_cause(retval, SCTP_ERROR_NEW_ENCAP_PORT, sizeof(
nep
));
in sctp_make_new_encap_port()
1153
nep
.cur_port = SCTP_INPUT_CB(chunk->skb)->encap_port;
in sctp_make_new_encap_port()
1154
nep
.new_port = chunk->transport->encap_port;
in sctp_make_new_encap_port()
1155
sctp_addto_chunk(retval, sizeof(
nep
), &
nep
);
in sctp_make_new_encap_port()
Completed in 6 milliseconds