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:pp_status
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
psb_lid.c
21
u32
pp_status
;
in psb_lid_timer_func()
local
30
pp_status
= REG_READ(PP_STATUS);
in psb_lid_timer_func()
31
} while ((
pp_status
& PP_ON) == 0 &&
in psb_lid_timer_func()
32
(
pp_status
& PP_SEQUENCE_MASK) != 0);
in psb_lid_timer_func()
46
pp_status
= REG_READ(PP_STATUS);
in psb_lid_timer_func()
47
} while ((
pp_status
& PP_ON) == 0);
in psb_lid_timer_func()
H
A
D
psb_intel_lvds.c
213
u32
pp_status
;
in psb_intel_lvds_set_power()
local
224
pp_status
= REG_READ(PP_STATUS);
in psb_intel_lvds_set_power()
225
} while ((
pp_status
& PP_ON) == 0);
in psb_intel_lvds_set_power()
235
pp_status
= REG_READ(PP_STATUS);
in psb_intel_lvds_set_power()
236
} while (
pp_status
& PP_ON);
in psb_intel_lvds_set_power()
297
u32
pp_status
;
in psb_intel_lvds_restore()
local
324
pp_status
= REG_READ(PP_STATUS);
in psb_intel_lvds_restore()
325
} while ((
pp_status
& PP_ON) == 0);
in psb_intel_lvds_restore()
330
pp_status
= REG_READ(PP_STATUS);
in psb_intel_lvds_restore()
331
} while (
pp_status
in psb_intel_lvds_restore()
[all...]
H
A
D
cdv_intel_lvds.c
109
u32
pp_status
;
in cdv_intel_lvds_set_power()
local
118
pp_status
= REG_READ(PP_STATUS);
in cdv_intel_lvds_set_power()
119
} while ((
pp_status
& PP_ON) == 0);
in cdv_intel_lvds_set_power()
129
pp_status
= REG_READ(PP_STATUS);
in cdv_intel_lvds_set_power()
130
} while (
pp_status
& PP_ON);
in cdv_intel_lvds_set_power()
H
A
D
oaktrail_lvds.c
39
u32
pp_status
;
in oaktrail_lvds_set_power()
local
49
pp_status
= REG_READ(PP_STATUS);
in oaktrail_lvds_set_power()
50
} while ((
pp_status
& (PP_ON | PP_READY)) == PP_READY);
in oaktrail_lvds_set_power()
60
pp_status
= REG_READ(PP_STATUS);
in oaktrail_lvds_set_power()
61
} while (
pp_status
& PP_ON);
in oaktrail_lvds_set_power()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
psb_lid.c
21
u32
pp_status
;
in psb_lid_timer_func()
local
30
pp_status
= REG_READ(PP_STATUS);
in psb_lid_timer_func()
31
} while ((
pp_status
& PP_ON) == 0 &&
in psb_lid_timer_func()
32
(
pp_status
& PP_SEQUENCE_MASK) != 0);
in psb_lid_timer_func()
46
pp_status
= REG_READ(PP_STATUS);
in psb_lid_timer_func()
47
} while ((
pp_status
& PP_ON) == 0);
in psb_lid_timer_func()
H
A
D
psb_intel_lvds.c
212
u32
pp_status
;
in psb_intel_lvds_set_power()
local
223
pp_status
= REG_READ(PP_STATUS);
in psb_intel_lvds_set_power()
224
} while ((
pp_status
& PP_ON) == 0);
in psb_intel_lvds_set_power()
234
pp_status
= REG_READ(PP_STATUS);
in psb_intel_lvds_set_power()
235
} while (
pp_status
& PP_ON);
in psb_intel_lvds_set_power()
295
u32
pp_status
;
in psb_intel_lvds_restore()
local
322
pp_status
= REG_READ(PP_STATUS);
in psb_intel_lvds_restore()
323
} while ((
pp_status
& PP_ON) == 0);
in psb_intel_lvds_restore()
328
pp_status
= REG_READ(PP_STATUS);
in psb_intel_lvds_restore()
329
} while (
pp_status
in psb_intel_lvds_restore()
[all...]
H
A
D
oaktrail_lvds.c
41
u32
pp_status
;
in oaktrail_lvds_set_power()
local
51
pp_status
= REG_READ(PP_STATUS);
in oaktrail_lvds_set_power()
52
} while ((
pp_status
& (PP_ON | PP_READY)) == PP_READY);
in oaktrail_lvds_set_power()
62
pp_status
= REG_READ(PP_STATUS);
in oaktrail_lvds_set_power()
63
} while (
pp_status
& PP_ON);
in oaktrail_lvds_set_power()
H
A
D
cdv_intel_lvds.c
111
u32
pp_status
;
in cdv_intel_lvds_set_power()
local
120
pp_status
= REG_READ(PP_STATUS);
in cdv_intel_lvds_set_power()
121
} while ((
pp_status
& PP_ON) == 0);
in cdv_intel_lvds_set_power()
131
pp_status
= REG_READ(PP_STATUS);
in cdv_intel_lvds_set_power()
132
} while (
pp_status
& PP_ON);
in cdv_intel_lvds_set_power()
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
hpifunc.c
744
struct hpi_hostbuffer_status **
pp_status
)
in hpi_outstream_host_buffer_get_info()
758
if (
pp_status
)
in hpi_outstream_host_buffer_get_info()
759
*
pp_status
= hr.u.d.u.hostbuffer_info.p_status;
in hpi_outstream_host_buffer_get_info()
1098
struct hpi_hostbuffer_status **
pp_status
)
in hpi_instream_host_buffer_get_info()
1112
if (
pp_status
)
in hpi_instream_host_buffer_get_info()
1113
*
pp_status
= hr.u.d.u.hostbuffer_info.p_status;
in hpi_instream_host_buffer_get_info()
743
hpi_outstream_host_buffer_get_info(u32 h_outstream, u8 **pp_buffer, struct hpi_hostbuffer_status **
pp_status
)
hpi_outstream_host_buffer_get_info()
argument
1097
hpi_instream_host_buffer_get_info(u32 h_instream, u8 **pp_buffer, struct hpi_hostbuffer_status **
pp_status
)
hpi_instream_host_buffer_get_info()
argument
H
A
D
hpi_internal.h
1401
struct hpi_hostbuffer_status **
pp_status
);
1404
struct hpi_hostbuffer_status **
pp_status
);
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
hpifunc.c
744
struct hpi_hostbuffer_status **
pp_status
)
in hpi_outstream_host_buffer_get_info()
758
if (
pp_status
)
in hpi_outstream_host_buffer_get_info()
759
*
pp_status
= hr.u.d.u.hostbuffer_info.p_status;
in hpi_outstream_host_buffer_get_info()
1098
struct hpi_hostbuffer_status **
pp_status
)
in hpi_instream_host_buffer_get_info()
1112
if (
pp_status
)
in hpi_instream_host_buffer_get_info()
1113
*
pp_status
= hr.u.d.u.hostbuffer_info.p_status;
in hpi_instream_host_buffer_get_info()
743
hpi_outstream_host_buffer_get_info(u32 h_outstream, u8 **pp_buffer, struct hpi_hostbuffer_status **
pp_status
)
hpi_outstream_host_buffer_get_info()
argument
1097
hpi_instream_host_buffer_get_info(u32 h_instream, u8 **pp_buffer, struct hpi_hostbuffer_status **
pp_status
)
hpi_instream_host_buffer_get_info()
argument
H
A
D
hpi_internal.h
1398
struct hpi_hostbuffer_status **
pp_status
);
1401
struct hpi_hostbuffer_status **
pp_status
);
Completed in 24 milliseconds