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:active_flag
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
eeh.c
620
int
active_flag
, rc;
in eeh_pci_enable()
local
629
active_flag
= EEH_STATE_MMIO_ACTIVE | EEH_STATE_MMIO_ENABLED;
in eeh_pci_enable()
632
active_flag
= EEH_STATE_DMA_ACTIVE;
in eeh_pci_enable()
637
active_flag
= 0;
in eeh_pci_enable()
649
if (
active_flag
) {
in eeh_pci_enable()
659
if (rc &
active_flag
)
in eeh_pci_enable()
673
if (
active_flag
) {
in eeh_pci_enable()
678
if (rc &
active_flag
)
in eeh_pci_enable()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
eeh.c
608
int
active_flag
, rc;
in eeh_pci_enable()
local
617
active_flag
= EEH_STATE_MMIO_ACTIVE | EEH_STATE_MMIO_ENABLED;
in eeh_pci_enable()
620
active_flag
= EEH_STATE_DMA_ACTIVE;
in eeh_pci_enable()
625
active_flag
= 0;
in eeh_pci_enable()
637
if (
active_flag
) {
in eeh_pci_enable()
647
if (rc &
active_flag
)
in eeh_pci_enable()
661
if (
active_flag
) {
in eeh_pci_enable()
666
if (rc &
active_flag
)
in eeh_pci_enable()
/kernel/linux/linux-5.10/drivers/usb/c67x00/
H
A
D
c67x00-sched.c
569
const __u8
active_flag
= 1, retry_cnt = 3;
in c67x00_create_td()
local
622
td->retry_cnt = (tt << TT_OFFSET) | (
active_flag
<< 4) | retry_cnt;
in c67x00_create_td()
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H
A
D
c67x00-sched.c
569
const __u8
active_flag
= 1, retry_cnt = 3;
in c67x00_create_td()
local
622
td->retry_cnt = (tt << TT_OFFSET) | (
active_flag
<< 4) | retry_cnt;
in c67x00_create_td()
/kernel/linux/linux-5.10/include/linux/
H
A
D
switchtec.h
246
}
active_flag
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
switchtec.h
248
}
active_flag
;
member
/kernel/linux/linux-5.10/drivers/pci/switch/
H
A
D
switchtec.c
707
struct active_partition_info_gen4 __iomem *af = &fi->
active_flag
;
in flash_part_info_gen4()
/kernel/linux/linux-6.6/drivers/pci/switch/
H
A
D
switchtec.c
761
struct active_partition_info_gen4 __iomem *af = &fi->
active_flag
;
in flash_part_info_gen4()
Completed in 15 milliseconds