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:command_info
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
whiteheat.c
218
struct whiteheat_command_private *
command_info
;
in whiteheat_attach()
local
283
command_info
= kmalloc(sizeof(struct whiteheat_command_private),
in whiteheat_attach()
285
if (!
command_info
)
in whiteheat_attach()
288
mutex_init(&
command_info
->mutex);
in whiteheat_attach()
289
command_info
->port_running = 0;
in whiteheat_attach()
290
init_waitqueue_head(&
command_info
->wait_command);
in whiteheat_attach()
291
usb_set_serial_port_data(command_port,
command_info
);
in whiteheat_attach()
477
struct whiteheat_command_private *
command_info
;
in command_port_read_callback()
local
482
command_info
= usb_get_serial_port_data(command_port);
in command_port_read_callback()
483
if (!
command_info
) {
in command_port_read_callback()
535
struct whiteheat_command_private *
command_info
;
firm_send_command()
local
762
struct whiteheat_command_private *
command_info
;
start_command_port()
local
791
struct whiteheat_command_private *
command_info
;
stop_command_port()
local
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
whiteheat.c
222
struct whiteheat_command_private *
command_info
;
in whiteheat_attach()
local
287
command_info
= kmalloc(sizeof(struct whiteheat_command_private),
in whiteheat_attach()
289
if (!
command_info
)
in whiteheat_attach()
292
mutex_init(&
command_info
->mutex);
in whiteheat_attach()
293
command_info
->port_running = 0;
in whiteheat_attach()
294
init_waitqueue_head(&
command_info
->wait_command);
in whiteheat_attach()
295
usb_set_serial_port_data(command_port,
command_info
);
in whiteheat_attach()
493
struct whiteheat_command_private *
command_info
;
in command_port_read_callback()
local
498
command_info
= usb_get_serial_port_data(command_port);
in command_port_read_callback()
499
if (!
command_info
) {
in command_port_read_callback()
551
struct whiteheat_command_private *
command_info
;
firm_send_command()
local
785
struct whiteheat_command_private *
command_info
;
start_command_port()
local
814
struct whiteheat_command_private *
command_info
;
stop_command_port()
local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
cdrom.h
723
__u8
command_info
[4];
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
cdrom.h
742
__u8
command_info
[4];
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
cdrom.h
457
__u8
command_info
[4];
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
cdrom.h
457
__u8
command_info
[4];
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
cdrom.h
462
__u8
command_info
[4];
member
Completed in 12 milliseconds