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:selected_chip
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
marvell_nand.c
392
* @
selected_chip
: Currently selected target chip
407
struct nand_chip *
selected_chip
;
member
773
if (chip == nfc->
selected_chip
&& die_nr == marvell_nand->selected_die)
in marvell_nfc_select_target()
779
nfc->
selected_chip
= chip;
in marvell_nfc_select_target()
885
ret = marvell_nfc_wait_cmdd(nfc->
selected_chip
);
in marvell_nfc_xfer_data_dma()
2468
* Reset nfc->
selected_chip
so the next command will cause the timing
in marvell_nfc_setup_interface()
2471
nfc->
selected_chip
= NULL;
in marvell_nfc_setup_interface()
3068
* Reset nfc->
selected_chip
so the next command will cause the timing
in marvell_nfc_resume()
3071
nfc->
selected_chip
= NULL;
in marvell_nfc_resume()
H
A
D
cadence-nand-controller.c
499
struct nand_chip *
selected_chip
;
member
1343
if (chip == cdns_ctrl->
selected_chip
)
in cadence_nand_select_target()
1360
cdns_ctrl->
selected_chip
= chip;
in cadence_nand_select_target()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
marvell_nand.c
400
* @
selected_chip
: Currently selected target chip
415
struct nand_chip *
selected_chip
;
member
781
if (chip == nfc->
selected_chip
&& die_nr == marvell_nand->selected_die)
in marvell_nfc_select_target()
787
nfc->
selected_chip
= chip;
in marvell_nfc_select_target()
899
ret = marvell_nfc_wait_cmdd(nfc->
selected_chip
);
in marvell_nfc_xfer_data_dma()
2485
* Reset nfc->
selected_chip
so the next command will cause the timing
in marvell_nfc_setup_interface()
2488
nfc->
selected_chip
= NULL;
in marvell_nfc_setup_interface()
3078
* Reset nfc->
selected_chip
so the next command will cause the timing
in marvell_nfc_resume()
3081
nfc->
selected_chip
= NULL;
in marvell_nfc_resume()
H
A
D
pl35x-nand-controller.c
132
* @
selected_chip
: NAND chip currently selected by the controller
142
struct nand_chip *
selected_chip
;
member
318
if (chip == nfc->
selected_chip
)
in pl35x_nand_select_target()
328
nfc->
selected_chip
= chip;
in pl35x_nand_select_target()
H
A
D
renesas-nand-controller.c
223
struct nand_chip *
selected_chip
;
member
306
if (chip == rnandc->
selected_chip
&& die_nr == rnand->selected_die)
in rnandc_select_target()
321
rnandc->
selected_chip
= chip;
in rnandc_select_target()
H
A
D
cadence-nand-controller.c
499
struct nand_chip *
selected_chip
;
member
1351
if (chip == cdns_ctrl->
selected_chip
)
in cadence_nand_select_target()
1368
cdns_ctrl->
selected_chip
= chip;
in cadence_nand_select_target()
Completed in 25 milliseconds