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:port_usb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_ether.c
56
/* lock is held while accessing
port_usb
59
struct gether *
port_usb
;
member
153
if (dev->
port_usb
)
in rx_submit()
154
out = dev->
port_usb
->out_ep;
in rx_submit()
177
size += dev->
port_usb
->header_len;
in rx_submit()
184
if (dev->
port_usb
->is_fixed)
in rx_submit()
185
size = max_t(size_t, size, dev->
port_usb
->fixed_out_len);
in rx_submit()
237
if (dev->
port_usb
) {
in rx_complete()
238
status = dev->unwrap(dev->
port_usb
,
in rx_complete()
466
if (dev->
port_usb
) {
in eth_start_xmit()
[all...]
H
A
D
u_serial.c
69
* gs_port->
port_usb
... gserial
106
struct gserial *
port_usb
;
member
228
* Context: caller owns port_lock;
port_usb
is non-null.
241
if (!port->
port_usb
)
in gs_start_tx()
244
in = port->
port_usb
->in;
in gs_start_tx()
290
if (!port->
port_usb
)
in gs_start_tx()
300
* Context: caller owns port_lock, and
port_usb
is set
309
struct usb_ep *out = port->
port_usb
->out;
in gs_start_rx()
344
if (!port->
port_usb
)
in gs_start_rx()
447
if (!disconnect && port->
port_usb
)
in gs_rx_push()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
u_serial.c
68
* gs_port->
port_usb
... gserial
105
struct gserial *
port_usb
;
member
227
* Context: caller owns port_lock;
port_usb
is non-null.
240
if (!port->
port_usb
)
in gs_start_tx()
243
in = port->
port_usb
->in;
in gs_start_tx()
291
if (!port->
port_usb
)
in gs_start_tx()
301
* Context: caller owns port_lock, and
port_usb
is set
310
struct usb_ep *out = port->
port_usb
->out;
in gs_start_rx()
345
if (!port->
port_usb
)
in gs_start_rx()
448
if (!disconnect && port->
port_usb
)
in gs_rx_push()
[all...]
H
A
D
u_ether.c
55
/* lock is held while accessing
port_usb
58
struct gether *
port_usb
;
member
187
if (dev->
port_usb
)
in rx_submit()
188
out = dev->
port_usb
->out_ep;
in rx_submit()
211
size += dev->
port_usb
->header_len;
in rx_submit()
218
if (dev->
port_usb
->is_fixed)
in rx_submit()
219
size = max_t(size_t, size, dev->
port_usb
->fixed_out_len);
in rx_submit()
271
if (dev->
port_usb
) {
in rx_complete()
272
status = dev->unwrap(dev->
port_usb
,
in rx_complete()
486
if (dev->
port_usb
) {
in eth_start_xmit()
[all...]
Completed in 8 milliseconds