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:MVF_FLAG_SOC
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H
A
D
mv_64xx.c
48
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_phy_hacks()
72
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_stp_reset()
87
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_stp_reset()
198
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_phy_disable()
220
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_phy_enable()
246
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_init()
266
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_init()
334
if (mvi->flags &
MVF_FLAG_SOC
) {
in mvs_64xx_init()
443
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_isr_status()
H
A
D
mv_init.c
111
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_free()
223
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_alloc()
470
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_post_sas_ha_init()
H
A
D
mv_94xx.c
371
if (mvi->flags &
MVF_FLAG_SOC
) {
in mvs_94xx_init()
386
if (mvi->flags &
MVF_FLAG_SOC
) {
in mvs_94xx_init()
475
if (mvi->flags &
MVF_FLAG_SOC
) {
in mvs_94xx_init()
627
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_94xx_isr_status()
H
A
D
mv_chips.h
235
if (mvi->flags &
MVF_FLAG_SOC
|| mvi->id > 0)
in mvs_show_pcie_usage()
H
A
D
mv_defs.h
380
MVF_FLAG_SOC
= (1U << 2), /* SoC integrated controllers */
enumerator
H
A
D
mv_sas.c
371
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_task_prep_smp()
516
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_task_prep_ata()
631
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_task_prep_ssp()
/kernel/linux/linux-6.6/drivers/scsi/mvsas/
H
A
D
mv_64xx.c
48
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_phy_hacks()
72
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_stp_reset()
87
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_stp_reset()
198
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_phy_disable()
220
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_phy_enable()
246
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_init()
266
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_init()
334
if (mvi->flags &
MVF_FLAG_SOC
) {
in mvs_64xx_init()
443
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_64xx_isr_status()
H
A
D
mv_init.c
108
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_free()
220
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_alloc()
463
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_post_sas_ha_init()
H
A
D
mv_94xx.c
371
if (mvi->flags &
MVF_FLAG_SOC
) {
in mvs_94xx_init()
386
if (mvi->flags &
MVF_FLAG_SOC
) {
in mvs_94xx_init()
475
if (mvi->flags &
MVF_FLAG_SOC
) {
in mvs_94xx_init()
627
if (!(mvi->flags &
MVF_FLAG_SOC
)) {
in mvs_94xx_isr_status()
H
A
D
mv_chips.h
235
if (mvi->flags &
MVF_FLAG_SOC
|| mvi->id > 0)
in mvs_show_pcie_usage()
H
A
D
mv_defs.h
381
MVF_FLAG_SOC
= (1U << 2), /* SoC integrated controllers */
enumerator
H
A
D
mv_sas.c
372
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_task_prep_smp()
517
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_task_prep_ata()
628
if (mvi->flags &
MVF_FLAG_SOC
)
in mvs_task_prep_ssp()
Completed in 24 milliseconds