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:try_all_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H
A
D
pinctrl-mtk-common-v2.c
745
u32
try_all_type
;
in mtk_pinconf_bias_set_combo()
local
748
try_all_type
= hw->soc->pull_type[desc->number];
in mtk_pinconf_bias_set_combo()
750
try_all_type
= MTK_PULL_TYPE_MASK;
in mtk_pinconf_bias_set_combo()
752
if (
try_all_type
& MTK_PULL_RSEL_TYPE) {
in mtk_pinconf_bias_set_combo()
758
if (
try_all_type
& MTK_PULL_PU_PD_TYPE) {
in mtk_pinconf_bias_set_combo()
764
if (
try_all_type
& MTK_PULL_PULLSEL_TYPE) {
in mtk_pinconf_bias_set_combo()
771
if (
try_all_type
& MTK_PULL_PUPD_R1R0_TYPE)
in mtk_pinconf_bias_set_combo()
934
u32
try_all_type
;
in mtk_pinconf_bias_get_combo()
local
937
try_all_type
= hw->soc->pull_type[desc->number];
in mtk_pinconf_bias_get_combo()
939
try_all_type
in mtk_pinconf_bias_get_combo()
[all...]
H
A
D
pinctrl-paris.c
645
u32
try_all_type
= 0;
in mtk_pctrl_show_one_pin()
local
661
try_all_type
= hw->soc->pull_type[desc->number];
in mtk_pctrl_show_one_pin()
663
if (hw->rsel_si_unit && (
try_all_type
& MTK_PULL_RSEL_TYPE)) {
in mtk_pctrl_show_one_pin()
Completed in 3 milliseconds