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:gpif_stat
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/mantis/
H
A
D
mantis_evm.c
32
u32
gpif_stat
;
in mantis_hifevm_work()
local
34
gpif_stat
= mmread(MANTIS_GPIF_STATUS);
in mantis_hifevm_work()
36
if (
gpif_stat
& MANTIS_GPIF_DETSTAT) {
in mantis_hifevm_work()
37
if (
gpif_stat
& MANTIS_CARD_PLUGIN) {
in mantis_hifevm_work()
46
if (
gpif_stat
& MANTIS_CARD_PLUGOUT) {
in mantis_hifevm_work()
65
if (
gpif_stat
& MANTIS_SBUF_OVFLW)
in mantis_hifevm_work()
68
if (
gpif_stat
& MANTIS_GPIF_BRRDY)
in mantis_hifevm_work()
71
if (
gpif_stat
& MANTIS_GPIF_INTSTAT)
in mantis_hifevm_work()
74
if (
gpif_stat
& MANTIS_SBUF_EMPTY)
in mantis_hifevm_work()
77
if (
gpif_stat
in mantis_hifevm_work()
[all...]
H
A
D
mantis_pcmcia.c
78
u32
gpif_stat
, card_stat;
in mantis_pcmcia_init()
local
81
gpif_stat
= mmread(MANTIS_GPIF_STATUS);
in mantis_pcmcia_init()
84
if (
gpif_stat
& MANTIS_GPIF_DETSTAT) {
in mantis_pcmcia_init()
/kernel/linux/linux-6.6/drivers/media/pci/mantis/
H
A
D
mantis_evm.c
32
u32
gpif_stat
;
in mantis_hifevm_work()
local
34
gpif_stat
= mmread(MANTIS_GPIF_STATUS);
in mantis_hifevm_work()
36
if (
gpif_stat
& MANTIS_GPIF_DETSTAT) {
in mantis_hifevm_work()
37
if (
gpif_stat
& MANTIS_CARD_PLUGIN) {
in mantis_hifevm_work()
46
if (
gpif_stat
& MANTIS_CARD_PLUGOUT) {
in mantis_hifevm_work()
65
if (
gpif_stat
& MANTIS_SBUF_OVFLW)
in mantis_hifevm_work()
68
if (
gpif_stat
& MANTIS_GPIF_BRRDY)
in mantis_hifevm_work()
71
if (
gpif_stat
& MANTIS_GPIF_INTSTAT)
in mantis_hifevm_work()
74
if (
gpif_stat
& MANTIS_SBUF_EMPTY)
in mantis_hifevm_work()
77
if (
gpif_stat
in mantis_hifevm_work()
[all...]
H
A
D
mantis_pcmcia.c
78
u32
gpif_stat
, card_stat;
in mantis_pcmcia_init()
local
81
gpif_stat
= mmread(MANTIS_GPIF_STATUS);
in mantis_pcmcia_init()
84
if (
gpif_stat
& MANTIS_GPIF_DETSTAT) {
in mantis_pcmcia_init()
Completed in 2 milliseconds