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:bam_txn
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
qcom_nandc.c
388
struct bam_transaction *
bam_txn
;
member
474
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
in free_bam_transaction()
local
476
devm_kfree(nandc->dev,
bam_txn
);
in free_bam_transaction()
483
struct bam_transaction *
bam_txn
;
in alloc_bam_transaction()
local
489
sizeof(*
bam_txn
) + num_cw *
in alloc_bam_transaction()
490
((sizeof(*
bam_txn
->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS) +
in alloc_bam_transaction()
491
(sizeof(*
bam_txn
->cmd_sgl) * QPIC_PER_CW_CMD_SGL) +
in alloc_bam_transaction()
492
(sizeof(*
bam_txn
->data_sgl) * QPIC_PER_CW_DATA_SGL));
in alloc_bam_transaction()
498
bam_txn
in alloc_bam_transaction()
519
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
clear_bam_transaction()
local
546
struct bam_transaction *
bam_txn
= data;
qpic_bam_dma_done()
local
736
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
prepare_bam_async_desc()
local
814
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
prep_bam_dma_desc_cmd()
local
867
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
prep_bam_dma_desc_data()
local
1288
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
submit_descs()
local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
qcom_nandc.c
401
struct bam_transaction *
bam_txn
;
member
569
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
in free_bam_transaction()
local
571
devm_kfree(nandc->dev,
bam_txn
);
in free_bam_transaction()
578
struct bam_transaction *
bam_txn
;
in alloc_bam_transaction()
local
584
sizeof(*
bam_txn
) + num_cw *
in alloc_bam_transaction()
585
((sizeof(*
bam_txn
->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS) +
in alloc_bam_transaction()
586
(sizeof(*
bam_txn
->cmd_sgl) * QPIC_PER_CW_CMD_SGL) +
in alloc_bam_transaction()
587
(sizeof(*
bam_txn
->data_sgl) * QPIC_PER_CW_DATA_SGL));
in alloc_bam_transaction()
593
bam_txn
in alloc_bam_transaction()
614
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
clear_bam_transaction()
local
641
struct bam_transaction *
bam_txn
= data;
qpic_bam_dma_done()
local
868
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
prepare_bam_async_desc()
local
946
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
prep_bam_dma_desc_cmd()
local
999
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
prep_bam_dma_desc_data()
local
1311
struct bam_transaction *
bam_txn
= nandc->
bam_txn
;
submit_descs()
local
[all...]
Completed in 6 milliseconds