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:scic
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
opregion.c
300
#define GVT_OPREGION_FUNC(
scic
) \
303
__ret = (
scic
& OPREGION_SCIC_FUNC_MASK) >> \
308
#define GVT_OPREGION_SUBFUNC(
scic
) \
311
__ret = (
scic
& OPREGION_SCIC_SUBFUNC_MASK) >> \
387
static bool querying_capabilities(u32
scic
)
in querying_capabilities()
argument
391
func = GVT_OPREGION_FUNC(
scic
);
in querying_capabilities()
392
subfunc = GVT_OPREGION_SUBFUNC(
scic
);
in querying_capabilities()
415
u32
scic
, parm;
in intel_vgpu_emulate_opregion_request()
local
424
ret = intel_gvt_read_gpa(vgpu, scic_pa, &
scic
, sizeof(
scic
));
in intel_vgpu_emulate_opregion_request()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
opregion.c
353
#define GVT_OPREGION_FUNC(
scic
) \
356
__ret = (
scic
& OPREGION_SCIC_FUNC_MASK) >> \
361
#define GVT_OPREGION_SUBFUNC(
scic
) \
364
__ret = (
scic
& OPREGION_SCIC_SUBFUNC_MASK) >> \
440
static bool querying_capabilities(u32
scic
)
in querying_capabilities()
argument
444
func = GVT_OPREGION_FUNC(
scic
);
in querying_capabilities()
445
subfunc = GVT_OPREGION_SUBFUNC(
scic
);
in querying_capabilities()
468
u32
scic
, parm;
in intel_vgpu_emulate_opregion_request()
local
475
scic
= *((u32 *)vgpu_opregion(vgpu)->va +
in intel_vgpu_emulate_opregion_request()
487
&
scic
, sizeo
in intel_vgpu_emulate_opregion_request()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_opregion.c
100
u32
scic
; /* SWSCI command|status|data */
member
251
u32 main_function, sub_function,
scic
;
in swsci()
local
288
scic
= swsci->
scic
;
in swsci()
289
if (
scic
& SWSCI_SCIC_INDICATOR) {
in swsci()
294
scic
= function | SWSCI_SCIC_INDICATOR;
in swsci()
297
swsci->
scic
=
scic
;
in swsci()
312
#define C (((
scic
= swsci->
scic
)
in swsci()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_opregion.c
105
u32
scic
; /* SWSCI command|status|data */
member
285
u32
scic
, dslp;
in swsci()
local
307
scic
= swsci->
scic
;
in swsci()
308
if (
scic
& SWSCI_SCIC_INDICATOR) {
in swsci()
313
scic
= function | SWSCI_SCIC_INDICATOR;
in swsci()
316
swsci->
scic
=
scic
;
in swsci()
331
#define C (((
scic
= swsci->
scic
)
in swsci()
[all...]
Completed in 6 milliseconds