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:in_context
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
mmio_context.h
43
bool
in_context
;
member
H
A
D
mmio_context.c
219
if (mmio->id != ring_id || !mmio->
in_context
)
in restore_context_mmio_for_inhibit()
488
if (IS_GEN(engine->i915, 9) && mmio->
in_context
)
in switch_mmio()
512
if (mmio->
in_context
&&
in switch_mmio()
522
if (mmio->
in_context
)
in switch_mmio()
596
if (mmio->
in_context
) {
in intel_gvt_init_engine_mmio_context()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
mmio_context.c
225
if (mmio->id != ring_id || !mmio->
in_context
)
in restore_context_mmio_for_inhibit()
494
if (GRAPHICS_VER(engine->i915) == 9 && mmio->
in_context
)
in switch_mmio()
518
if (mmio->
in_context
&&
in switch_mmio()
528
if (mmio->
in_context
)
in switch_mmio()
602
if (mmio->
in_context
) {
in intel_gvt_init_engine_mmio_context()
H
A
D
mmio_context.h
55
bool
in_context
;
member
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_eem.c
33
struct
in_context
{
struct
328
struct
in_context
*ctx = req->context;
in eem_cmd_complete()
422
struct
in_context
*ctx;
in eem_unwrap()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_eem.c
33
struct
in_context
{
struct
326
struct
in_context
*ctx = req->context;
in eem_cmd_complete()
420
struct
in_context
*ctx;
in eem_unwrap()
Completed in 5 milliseconds