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:nsend
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H
A
D
cm4000_cs.c
1060
unsigned short
nsend
;
1205
nsend
= nr;
1208
nsend
= 5;
1210
nsend
= 5 + (unsigned char)dev->sbuf[4];
1212
nsend
+= 0x100;
1216
nsend
= nr;
1229
(unsigned char)(
nsend
& 0xff));
1230
xoutb((unsigned char)(
nsend
& 0xff), REG_NUM_SEND(iobase));
1236
|(
nsend
& 0x100) >> 8 /* MSB numSendBytes */ );
1240
|(
nsend
[all...]
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
via-pmu.c
1154
int
nsend
;
in pmu_queue_request()
local
1164
nsend
= pmu_data_len[req->data[0]][0];
in pmu_queue_request()
1165
if (
nsend
>= 0 && req->nbytes !=
nsend
+ 1) {
in pmu_queue_request()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
via-pmu.c
1145
int
nsend
;
in pmu_queue_request()
local
1155
nsend
= pmu_data_len[req->data[0]][0];
in pmu_queue_request()
1156
if (
nsend
>= 0 && req->nbytes !=
nsend
+ 1) {
in pmu_queue_request()
Completed in 8 milliseconds