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:CMD_ACK
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
xdp_features.h
8
CMD_ACK
, /* CMD + data */
enumerator
H
A
D
xdp_features.c
409
tlv->type = htons(
CMD_ACK
);
in dut_run()
425
tlv->type = htons(
CMD_ACK
);
in dut_run()
443
tlv->type = htons(
CMD_ACK
);
in dut_run()
468
tlv->type = htons(
CMD_ACK
);
in dut_run()
546
return ntohs(tlv->type) ==
CMD_ACK
? 0 : -EINVAL;
in send_and_recv_msg()
/kernel/linux/linux-5.10/drivers/net/can/softing/
H
A
D
softing.h
155
#define
CMD_ACK
0x02
macro
H
A
D
softing_main.c
281
if (cmd &
CMD_ACK
) {
in softing_handle_1()
/kernel/linux/linux-6.6/drivers/net/can/softing/
H
A
D
softing.h
155
#define
CMD_ACK
0x02
macro
H
A
D
softing_main.c
280
if (cmd &
CMD_ACK
) {
in softing_handle_1()
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
yurex.c
24
#define
CMD_ACK
'!'
macro
87
/* on success, sender woken up by
CMD_ACK
int in, or timeout */
in yurex_control_callback()
175
case
CMD_ACK
:
in yurex_interrupt()
498
/* make sure URB is idle after timeout or (spurious)
CMD_ACK
*/
in yurex_write()
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
yurex.c
24
#define
CMD_ACK
'!'
macro
87
/* on success, sender woken up by
CMD_ACK
int in, or timeout */
in yurex_control_callback()
176
case
CMD_ACK
:
in yurex_interrupt()
499
/* make sure URB is idle after timeout or (spurious)
CMD_ACK
*/
in yurex_write()
/kernel/linux/linux-5.10/sound/isa/
H
A
D
sscape.c
99
#define
CMD_ACK
0x80
macro
1105
host_write_ctrl_unsafe(sscape->io_base,
CMD_ACK
, 100);
in create_sscape()
/kernel/linux/linux-6.6/sound/isa/
H
A
D
sscape.c
99
#define
CMD_ACK
0x80
macro
1091
host_write_ctrl_unsafe(sscape->io_base,
CMD_ACK
, 100);
in create_sscape()
Completed in 10 milliseconds