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_port
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
whiteheat.c
217
struct usb_serial_port *
command_port
;
in whiteheat_attach()
local
226
command_port
= serial->port[COMMAND_PORT];
in whiteheat_attach()
229
command_port
->bulk_out_endpointAddress);
in whiteheat_attach()
258
command_port
->bulk_in_endpointAddress);
in whiteheat_attach()
291
usb_set_serial_port_data(
command_port
, command_info);
in whiteheat_attach()
292
command_port
->write_urb->complete = command_port_write_callback;
in whiteheat_attach()
293
command_port
->read_urb->complete = command_port_read_callback;
in whiteheat_attach()
324
struct usb_serial_port *
command_port
;
in whiteheat_release()
local
327
command_port
= serial->port[COMMAND_PORT];
in whiteheat_release()
328
kfree(usb_get_serial_port_data(
command_port
));
in whiteheat_release()
476
struct usb_serial_port *
command_port
= urb->context;
command_port_read_callback()
local
534
struct usb_serial_port *
command_port
;
firm_send_command()
local
761
struct usb_serial_port *
command_port
;
start_command_port()
local
790
struct usb_serial_port *
command_port
;
stop_command_port()
local
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
whiteheat.c
221
struct usb_serial_port *
command_port
;
in whiteheat_attach()
local
230
command_port
= serial->port[COMMAND_PORT];
in whiteheat_attach()
233
command_port
->bulk_out_endpointAddress);
in whiteheat_attach()
262
command_port
->bulk_in_endpointAddress);
in whiteheat_attach()
295
usb_set_serial_port_data(
command_port
, command_info);
in whiteheat_attach()
296
command_port
->write_urb->complete = command_port_write_callback;
in whiteheat_attach()
297
command_port
->read_urb->complete = command_port_read_callback;
in whiteheat_attach()
328
struct usb_serial_port *
command_port
;
in whiteheat_release()
local
331
command_port
= serial->port[COMMAND_PORT];
in whiteheat_release()
332
kfree(usb_get_serial_port_data(
command_port
));
in whiteheat_release()
492
struct usb_serial_port *
command_port
= urb->context;
command_port_read_callback()
local
550
struct usb_serial_port *
command_port
;
firm_send_command()
local
784
struct usb_serial_port *
command_port
;
start_command_port()
local
813
struct usb_serial_port *
command_port
;
stop_command_port()
local
[all...]
Completed in 3 milliseconds