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:dl_que
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_dpmaif.c
767
struct dpmaif_dl *
dl_que
)
in t7xx_dpmaif_config_dlq_pit_hw()
769
t7xx_dpmaif_dl_set_dlq_pit_base_addr(hw_info,
dl_que
->pit_base);
in t7xx_dpmaif_config_dlq_pit_hw()
770
t7xx_dpmaif_dl_set_dlq_pit_size(hw_info,
dl_que
->pit_size_cnt);
in t7xx_dpmaif_config_dlq_pit_hw()
780
t7xx_dpmaif_config_dlq_pit_hw(hw_info, i, &hw_info->
dl_que
[i]);
in t7xx_dpmaif_config_all_dlq_hw()
815
struct dpmaif_dl *
dl_que
;
in t7xx_dpmaif_config_dlq_hw()
local
820
dl_que
= &hw_info->
dl_que
[0]; /* All queues share one BAT/frag BAT table */
in t7xx_dpmaif_config_dlq_hw()
821
if (!
dl_que
->que_started)
in t7xx_dpmaif_config_dlq_hw()
837
t7xx_dpmaif_dl_set_bat_base_addr(hw_info,
dl_que
->frg_base);
in t7xx_dpmaif_config_dlq_hw()
838
t7xx_dpmaif_dl_set_bat_size(hw_info,
dl_que
in t7xx_dpmaif_config_dlq_hw()
766
t7xx_dpmaif_config_dlq_pit_hw(struct dpmaif_hw_info *hw_info, unsigned int q_num, struct dpmaif_dl *
dl_que
)
t7xx_dpmaif_config_dlq_pit_hw()
argument
1124
struct dpmaif_dl *
dl_que
;
t7xx_dpmaif_set_queue_property()
local
[all...]
H
A
D
t7xx_dpmaif.h
64
struct dpmaif_dl
dl_que
[DPMAIF_RXQ_NUM];
member
Completed in 3 milliseconds