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:update_config
(Results
1 - 12
of
12
) sorted by relevance
/kernel/liteos_m/
H
A
D
Makefile
89
update_config
: update product kernel config (use menuconfig)
112
update_config
menuconfig:
122
.PHONY: all clean cleanall help
update_config
$(KCONFIG_CMDS) $(KCONFIG_CONFIG)
/kernel/liteos_a/
H
A
D
Makefile
100
update_config
: update product kernel config (use menuconfig)
138
update_config
menuconfig:
197
.PHONY: all clean cleanall sysroot help
update_config
/kernel/linux/linux-6.6/include/linux/regulator/
H
A
D
lp872x.h
73
* @
update_config
: if LP872X_GENERAL_CFG register is updated, set true
80
bool
update_config
;
member
/kernel/linux/linux-5.10/include/linux/regulator/
H
A
D
lp872x.h
78
* @
update_config
: if LP872X_GENERAL_CFG register is updated, set true
85
bool
update_config
;
member
/kernel/linux/linux-6.6/drivers/clk/qcom/
H
A
D
clk-rcg2.c
111
static int
update_config
(struct clk_rcg2 *rcg)
in update_config()
function
148
return
update_config
(rcg);
in clk_rcg2_set_parent()
348
return
update_config
(rcg);
in clk_rcg2_configure()
479
return
update_config
(rcg);
in clk_rcg2_set_duty_cycle()
950
return
update_config
(rcg);
in clk_gfx3d_set_rate_and_parent()
1068
ret =
update_config
(rcg);
in clk_rcg2_shared_enable()
1098
update_config
(rcg);
in clk_rcg2_shared_disable()
/kernel/linux/linux-5.10/drivers/clk/qcom/
H
A
D
clk-rcg2.c
100
static int
update_config
(struct clk_rcg2 *rcg)
in update_config()
function
137
return
update_config
(rcg);
in clk_rcg2_set_parent()
313
return
update_config
(rcg);
in clk_rcg2_configure()
793
return
update_config
(rcg);
in clk_gfx3d_set_rate_and_parent()
905
ret =
update_config
(rcg);
in clk_rcg2_shared_enable()
936
update_config
(rcg);
in clk_rcg2_shared_disable()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_hdcp.c
430
static void
update_config
(void *handle, struct cp_psp_stream_config *config)
in update_config()
function
640
cp_psp->funcs.update_stream_config =
update_config
;
in hdcp_create_workqueue()
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
lp872x.c
739
if (!pdata || !pdata->
update_config
)
in lp872x_config()
841
pdata->
update_config
= true;
in lp872x_populate_pdata_from_dt()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
lp872x.c
734
if (!pdata || !pdata->
update_config
)
in lp872x_config()
835
pdata->
update_config
= of_property_read_bool(np, "ti,update-config");
in lp872x_populate_pdata_from_dt()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_hdcp.c
501
static void
update_config
(void *handle, struct cp_psp_stream_config *config)
in update_config()
function
759
cp_psp->funcs.update_stream_config =
update_config
;
in hdcp_create_workqueue()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
wdt87xx_i2c.c
936
static DEVICE_ATTR_WO(
update_config
);
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
wdt87xx_i2c.c
936
static DEVICE_ATTR_WO(
update_config
);
Completed in 15 milliseconds