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:fifo_map
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core.h
1025
* @
fifo_map
: Each bit intend for concrete fifo. If that bit is set,
1178
u32
fifo_map
;
member
1417
{ hsotg->
fifo_map
= 0; }
in dwc2_clear_fifo_map()
H
A
D
gadget.c
318
WARN_ON(hsotg->
fifo_map
);
in dwc2_hsotg_init_fifo()
319
hsotg->
fifo_map
= 0;
in dwc2_hsotg_init_fifo()
4156
if (hsotg->
fifo_map
& (1 << i))
in dwc2_hsotg_ep_enable()
4175
hsotg->
fifo_map
|= 1 << fifo_index;
in dwc2_hsotg_ep_enable()
4275
hsotg->
fifo_map
&= ~(1 << hs_ep->fifo_index);
in dwc2_hsotg_ep_disable()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
core.h
1040
* @
fifo_map
: Each bit intend for concrete fifo. If that bit is set,
1191
u32
fifo_map
;
member
H
A
D
gadget.c
319
WARN_ON(hsotg->
fifo_map
);
in dwc2_hsotg_init_fifo()
320
hsotg->
fifo_map
= 0;
in dwc2_hsotg_init_fifo()
4155
if (hsotg->
fifo_map
& (1 << i))
in dwc2_hsotg_ep_enable()
4174
hsotg->
fifo_map
|= 1 << fifo_index;
in dwc2_hsotg_ep_enable()
4274
hsotg->
fifo_map
&= ~(1 << hs_ep->fifo_index);
in dwc2_hsotg_ep_disable()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H
A
D
s2io.h
364
static const int
fifo_map
[][MAX_TX_FIFOS] = {
variable
H
A
D
s2io.c
7785
config->fifo_mapping[i] =
fifo_map
[config->tx_fifo_num - 1][i];
in s2io_init_nic()
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H
A
D
s2io.h
364
static const int
fifo_map
[][MAX_TX_FIFOS] = {
variable
H
A
D
s2io.c
7780
config->fifo_mapping[i] =
fifo_map
[config->tx_fifo_num - 1][i];
in s2io_init_nic()
Completed in 40 milliseconds