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:read_proto
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H
A
D
otp.c
40
enum spi_nor_protocol
read_proto
;
in spi_nor_otp_read_secr()
local
46
read_proto
= nor->
read_proto
;
in spi_nor_otp_read_secr()
51
nor->
read_proto
= SNOR_PROTO_1_1_1;
in spi_nor_otp_read_secr()
59
nor->
read_proto
=
read_proto
;
in spi_nor_otp_read_secr()
H
A
D
core.c
208
spi_nor_spimem_setup_op(nor, &op, nor->
read_proto
);
in spi_nor_spimem_read_data()
212
if (spi_nor_protocol_is_dtr(nor->
read_proto
))
in spi_nor_spimem_read_data()
873
} else if (spi_nor_get_protocol_width(nor->
read_proto
) == 4 &&
in spi_nor_write_16bit_sr_and_check()
2339
if (spi_nor_protocol_is_dtr(nor->
read_proto
))
in spi_nor_spimem_check_readop()
2485
nor->
read_proto
= read->proto;
in spi_nor_select_read()
2694
} else if (nor->
read_proto
== SNOR_PROTO_8_8_8_DTR) {
in spi_nor_set_addr_nbytes()
3114
if (!(nor->
read_proto
== SNOR_PROTO_8_8_8_DTR &&
in spi_nor_set_octal_dtr()
3144
if (!(spi_nor_get_protocol_width(nor->
read_proto
) == 4 ||
in spi_nor_quad_enable()
3210
nor->
read_proto
!= SNOR_PROTO_8_8_8_DTR &&
in spi_nor_init()
3480
nor->
read_proto
in spi_nor_scan()
[all...]
H
A
D
debugfs.c
122
spi_nor_protocol_name(nor->
read_proto
));
in spi_nor_params_show()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H
A
D
core.c
108
op.cmd.buswidth = spi_nor_get_protocol_inst_nbits(nor->
read_proto
);
in spi_nor_spimem_read_data()
109
op.addr.buswidth = spi_nor_get_protocol_addr_nbits(nor->
read_proto
);
in spi_nor_spimem_read_data()
111
op.data.buswidth = spi_nor_get_protocol_data_nbits(nor->
read_proto
);
in spi_nor_spimem_read_data()
803
} else if (spi_nor_get_protocol_width(nor->
read_proto
) == 4 &&
in spi_nor_write_16bit_sr_and_check()
2492
nor->
read_proto
= read->proto;
in spi_nor_select_read()
2933
if (!(spi_nor_get_protocol_width(nor->
read_proto
) == 4 ||
in spi_nor_quad_enable()
3157
nor->
read_proto
= SNOR_PROTO_1_1_1;
in spi_nor_scan()
3308
op->cmd.buswidth = spi_nor_get_protocol_inst_nbits(nor->
read_proto
);
in spi_nor_create_read_dirmap()
3309
op->addr.buswidth = spi_nor_get_protocol_addr_nbits(nor->
read_proto
);
in spi_nor_create_read_dirmap()
3311
op->data.buswidth = spi_nor_get_protocol_data_nbits(nor->
read_proto
);
in spi_nor_create_read_dirmap()
[all...]
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
spi-nor.h
348
* @
read_proto
: the SPI protocol for read operations
374
enum spi_nor_protocol
read_proto
;
member
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
spi-nor.h
369
* @
read_proto
: the SPI protocol for read operations
404
enum spi_nor_protocol
read_proto
;
member
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
H
A
D
hisi-sfc.c
250
if_type = hisi_spi_nor_get_if_type(nor->
read_proto
);
in hisi_spi_nor_dma_transfer()
H
A
D
nxp-spifi.c
241
switch (spifi->nor.
read_proto
) {
in nxp_spifi_setup_memory_cmd()
H
A
D
aspeed-smc.c
732
if (chip->nor.
read_proto
== SNOR_PROTO_1_1_1) {
in aspeed_smc_chip_setup_finish()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/controllers/
H
A
D
hisi-sfc.c
250
if_type = hisi_spi_nor_get_if_type(nor->
read_proto
);
in hisi_spi_nor_dma_transfer()
H
A
D
nxp-spifi.c
240
switch (spifi->nor.
read_proto
) {
in nxp_spifi_setup_memory_cmd()
Completed in 18 milliseconds