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:nflash
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/bcma/
H
A
D
driver_chipcommon_nflash.c
44
cc->
nflash
.present = true;
in bcma_nflash_init()
47
cc->
nflash
.boot = true;
in bcma_nflash_init()
50
cc->
nflash
.brcmnand_info.chip_select = ffs(reg) - 1;
in bcma_nflash_init()
51
cc->
nflash
.brcmnand_info.part_probe_types = probes;
in bcma_nflash_init()
52
cc->
nflash
.brcmnand_info.ecc_stepsize = 512;
in bcma_nflash_init()
53
cc->
nflash
.brcmnand_info.ecc_strength = 1;
in bcma_nflash_init()
59
bcma_nflash_dev.dev.platform_data = &cc->
nflash
;
in bcma_nflash_init()
H
A
D
main.c
339
if (bus->drv_cc.
nflash
.present) {
in bcma_register_devices()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/bcm47xxnflash/
H
A
D
main.c
24
struct bcma_nflash *
nflash
= dev_get_platdata(&pdev->dev);
in bcm47xxnflash_probe()
local
36
b47n->cc = container_of(
nflash
, struct bcma_drv_cc,
nflash
);
in bcm47xxnflash_probe()
62
struct bcm47xxnflash *
nflash
= platform_get_drvdata(pdev);
in bcm47xxnflash_remove()
local
63
struct nand_chip *chip = &
nflash
->nand_chip;
in bcm47xxnflash_remove()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/bcm47xxnflash/
H
A
D
main.c
24
struct bcma_nflash *
nflash
= dev_get_platdata(&pdev->dev);
in bcm47xxnflash_probe()
local
36
b47n->cc = container_of(
nflash
, struct bcma_drv_cc,
nflash
);
in bcm47xxnflash_probe()
62
struct bcm47xxnflash *
nflash
= platform_get_drvdata(pdev);
in bcm47xxnflash_remove()
local
63
struct nand_chip *chip = &
nflash
->nand_chip;
in bcm47xxnflash_remove()
/kernel/linux/linux-5.10/drivers/bcma/
H
A
D
driver_chipcommon_nflash.c
34
cc->
nflash
.present = true;
in bcma_nflash_init()
37
cc->
nflash
.boot = true;
in bcma_nflash_init()
41
bcma_nflash_dev.dev.platform_data = &cc->
nflash
;
in bcma_nflash_init()
H
A
D
main.c
338
if (bus->drv_cc.
nflash
.present) {
in bcma_register_devices()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/brcmnand/
H
A
D
bcma_nand.c
101
struct bcma_nflash *
nflash
= dev_get_platdata(&pdev->dev);
in brcmnand_bcma_nand_probe()
local
108
soc->cc = container_of(
nflash
, struct bcma_drv_cc,
nflash
);
in brcmnand_bcma_nand_probe()
/kernel/linux/linux-5.10/include/linux/bcma/
H
A
D
bcma_driver_chipcommon.h
634
struct bcma_nflash
nflash
;
member
/kernel/linux/linux-6.6/include/linux/bcma/
H
A
D
bcma_driver_chipcommon.h
640
struct bcma_nflash
nflash
;
member
Completed in 9 milliseconds