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:pin_conf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H
A
D
pinctrl-ns2-mux.c
162
* @
pin_conf
: pin configuration structure
167
struct ns2_pinconf
pin_conf
;
member
174
.
pin_conf
= { \
670
val = readl(base_address + pin_data->
pin_conf
.offset);
in ns2_pin_set_enable()
671
val &= ~(NS2_PIN_SRC_MASK << pin_data->
pin_conf
.input_en);
in ns2_pin_set_enable()
674
val |= NS2_PIN_INPUT_EN_MASK << pin_data->
pin_conf
.input_en;
in ns2_pin_set_enable()
676
writel(val, (base_address + pin_data->
pin_conf
.offset));
in ns2_pin_set_enable()
691
enable = readl(pinctrl->pinconf_base + pin_data->
pin_conf
.offset);
in ns2_pin_get_enable()
692
enable = (enable >> pin_data->
pin_conf
.input_en) &
in ns2_pin_get_enable()
716
val = readl(base_address + pin_data->
pin_conf
in ns2_pin_set_slew()
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H
A
D
pinctrl-ns2-mux.c
156
* @
pin_conf
: pin configuration structure
161
struct ns2_pinconf
pin_conf
;
member
168
.
pin_conf
= { \
664
val = readl(base_address + pin_data->
pin_conf
.offset);
in ns2_pin_set_enable()
665
val &= ~(NS2_PIN_SRC_MASK << pin_data->
pin_conf
.input_en);
in ns2_pin_set_enable()
668
val |= NS2_PIN_INPUT_EN_MASK << pin_data->
pin_conf
.input_en;
in ns2_pin_set_enable()
670
writel(val, (base_address + pin_data->
pin_conf
.offset));
in ns2_pin_set_enable()
685
enable = readl(pinctrl->pinconf_base + pin_data->
pin_conf
.offset);
in ns2_pin_get_enable()
686
enable = (enable >> pin_data->
pin_conf
.input_en) &
in ns2_pin_get_enable()
710
val = readl(base_address + pin_data->
pin_conf
in ns2_pin_set_slew()
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-st.c
268
struct st_pinconf *
pin_conf
;
member
856
new_map[i].data.configs.configs = &grp->
pin_conf
[i].config;
in st_pctl_dt_node_to_map()
908
struct st_pinconf *conf = info->groups[group].
pin_conf
;
in st_pmx_set_mux()
1232
grp->
pin_conf
= devm_kcalloc(dev, npins, sizeof(*grp->
pin_conf
), GFP_KERNEL);
in st_pctl_dt_parse_groups()
1234
if (!grp->pins || !grp->
pin_conf
) {
in st_pctl_dt_parse_groups()
1245
conf = &grp->
pin_conf
[i];
in st_pctl_dt_parse_groups()
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinctrl-st.c
264
struct st_pinconf *
pin_conf
;
member
853
new_map[i].data.configs.configs = &grp->
pin_conf
[i].config;
in st_pctl_dt_node_to_map()
905
struct st_pinconf *conf = info->groups[group].
pin_conf
;
in st_pmx_set_mux()
1201
grp->
pin_conf
= devm_kcalloc(info->dev,
in st_pctl_dt_parse_groups()
1204
if (!grp->pins || !grp->
pin_conf
) {
in st_pctl_dt_parse_groups()
1215
conf = &grp->
pin_conf
[i];
in st_pctl_dt_parse_groups()
Completed in 15 milliseconds