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:old_conf
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
mx3fb.c
516
uint32_t
old_conf
;
in sdc_init_panel()
local
593
old_conf
= mx3fb_read_reg(mx3fb, DI_DISP_IF_CONF) & 0x78FFFFFF;
in sdc_init_panel()
594
old_conf
|= sig->datamask_en << DI_D3_DATAMSK_SHIFT |
in sdc_init_panel()
597
mx3fb_write_reg(mx3fb,
old_conf
, DI_DISP_IF_CONF);
in sdc_init_panel()
599
old_conf
= mx3fb_read_reg(mx3fb, DI_DISP_SIG_POL) & 0xE0FFFFFF;
in sdc_init_panel()
600
old_conf
|= sig->data_pol << DI_D3_DATA_POL_SHIFT |
in sdc_init_panel()
605
mx3fb_write_reg(mx3fb,
old_conf
, DI_DISP_SIG_POL);
in sdc_init_panel()
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_state.c
2056
struct net_conf *
old_conf
;
in w_after_conn_state_ch()
local
2066
old_conf
= connection->net_conf;
in w_after_conn_state_ch()
2074
kfree(
old_conf
);
in w_after_conn_state_ch()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_state.c
2062
struct net_conf *
old_conf
;
in w_after_conn_state_ch()
local
2072
old_conf
= connection->net_conf;
in w_after_conn_state_ch()
2079
kvfree_rcu_mightsleep(
old_conf
);
in w_after_conn_state_ch()
Completed in 9 milliseconds