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:flash_command
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H
A
D
aic94xx_init.c
292
struct
flash_command
{
struct
297
static struct
flash_command
flash_command_table[] =
336
int
flash_command
= FLASH_CMD_NONE;
in asd_store_update_bios()
local
356
flash_command
= flash_command_table[i].code;
in asd_store_update_bios()
360
if (
flash_command
== FLASH_CMD_NONE) {
in asd_store_update_bios()
413
if (
flash_command
== FLASH_CMD_UPDATE) {
in asd_store_update_bios()
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H
A
D
pm8001_ctl.c
645
struct
flash_command
{
struct
650
static struct
flash_command
flash_command_table[] =
800
int
flash_command
= FLASH_CMD_NONE;
in pm8001_store_update_fw()
local
829
flash_command
= flash_command_table[i].code;
in pm8001_store_update_fw()
833
if (
flash_command
== FLASH_CMD_NONE) {
in pm8001_store_update_fw()
851
if (FLASH_CMD_UPDATE ==
flash_command
)
in pm8001_store_update_fw()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H
A
D
aic94xx_init.c
292
struct
flash_command
{
struct
297
static struct
flash_command
flash_command_table[] =
336
int
flash_command
= FLASH_CMD_NONE;
in asd_store_update_bios()
local
356
flash_command
= flash_command_table[i].code;
in asd_store_update_bios()
360
if (
flash_command
== FLASH_CMD_NONE) {
in asd_store_update_bios()
413
if (
flash_command
== FLASH_CMD_UPDATE) {
in asd_store_update_bios()
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H
A
D
pm8001_ctl.c
646
struct
flash_command
{
struct
651
static const struct
flash_command
flash_command_table[] = {
801
int
flash_command
= FLASH_CMD_NONE;
in pm8001_store_update_fw()
local
830
flash_command
= flash_command_table[i].code;
in pm8001_store_update_fw()
834
if (
flash_command
== FLASH_CMD_NONE) {
in pm8001_store_update_fw()
852
if (FLASH_CMD_UPDATE ==
flash_command
)
in pm8001_store_update_fw()
Completed in 6 milliseconds