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:confs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinctrl-gemini.c
47
* @
confs
: pin config information
57
const struct gemini_pin_conf *
confs
;
member
2370
retconf = &pmx->
confs
[i];
in gemini_get_pin_conf()
2562
pmx->
confs
= gemini_confs_3512;
in gemini_pmx_probe()
2569
pmx->
confs
= gemini_confs_3516;
in gemini_pmx_probe()
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-gemini.c
49
* @
confs
: pin config information
59
const struct gemini_pin_conf *
confs
;
member
2372
retconf = &pmx->
confs
[i];
in gemini_get_pin_conf()
2564
pmx->
confs
= gemini_confs_3512;
in gemini_pmx_probe()
2571
pmx->
confs
= gemini_confs_3516;
in gemini_pmx_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_hdmi.c
904
const struct hdmiphy_configs *
confs
= &hdata->drv_data->phy_confs;
in hdmi_find_phy_conf()
local
907
for (i = 0; i <
confs
->count; i++)
in hdmi_find_phy_conf()
908
if (
confs
->data[i].pixel_clock == pixel_clock)
in hdmi_find_phy_conf()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_hdmi.c
913
const struct hdmiphy_configs *
confs
= &hdata->drv_data->phy_confs;
in hdmi_find_phy_conf()
local
916
for (i = 0; i <
confs
->count; i++)
in hdmi_find_phy_conf()
917
if (
confs
->data[i].pixel_clock == pixel_clock)
in hdmi_find_phy_conf()
/kernel/linux/linux-5.10/drivers/pinctrl/sirf/
H
A
D
pinctrl-atlas7.c
305
struct atlas7_pad_config *
confs
;
member
4768
.
confs
= (struct atlas7_pad_config *)atlas7_ioc_pad_confs,
5053
conf = &pmx->pctl_data->
confs
[pin];
in __atlas7_pmx_pin_enable()
5162
struct atlas7_pad_config *conf = &pmx->pctl_data->
confs
[pin];
in altas7_pinctrl_set_pull_sel()
5188
struct atlas7_pad_config *conf = &pmx->pctl_data->
confs
[pin];
in __altas7_pinctrl_set_drive_strength_sel()
5215
struct atlas7_pad_config *conf = &pmx->pctl_data->
confs
[pin];
in altas7_pinctrl_set_drive_strength_sel()
5487
conf = &pmx->pctl_data->
confs
[idx];
in atlas7_pinmux_suspend_noirq()
Completed in 18 milliseconds