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_desc_function
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H
A
D
pinctrl-mtk-common.h
25
struct
mtk_desc_function
{
struct
38
const struct
mtk_desc_function
*functions;
45
.functions = (struct
mtk_desc_function
[]){ \
H
A
D
pinctrl-mtk-common.c
424
static const struct
mtk_desc_function
*mtk_pctrl_find_function_by_pin(
in mtk_pctrl_find_function_by_pin()
428
const struct
mtk_desc_function
*func = pin->functions;
in mtk_pctrl_find_function_by_pin()
448
const struct
mtk_desc_function
*func =
in mtk_pctrl_is_function_valid()
717
const struct
mtk_desc_function
*desc;
in mtk_pmx_set_mux()
739
const struct
mtk_desc_function
*func = pin->functions;
in mtk_pmx_find_gpio_mode()
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H
A
D
pinctrl-mtk-common.h
25
struct
mtk_desc_function
{
struct
38
const struct
mtk_desc_function
*functions;
45
.functions = (struct
mtk_desc_function
[]){ \
H
A
D
pinctrl-mtk-common.c
456
static const struct
mtk_desc_function
*mtk_pctrl_find_function_by_pin(
in mtk_pctrl_find_function_by_pin()
460
const struct
mtk_desc_function
*func = pin->functions;
in mtk_pctrl_find_function_by_pin()
480
const struct
mtk_desc_function
*func =
in mtk_pctrl_is_function_valid()
749
const struct
mtk_desc_function
*desc;
in mtk_pmx_set_mux()
771
const struct
mtk_desc_function
*func = pin->functions;
in mtk_pmx_find_gpio_mode()
Completed in 5 milliseconds