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:pipestat
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
psb_irq.c
75
if ((dev_priv->
pipestat
[pipe] & mask) != mask) {
in psb_enable_pipestat()
77
dev_priv->
pipestat
[pipe] |= mask;
in psb_enable_pipestat()
92
if ((dev_priv->
pipestat
[pipe] & mask) != 0) {
in psb_disable_pipestat()
94
dev_priv->
pipestat
[pipe] &= ~mask;
in psb_disable_pipestat()
118
if (dev_priv->
pipestat
[pipe] == 0) {
in mid_disable_pipe_event()
140
uint32_t pipe_enable = dev_priv->
pipestat
[pipe];
in mid_pipe_event_handler()
141
uint32_t pipe_status = dev_priv->
pipestat
[pipe] >> 16;
in mid_pipe_event_handler()
H
A
D
psb_drv.c
356
dev_priv->
pipestat
[0] = 0;
in psb_driver_load()
357
dev_priv->
pipestat
[1] = 0;
in psb_driver_load()
358
dev_priv->
pipestat
[2] = 0;
in psb_driver_load()
H
A
D
psb_drv.h
471
uint32_t
pipestat
[PSB_NUM_PIPE];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
psb_irq.c
48
if ((dev_priv->
pipestat
[pipe] & mask) != mask) {
in gma_enable_pipestat()
50
dev_priv->
pipestat
[pipe] |= mask;
in gma_enable_pipestat()
64
if ((dev_priv->
pipestat
[pipe] & mask) != 0) {
in gma_disable_pipestat()
66
dev_priv->
pipestat
[pipe] &= ~mask;
in gma_disable_pipestat()
86
uint32_t pipe_enable = dev_priv->
pipestat
[pipe];
in gma_pipe_event_handler()
87
uint32_t pipe_status = dev_priv->
pipestat
[pipe] >> 16;
in gma_pipe_event_handler()
H
A
D
psb_drv.c
375
dev_priv->
pipestat
[0] = 0;
in psb_driver_load()
376
dev_priv->
pipestat
[1] = 0;
in psb_driver_load()
377
dev_priv->
pipestat
[2] = 0;
in psb_driver_load()
H
A
D
psb_drv.h
424
uint32_t
pipestat
[PSB_NUM_PIPE];
member
Completed in 7 milliseconds