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:sram_desc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/sunxi/
H
A
D
sunxi_sram.c
224
struct sunxi_sram_desc *
sram_desc
;
in sunxi_sram_claim()
local
241
sram_desc
= to_sram_desc(sram_data);
in sunxi_sram_claim()
245
if (
sram_desc
->claimed) {
in sunxi_sram_claim()
257
sram_desc
->claimed = true;
in sunxi_sram_claim()
267
struct sunxi_sram_desc *
sram_desc
;
in sunxi_sram_release()
local
276
sram_desc
= to_sram_desc(sram_data);
in sunxi_sram_release()
279
sram_desc
->claimed = false;
in sunxi_sram_release()
/kernel/linux/linux-6.6/drivers/soc/sunxi/
H
A
D
sunxi_sram.c
227
struct sunxi_sram_desc *
sram_desc
;
in sunxi_sram_claim()
local
244
sram_desc
= to_sram_desc(sram_data);
in sunxi_sram_claim()
248
if (
sram_desc
->claimed) {
in sunxi_sram_claim()
260
sram_desc
->claimed = true;
in sunxi_sram_claim()
270
struct sunxi_sram_desc *
sram_desc
;
in sunxi_sram_release()
local
279
sram_desc
= to_sram_desc(sram_data);
in sunxi_sram_release()
282
sram_desc
->claimed = false;
in sunxi_sram_release()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.c
2774
priv->
sram_desc
.last_cb_index = 0;
in ipw_fw_dma_abort()
2802
for (index = 0; index < priv->
sram_desc
.last_cb_index; index++)
in ipw_fw_dma_kick()
2804
&priv->
sram_desc
.cb_list[index]);
in ipw_fw_dma_kick()
2889
if (priv->
sram_desc
.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL)
in ipw_fw_dma_add_command_block()
2892
last_cb_element = priv->
sram_desc
.last_cb_index;
in ipw_fw_dma_add_command_block()
2893
cb = &priv->
sram_desc
.cb_list[last_cb_element];
in ipw_fw_dma_add_command_block()
2894
priv->
sram_desc
.last_cb_index++;
in ipw_fw_dma_add_command_block()
2953
IPW_DEBUG_FW_INFO("
sram_desc
.last_cb_index:0x%08X\n",
in ipw_fw_dma_wait()
2954
(int)priv->
sram_desc
.last_cb_index);
in ipw_fw_dma_wait()
2956
while (current_index < priv->
sram_desc
in ipw_fw_dma_wait()
[all...]
H
A
D
ipw2200.h
1182
struct fw_image_desc
sram_desc
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.c
2742
priv->
sram_desc
.last_cb_index = 0;
in ipw_fw_dma_abort()
2770
for (index = 0; index < priv->
sram_desc
.last_cb_index; index++)
in ipw_fw_dma_kick()
2772
&priv->
sram_desc
.cb_list[index]);
in ipw_fw_dma_kick()
2857
if (priv->
sram_desc
.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL)
in ipw_fw_dma_add_command_block()
2860
last_cb_element = priv->
sram_desc
.last_cb_index;
in ipw_fw_dma_add_command_block()
2861
cb = &priv->
sram_desc
.cb_list[last_cb_element];
in ipw_fw_dma_add_command_block()
2862
priv->
sram_desc
.last_cb_index++;
in ipw_fw_dma_add_command_block()
2921
IPW_DEBUG_FW_INFO("
sram_desc
.last_cb_index:0x%08X\n",
in ipw_fw_dma_wait()
2922
(int)priv->
sram_desc
.last_cb_index);
in ipw_fw_dma_wait()
2924
while (current_index < priv->
sram_desc
in ipw_fw_dma_wait()
[all...]
H
A
D
ipw2200.h
1181
struct fw_image_desc
sram_desc
;
member
Completed in 27 milliseconds