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:P_ID
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/chips/
H
A
D
cfi_probe.c
226
cfi->cfiq->
P_ID
= le16_to_cpu(cfi->cfiq->
P_ID
);
in cfi_chip_setup()
249
if (cfi->cfiq->
P_ID
== P_ID_SST_OLD) {
in cfi_chip_setup()
347
printk("Primary Vendor Command Set: %4.4X (%s)\n", cfip->
P_ID
, vendorname(cfip->
P_ID
));
in print_cfi_ident()
H
A
D
gen_probe.c
203
__u16 type = primary?cfi->cfiq->
P_ID
:cfi->cfiq->A_ID;
in cfi_cmdset_unknown()
236
__u16 type = primary?cfi->cfiq->
P_ID
:cfi->cfiq->A_ID;
in check_cmd_set()
H
A
D
cfi_cmdset_0001.c
1578
write_cmd = (cfi->cfiq->
P_ID
!= P_ID_INTEL_PERFORMANCE) ? CMD(0x40) : CMD(0x41);
in do_write_oneword()
1746
write_cmd = (cfi->cfiq->
P_ID
!= P_ID_INTEL_PERFORMANCE) ? CMD(0xe8) : CMD(0xe9);
in do_write_buffer()
H
A
D
jedec_probe.c
1995
cfi->cfiq->
P_ID
= jedec_table[index].cmd_set;
in cfi_jedec_setup()
/kernel/linux/linux-6.6/drivers/mtd/chips/
H
A
D
cfi_probe.c
227
cfi->cfiq->
P_ID
= le16_to_cpu(cfi->cfiq->
P_ID
);
in cfi_chip_setup()
250
if (cfi->cfiq->
P_ID
== P_ID_SST_OLD) {
in cfi_chip_setup()
348
printk("Primary Vendor Command Set: %4.4X (%s)\n", cfip->
P_ID
, vendorname(cfip->
P_ID
));
in print_cfi_ident()
H
A
D
gen_probe.c
202
__u16 type = primary?cfi->cfiq->
P_ID
:cfi->cfiq->A_ID;
in cfi_cmdset_unknown()
235
__u16 type = primary?cfi->cfiq->
P_ID
:cfi->cfiq->A_ID;
in check_cmd_set()
H
A
D
cfi_cmdset_0001.c
1580
write_cmd = (cfi->cfiq->
P_ID
!= P_ID_INTEL_PERFORMANCE) ? CMD(0x40) : CMD(0x41);
in do_write_oneword()
1748
write_cmd = (cfi->cfiq->
P_ID
!= P_ID_INTEL_PERFORMANCE) ? CMD(0xe8) : CMD(0xe9);
in do_write_buffer()
H
A
D
jedec_probe.c
1996
cfi->cfiq->
P_ID
= jedec_table[index].cmd_set;
in cfi_jedec_setup()
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
cfi.h
121
uint16_t
P_ID
;
member
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
cfi.h
121
uint16_t
P_ID
;
member
Completed in 15 milliseconds