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_to_portcr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H
A
D
pinctrl.c
905
pfc->info->ops->
pin_to_portcr
(pin);
in rmobile_pinmux_get_bias()
923
pfc->info->ops->
pin_to_portcr
(pin);
in rmobile_pinmux_set_bias()
H
A
D
sh_pfc.h
255
int (*
pin_to_portcr
)(unsigned int pin);
member
H
A
D
core.c
1075
(!info->ops || !info->ops->
pin_to_portcr
))
in sh_pfc_check_info()
1076
sh_pfc_err_once(bias, "SH_PFC_PIN_CFG_PULL_UP flag set but no bias_regs defined and .
pin_to_portcr
() not implemented\n");
in sh_pfc_check_info()
H
A
D
pfc-r8a7740.c
3520
.
pin_to_portcr
= r8a7740_pin_to_portcr,
H
A
D
pfc-r8a73a4.c
2591
.
pin_to_portcr
= r8a73a4_pin_to_portcr,
H
A
D
pfc-sh73a0.c
4147
.
pin_to_portcr
= sh73a0_pin_to_portcr,
Completed in 22 milliseconds