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:wb_enable
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufs-sysfs.c
225
unsigned int
wb_enable
;
in wb_on_store()
local
238
if (kstrtouint(buf, 0, &
wb_enable
))
in wb_on_store()
241
if (
wb_enable
!= 0 &&
wb_enable
!= 1)
in wb_on_store()
251
res = ufshcd_wb_toggle(hba,
wb_enable
);
in wb_on_store()
1120
UFS_FLAG(
wb_enable
, _WB_EN);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
H
A
D
display_mode_structs.h
298
int
wb_enable
;
member
H
A
D
display_mode_lib.c
239
dml_print("DML PARAMS:
wb_enable
= %d\n", dout->
wb_enable
);
in dml_log_pipe_params()
H
A
D
display_mode_vba.c
476
mode_lib->vba.WritebackEnable[mode_lib->vba.NumberOfActivePlanes] = dout->
wb_enable
;
in fetch_pipe_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/
H
A
D
display_mode_lib.c
272
dml_print("DML PARAMS:
wb_enable
= %d\n", dout->
wb_enable
);
in dml_log_pipe_params()
H
A
D
display_mode_structs.h
472
int
wb_enable
;
member
H
A
D
display_mode_vba.c
658
mode_lib->vba.WritebackEnable[mode_lib->vba.NumberOfActivePlanes] = dout->
wb_enable
;
in fetch_pipe_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H
A
D
dcn30_fpu.c
275
pipes[pipe_cnt].dout.
wb_enable
= 0;
in dcn30_fpu_populate_dml_writeback_from_context()
282
pipes[pipe_cnt].dout.
wb_enable
= 1;
in dcn30_fpu_populate_dml_writeback_from_context()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufs-sysfs.c
667
UFS_FLAG(
wb_enable
, _WB_EN);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H
A
D
dcn20_fpu.c
1002
pipes[pipe_cnt].dout.
wb_enable
= (wb_info->wb_enabled == true) ? 1 : 0;
in dcn20_populate_dml_writeback_from_context()
2491
pipes[pipe_cnt].dout.
wb_enable
= 0;
in dcn201_populate_dml_writeback_from_context_fpu()
2498
pipes[pipe_cnt].dout.
wb_enable
= 1;
in dcn201_populate_dml_writeback_from_context_fpu()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_resource.c
1484
pipes[pipe_cnt].dout.
wb_enable
= 0;
in dcn30_populate_dml_writeback_from_context()
1491
pipes[pipe_cnt].dout.
wb_enable
= 1;
in dcn30_populate_dml_writeback_from_context()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_resource.c
1981
pipes[pipe_cnt].dout.
wb_enable
= (wb_info->wb_enabled == true) ? 1 : 0;
in dcn20_populate_dml_writeback_from_context()
Completed in 22 milliseconds