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:current_ctx
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/
H
A
D
dcss-ctxld.c
80
u8
current_ctx
;
member
110
ctxld->ctx_size[ctxld->
current_ctx
^ 1][CTX_DB],
in dcss_ctxld_irq_handler()
111
ctxld->ctx_size[ctxld->
current_ctx
^ 1][CTX_SB_HP],
in dcss_ctxld_irq_handler()
112
ctxld->ctx_size[ctxld->
current_ctx
^ 1][CTX_SB_LP]);
in dcss_ctxld_irq_handler()
258
int curr_ctx = ctxld->
current_ctx
;
in dcss_ctxld_enable_locked()
310
ctxld->
current_ctx
^= 1;
in dcss_ctxld_enable_locked()
312
ctxld->ctx_size[ctxld->
current_ctx
][CTX_DB] = 0;
in dcss_ctxld_enable_locked()
313
ctxld->ctx_size[ctxld->
current_ctx
][CTX_SB_HP] = 0;
in dcss_ctxld_enable_locked()
314
ctxld->ctx_size[ctxld->
current_ctx
][CTX_SB_LP] = 0;
in dcss_ctxld_enable_locked()
343
int curr_ctx = ctxld->
current_ctx
;
in dcss_ctxld_write_irqsafe()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/dcss/
H
A
D
dcss-ctxld.c
80
u8
current_ctx
;
member
110
ctxld->ctx_size[ctxld->
current_ctx
^ 1][CTX_DB],
in dcss_ctxld_irq_handler()
111
ctxld->ctx_size[ctxld->
current_ctx
^ 1][CTX_SB_HP],
in dcss_ctxld_irq_handler()
112
ctxld->ctx_size[ctxld->
current_ctx
^ 1][CTX_SB_LP]);
in dcss_ctxld_irq_handler()
258
int curr_ctx = ctxld->
current_ctx
;
in dcss_ctxld_enable_locked()
310
ctxld->
current_ctx
^= 1;
in dcss_ctxld_enable_locked()
312
ctxld->ctx_size[ctxld->
current_ctx
][CTX_DB] = 0;
in dcss_ctxld_enable_locked()
313
ctxld->ctx_size[ctxld->
current_ctx
][CTX_SB_HP] = 0;
in dcss_ctxld_enable_locked()
314
ctxld->ctx_size[ctxld->
current_ctx
][CTX_SB_LP] = 0;
in dcss_ctxld_enable_locked()
343
int curr_ctx = ctxld->
current_ctx
;
in dcss_ctxld_write_irqsafe()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H
A
D
cryp_core.c
196
ctx = device_data->
current_ctx
;
in cryp_interrupt_handler()
438
/*
current_ctx
allocates a device, NULL = unallocated */
in cryp_get_device_data()
439
if (local_device_data->
current_ctx
) {
in cryp_get_device_data()
442
local_device_data->
current_ctx
= ctx;
in cryp_get_device_data()
679
if (save_device_context && device_data->
current_ctx
) {
in cryp_disable_power()
681
&device_data->
current_ctx
->dev_ctx,
in cryp_disable_power()
732
if (restore_device_context && device_data->
current_ctx
) {
in cryp_enable_power()
735
&device_data->
current_ctx
->dev_ctx);
in cryp_enable_power()
865
device_data->
current_ctx
= NULL;
in ablk_dma_crypt()
929
device_data->
current_ctx
in ablk_crypt()
[all...]
H
A
D
cryp.c
296
(struct cryp_config *)device_data->
current_ctx
;
in cryp_save_device_context()
357
(struct cryp_config *)device_data->
current_ctx
;
in cryp_restore_device_context()
H
A
D
cryp.h
229
* @ctx_lock: Lock for
current_ctx
.
230
* @
current_ctx
: Pointer to the currently allocated context.
245
struct cryp_ctx *
current_ctx
;
member
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H
A
D
hash_core.c
96
device_data->
current_ctx
->device = NULL;
in release_hash_device()
97
device_data->
current_ctx
= NULL;
in release_hash_device()
221
struct hash_ctx *ctx = device_data->
current_ctx
;
in get_empty_message_digest()
385
/*
current_ctx
allocates a device, NULL = unallocated */
in hash_get_device_data()
386
if (local_device_data->
current_ctx
) {
in hash_get_device_data()
389
local_device_data->
current_ctx
= ctx;
in hash_get_device_data()
717
if (device_data->
current_ctx
->keylen > HASH_BLOCK_SIZE) {
in hash_setconfiguration()
1672
device_data->
current_ctx
= NULL;
in ux500_hash_probe()
1781
/*
current_ctx
allocates a device, NULL = unallocated */
in ux500_hash_remove()
1782
if (device_data->
current_ctx
) {
in ux500_hash_remove()
[all...]
H
A
D
hash_alg.h
355
* @ctx_lock: Spinlock for
current_ctx
.
356
* @
current_ctx
: Pointer to the currently allocated context.
370
struct hash_ctx *
current_ctx
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ib.c
181
need_ctx_switch = ring->
current_ctx
!= fence_ctx;
in amdgpu_ib_schedule()
285
ring->
current_ctx
= fence_ctx;
in amdgpu_ib_schedule()
H
A
D
amdgpu_ring.h
232
uint64_t
current_ctx
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ib.c
193
need_ctx_switch = ring->
current_ctx
!= fence_ctx;
in amdgpu_ib_schedule()
308
ring->
current_ctx
= fence_ctx;
in amdgpu_ib_schedule()
H
A
D
amdgpu_ring.h
277
uint64_t
current_ctx
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
809
struct dc_state *
current_ctx
;
in disable_dangling_plane()
local
846
current_ctx
= dc->current_state;
in disable_dangling_plane()
848
dc_release_state(
current_ctx
);
in disable_dangling_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
1104
struct dc_state *
current_ctx
;
in disable_dangling_plane()
local
1198
current_ctx
= dc->current_state;
in disable_dangling_plane()
1200
dc_release_state(
current_ctx
);
in disable_dangling_plane()
Completed in 19 milliseconds