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:invertclk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinctrl-st.c
221
struct regmap_field *
invertclk
;
member
532
st_regmap_field_bit_set_clear_pin(rt_p->
invertclk
,
in st_pinconf_set_retime_packed()
553
int
invertclk
= ST_PINCONF_UNPACK_RT_INVERTCLK(config);
in st_pinconf_set_retime_dedicated()
local
567
((
invertclk
) << RT_D_CFG_INVERTCLK_SHIFT) |
in st_pinconf_set_retime_dedicated()
617
if (!regmap_field_read(rt_p->
invertclk
, &val) && (val & BIT(pin)))
in st_pinconf_get_retime_packed()
1067
struct reg_field
invertclk
= RT_P_CFG1_INVERTCLK_FIELD(reg + 4);
in st_pctl_dt_setup_retime_packed()
local
1075
rt_p->
invertclk
= devm_regmap_field_alloc(dev, rm,
invertclk
);
in st_pctl_dt_setup_retime_packed()
1081
IS_ERR(rt_p->delay_1) || IS_ERR(rt_p->
invertclk
) ||
in st_pctl_dt_setup_retime_packed()
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-st.c
225
struct regmap_field *
invertclk
;
member
536
st_regmap_field_bit_set_clear_pin(rt_p->
invertclk
,
in st_pinconf_set_retime_packed()
557
int
invertclk
= ST_PINCONF_UNPACK_RT_INVERTCLK(config);
in st_pinconf_set_retime_dedicated()
local
571
((
invertclk
) << RT_D_CFG_INVERTCLK_SHIFT) |
in st_pinconf_set_retime_dedicated()
621
if (!regmap_field_read(rt_p->
invertclk
, &val) && (val & BIT(pin)))
in st_pinconf_get_retime_packed()
1070
struct reg_field
invertclk
= RT_P_CFG1_INVERTCLK_FIELD(reg + 4);
in st_pctl_dt_setup_retime_packed()
local
1078
rt_p->
invertclk
= devm_regmap_field_alloc(dev, rm,
invertclk
);
in st_pctl_dt_setup_retime_packed()
1084
IS_ERR(rt_p->delay_1) || IS_ERR(rt_p->
invertclk
) ||
in st_pctl_dt_setup_retime_packed()
Completed in 11 milliseconds