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:is_shared_fifo
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_core.h
213
bool
is_shared_fifo
;
member
472
hw_ep->
is_shared_fifo
= true;
in musb_read_fifosize()
476
hw_ep->
is_shared_fifo
= false;
in musb_read_fifosize()
486
musb->endpoints[0].
is_shared_fifo
= true;
in musb_configure_ep0()
H
A
D
musb_gadget.c
530
if (hw_ep->
is_shared_fifo
)
in rxstate()
801
if (hw_ep->
is_shared_fifo
)
in musb_g_rx()
972
if (hw_ep->
is_shared_fifo
)
in musb_gadget_enable()
1011
if (hw_ep->
is_shared_fifo
)
in musb_gadget_enable()
1034
if (hw_ep->
is_shared_fifo
) {
in musb_gadget_enable()
1707
(!epnum || hw_ep->
is_shared_fifo
) ? "" : (
in init_peripheral_ep()
1728
if (!epnum || hw_ep->
is_shared_fifo
) {
in init_peripheral_ep()
1753
if (hw_ep->
is_shared_fifo
/* || !epnum */) {
in musb_g_init_endpoints()
H
A
D
musb_host.c
178
if (is_in != 0 || ep->
is_shared_fifo
)
in musb_ep_set_qh()
180
if (is_in == 0 || ep->
is_shared_fifo
)
in musb_ep_set_qh()
525
if (ep->
is_shared_fifo
) {
in musb_rx_reinit()
H
A
D
musb_core.c
1441
hw_ep->
is_shared_fifo
= true;
in fifo_setup()
1696
hw_ep->
is_shared_fifo
? "shared" : "tx",
in musb_core_init()
1701
if (hw_ep->max_packet_sz_rx && !hw_ep->
is_shared_fifo
) {
in musb_core_init()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_core.h
213
bool
is_shared_fifo
;
member
472
hw_ep->
is_shared_fifo
= true;
in musb_read_fifosize()
476
hw_ep->
is_shared_fifo
= false;
in musb_read_fifosize()
486
musb->endpoints[0].
is_shared_fifo
= true;
in musb_configure_ep0()
H
A
D
musb_gadget.c
530
if (hw_ep->
is_shared_fifo
)
in rxstate()
801
if (hw_ep->
is_shared_fifo
)
in musb_g_rx()
972
if (hw_ep->
is_shared_fifo
)
in musb_gadget_enable()
1011
if (hw_ep->
is_shared_fifo
)
in musb_gadget_enable()
1034
if (hw_ep->
is_shared_fifo
) {
in musb_gadget_enable()
1709
(!epnum || hw_ep->
is_shared_fifo
) ? "" : (
in init_peripheral_ep()
1730
if (!epnum || hw_ep->
is_shared_fifo
) {
in init_peripheral_ep()
1755
if (hw_ep->
is_shared_fifo
/* || !epnum */) {
in musb_g_init_endpoints()
H
A
D
musb_host.c
178
if (is_in != 0 || ep->
is_shared_fifo
)
in musb_ep_set_qh()
180
if (is_in == 0 || ep->
is_shared_fifo
)
in musb_ep_set_qh()
525
if (ep->
is_shared_fifo
) {
in musb_rx_reinit()
H
A
D
musb_core.c
1437
hw_ep->
is_shared_fifo
= true;
in fifo_setup()
1692
hw_ep->
is_shared_fifo
? "shared" : "tx",
in musb_core_init()
1697
if (hw_ep->max_packet_sz_rx && !hw_ep->
is_shared_fifo
) {
in musb_core_init()
Completed in 22 milliseconds