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:curr_column
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/bcm47xxnflash/
H
A
D
ops_bcm4706.c
106
b47n->
curr_column
);
in bcm47xxnflash_ops_bcm4706_read()
130
b47n->
curr_column
+= toread;
in bcm47xxnflash_ops_bcm4706_read()
162
b47n->
curr_column
+= len;
in bcm47xxnflash_ops_bcm4706_write()
220
b47n->
curr_column
= column;
in bcm47xxnflash_ops_bcm4706_cmdfunc()
268
b47n->
curr_column
+= mtd->writesize;
in bcm47xxnflash_ops_bcm4706_cmdfunc()
283
b47n->
curr_column
);
in bcm47xxnflash_ops_bcm4706_cmdfunc()
316
if (b47n->
curr_column
>= ARRAY_SIZE(b47n->id_data)) {
in bcm47xxnflash_ops_bcm4706_read_byte()
318
b47n->
curr_column
);
in bcm47xxnflash_ops_bcm4706_read_byte()
321
return b47n->id_data[b47n->
curr_column
++];
in bcm47xxnflash_ops_bcm4706_read_byte()
H
A
D
bcm47xxnflash.h
19
int
curr_column
;
member
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/bcm47xxnflash/
H
A
D
ops_bcm4706.c
106
b47n->
curr_column
);
in bcm47xxnflash_ops_bcm4706_read()
130
b47n->
curr_column
+= toread;
in bcm47xxnflash_ops_bcm4706_read()
162
b47n->
curr_column
+= len;
in bcm47xxnflash_ops_bcm4706_write()
220
b47n->
curr_column
= column;
in bcm47xxnflash_ops_bcm4706_cmdfunc()
268
b47n->
curr_column
+= mtd->writesize;
in bcm47xxnflash_ops_bcm4706_cmdfunc()
283
b47n->
curr_column
);
in bcm47xxnflash_ops_bcm4706_cmdfunc()
316
if (b47n->
curr_column
>= ARRAY_SIZE(b47n->id_data)) {
in bcm47xxnflash_ops_bcm4706_read_byte()
318
b47n->
curr_column
);
in bcm47xxnflash_ops_bcm4706_read_byte()
321
return b47n->id_data[b47n->
curr_column
++];
in bcm47xxnflash_ops_bcm4706_read_byte()
H
A
D
bcm47xxnflash.h
19
int
curr_column
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rs.c
1727
const struct rs_tx_column *
curr_column
= &rs_tx_columns[tbl->column];
in rs_switch_to_column()
local
1768
if (
curr_column
->mode != column->mode) {
in rs_switch_to_column()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rs.c
1683
const struct rs_tx_column *
curr_column
= &rs_tx_columns[tbl->column];
in rs_switch_to_column()
local
1724
if (
curr_column
->mode != column->mode) {
in rs_switch_to_column()
Completed in 12 milliseconds