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:MTK_DISABLE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H
A
D
pinctrl-mtk-common-v2.c
415
MTK_DISABLE
);
in mtk_pinconf_bias_disable_set()
420
MTK_DISABLE
);
in mtk_pinconf_bias_disable_set()
498
MTK_DISABLE
);
in mtk_pinconf_bias_disable_set_rev1()
554
if (v ==
MTK_DISABLE
)
in mtk_pinconf_bias_get_rev1()
581
if (arg ==
MTK_DISABLE
) {
in mtk_pinconf_bias_set_pu_pd()
611
if (arg ==
MTK_DISABLE
)
in mtk_pinconf_bias_set_pullsel_pullen()
636
if ((arg ==
MTK_DISABLE
) || (arg == MTK_PUPD_SET_R1R0_00)) {
in mtk_pinconf_bias_set_pupd_r1_r0()
685
*enable =
MTK_DISABLE
;
in mtk_pinconf_bias_get_pu_pd()
H
A
D
pinctrl-paris.c
100
ret =
MTK_DISABLE
;
in mtk_pinconf_get()
102
if (ret !=
MTK_DISABLE
)
in mtk_pinconf_get()
105
if (!pullup || ret ==
MTK_DISABLE
)
in mtk_pinconf_get()
108
if (pullup || ret ==
MTK_DISABLE
)
in mtk_pinconf_get()
203
err = hw->soc->bias_set_combo(hw, desc, 0,
MTK_DISABLE
);
in mtk_pinconf_set()
221
MTK_DISABLE
);
in mtk_pinconf_set()
608
} else if (pullen !=
MTK_DISABLE
&& pullen != MTK_ENABLE) {
in mtk_pctrl_show_one_pin()
H
A
D
pinctrl-mtk-common-v2.h
16
#define
MTK_DISABLE
0
macro
H
A
D
pinctrl-moore.c
256
MTK_DISABLE
);
in mtk_pinconf_set()
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H
A
D
pinctrl-mtk-common-v2.c
420
MTK_DISABLE
);
in mtk_pinconf_bias_disable_set()
425
MTK_DISABLE
);
in mtk_pinconf_bias_disable_set()
501
MTK_DISABLE
);
in mtk_pinconf_bias_disable_set_rev1()
553
if (v ==
MTK_DISABLE
)
in mtk_pinconf_bias_get_rev1()
580
if (arg ==
MTK_DISABLE
) {
in mtk_pinconf_bias_set_pu_pd()
610
if (arg ==
MTK_DISABLE
)
in mtk_pinconf_bias_set_pullsel_pullen()
635
if ((arg ==
MTK_DISABLE
) || (arg == MTK_PUPD_SET_R1R0_00)) {
in mtk_pinconf_bias_set_pupd_r1_r0()
712
if (!pullup && arg ==
MTK_DISABLE
)
in mtk_pinconf_bias_set_rsel()
826
*enable =
MTK_DISABLE
;
in mtk_pinconf_bias_get_rsel()
864
*enable =
MTK_DISABLE
;
in mtk_pinconf_bias_get_pu_pd()
[all...]
H
A
D
pinctrl-moore.c
125
if (ret != MTK_PUPD_SET_R1R0_00 && ret !=
MTK_DISABLE
)
in mtk_pinconf_get()
140
if (ret == MTK_PUPD_SET_R1R0_00 || ret ==
MTK_DISABLE
)
in mtk_pinconf_get()
157
if (ret == MTK_PUPD_SET_R1R0_00 || ret ==
MTK_DISABLE
)
in mtk_pinconf_get()
265
err = hw->soc->bias_set_combo(hw, desc, 0,
MTK_DISABLE
);
in mtk_pinconf_set()
304
MTK_DISABLE
);
in mtk_pinconf_set()
H
A
D
pinctrl-paris.c
152
ret =
MTK_DISABLE
;
in mtk_pinconf_get()
154
if (ret !=
MTK_DISABLE
)
in mtk_pinconf_get()
157
if (!pullup || ret ==
MTK_DISABLE
)
in mtk_pinconf_get()
160
if (pullup || ret ==
MTK_DISABLE
)
in mtk_pinconf_get()
272
err = hw->soc->bias_set_combo(hw, desc, 0,
MTK_DISABLE
);
in mtk_pinconf_set()
286
MTK_DISABLE
);
in mtk_pinconf_set()
H
A
D
pinctrl-mtk-common-v2.h
16
#define
MTK_DISABLE
0
macro
Completed in 10 milliseconds