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:gsc_uc_to_gt
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_gsc_proxy.c
86
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in proxy_send_to_csme()
125
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in proxy_send_to_gsc()
188
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in proxy_query()
257
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_proxy_request_handler()
292
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_proxy_irq_handler()
354
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in proxy_channel_alloc()
383
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_proxy_fini()
395
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_proxy_init()
H
A
D
intel_gsc_uc.c
19
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in gsc_work()
122
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_uc_init_early()
150
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in gsc_allocate_and_map_vma()
215
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_uc_init()
297
if (!
gsc_uc_to_gt
(gsc)->engine[GSC0]->default_state)
in intel_gsc_uc_resume()
305
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_uc_load_start()
322
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_uc_load_status()
H
A
D
intel_gsc_fw.c
43
gsc_uc_get_fw_status(
gsc_uc_to_gt
(gsc)->uncore,
in intel_gsc_uc_fw_proxy_init_done()
64
return gsc_uc_get_fw_status(
gsc_uc_to_gt
(gsc)->uncore, false) &
in intel_gsc_uc_fw_init_done()
76
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_fw_get_binary_info()
276
gt_err(
gsc_uc_to_gt
(gsc), "Request submission for GSC load failed %pe\n",
in gsc_fw_load()
284
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in gsc_fw_load_prepare()
346
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in gsc_fw_query_compatibility_version()
401
struct intel_gt *gt =
gsc_uc_to_gt
(gsc);
in intel_gsc_uc_fw_upload()
H
A
D
intel_gsc_uc_heci_cmd_submit.c
90
drm_err(&
gsc_uc_to_gt
(gsc)->i915->drm,
in intel_gsc_uc_heci_cmd_submit_packet()
177
drm_err(&
gsc_uc_to_gt
(gsc)->i915->drm,
in intel_gsc_uc_heci_cmd_submit_nonpriv()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gt.h
48
static inline struct intel_gt *
gsc_uc_to_gt
(struct intel_gsc_uc *gsc_uc)
in gsc_uc_to_gt()
function
Completed in 3 milliseconds