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:ta_funcs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_psp_ta.h
28
#define psp_fn_ta_initialize(psp) ((psp)->
ta_funcs
->fn_ta_initialize((psp)))
29
#define psp_fn_ta_invoke(psp, ta_cmd_id) ((psp)->
ta_funcs
->fn_ta_invoke((psp), (ta_cmd_id)))
30
#define psp_fn_ta_terminate(psp) ((psp)->
ta_funcs
->fn_ta_terminate((psp)))
H
A
D
amdgpu_psp_ta.c
66
static const struct
ta_funcs
ras_ta_funcs = {
79
psp->
ta_funcs
= &ras_ta_funcs;
in set_ta_context_funcs()
182
if (!psp->
ta_funcs
|| !psp->
ta_funcs
->fn_ta_terminate) {
in ta_if_load_debugfs_write()
216
if (!psp->
ta_funcs
->fn_ta_initialize) {
in ta_if_load_debugfs_write()
271
if (!psp->
ta_funcs
|| !psp->
ta_funcs
->fn_ta_terminate) {
in ta_if_unload_debugfs_write()
343
if (!psp->
ta_funcs
|| !psp->
ta_funcs
->fn_ta_invoke) {
in ta_if_invoke_debugfs_write()
H
A
D
amdgpu_psp.h
139
struct
ta_funcs
{
struct
317
const struct
ta_funcs
*
ta_funcs
;
member
Completed in 3 milliseconds