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
defs:busw
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_legacy.c
582
unsigned int
busw
= chip->options & NAND_BUSWIDTH_16;
in nand_legacy_set_defaults()
local
H
A
D
nandsim.c
293
uint
busw
; /* flash chip bus width (8 or 16) */
member
[all...]
H
A
D
nand_base.c
2784
int
busw
= (chip->options & NAND_BUSWIDTH_16) ? 2 : 1;
in nand_read_subpage()
local
4693
int
busw
, ret;
in nand_detect()
local
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_legacy.c
583
unsigned int
busw
= chip->options & NAND_BUSWIDTH_16;
in nand_legacy_set_defaults()
local
H
A
D
nandsim.c
295
uint
busw
; /* flash chip bus width (8 or 16) */
member
[all...]
H
A
D
nand_base.c
3103
int
busw
= (chip->options & NAND_BUSWIDTH_16) ? 2 : 1;
in nand_read_subpage()
local
5204
int
busw
, ret;
in nand_detect()
local
/kernel/linux/linux-5.10/drivers/gpu/drm/ast/
H
A
D
ast_post.c
224
static int cbrscan_ast2150(struct ast_private *ast, int
busw
)
in cbrscan_ast2150()
argument
241
static void cbrdlli_ast2150(struct ast_private *ast, int
busw
)
in cbrdlli_ast2150()
argument
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/
H
A
D
ast_post.c
192
static int cbrscan_ast2150(struct ast_device *ast, int
busw
)
in cbrscan_ast2150()
argument
209
static void cbrdlli_ast2150(struct ast_device *ast, int
busw
)
in cbrdlli_ast2150()
argument
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-mxic.c
450
unsigned int
busw
= OP_BUSW_1;
in mxic_spi_transfer_one()
local
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-mxic.c
600
unsigned int
busw
= OP_BUSW_1;
in mxic_spi_transfer_one()
local
Completed in 30 milliseconds