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:sh_pfc_pin
(Results
1 - 25
of
72
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H
A
D
pinctrl.c
384
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in sh_pfc_gpio_request_enable()
428
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in sh_pfc_gpio_set_direction()
546
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in sh_pfc_pinconf_validate()
614
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in sh_pfc_pinconf_get()
687
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in sh_pfc_pinconf_set()
774
const struct
sh_pfc_pin
*info = &pfc->info->pins[i];
in sh_pfc_map_pins()
H
A
D
core.c
853
static const struct
sh_pfc_pin
__init *sh_pfc_find_pin(
in sh_pfc_find_pin()
924
const struct
sh_pfc_pin
*pin;
in sh_pfc_check_drive_reg()
948
const struct
sh_pfc_pin
*pin;
in sh_pfc_check_bias_reg()
1045
const struct
sh_pfc_pin
*pin = &info->pins[i];
in sh_pfc_check_info()
1053
const struct
sh_pfc_pin
*pin2 = &info->pins[j];
in sh_pfc_check_info()
H
A
D
sh_pfc.h
42
struct
sh_pfc_pin
{
struct
271
const struct
sh_pfc_pin
*pins;
614
/* PINMUX_GPIO_GP_ALL - Expand to a list of
sh_pfc_pin
entries */
669
/* PINMUX_GPIO - Expand to a
sh_pfc_pin
entry */
677
/* SH_PFC_PIN_CFG - Expand to a
sh_pfc_pin
entry (named PORT#) with config */
711
/* GPIO_FN(name) - Expand to a
sh_pfc_pin
entry for a function GPIO */
731
/* PINMUX_NOGP_ALL - Expand to a list of
sh_pfc_pin
entries */
H
A
D
gpio.c
76
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in gpio_setup_data_reg()
H
A
D
pfc-shx3.c
284
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-emev2.c
242
/* Expand to a list of
sh_pfc_pin
entries (named PORT#).
247
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7786.c
406
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7722.c
756
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7203.c
701
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7720.c
575
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-r8a779f0.c
505
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7785.c
670
static const struct
sh_pfc_pin
pinmux_pins[] = {
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H
A
D
pinctrl.c
405
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in sh_pfc_gpio_request_enable()
448
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in sh_pfc_gpio_set_direction()
573
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in sh_pfc_pinconf_validate()
789
const struct
sh_pfc_pin
*info = &pfc->info->pins[i];
in sh_pfc_map_pins()
H
A
D
sh_pfc.h
36
struct
sh_pfc_pin
{
struct
277
const struct
sh_pfc_pin
*pins;
601
/* PINMUX_GPIO_GP_ALL - Expand to a list of
sh_pfc_pin
entries */
657
/* PINMUX_GPIO - Expand to a
sh_pfc_pin
entry */
665
/* SH_PFC_PIN_CFG - Expand to a
sh_pfc_pin
entry (named PORT#) with config */
700
/* GPIO_FN(name) - Expand to a
sh_pfc_pin
entry for a function GPIO */
720
/* PINMUX_NOGP_ALL - Expand to a list of
sh_pfc_pin
entries */
H
A
D
gpio.c
77
const struct
sh_pfc_pin
*pin = &pfc->info->pins[idx];
in gpio_setup_data_reg()
H
A
D
core.c
927
const struct
sh_pfc_pin
*pin = &info->pins[i];
in sh_pfc_check_info()
934
const struct
sh_pfc_pin
*pin2 = &info->pins[j];
in sh_pfc_check_info()
H
A
D
pfc-shx3.c
285
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7786.c
407
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-emev2.c
243
/* Expand to a list of
sh_pfc_pin
entries (named PORT#).
248
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7722.c
758
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7203.c
702
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7720.c
576
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7785.c
671
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7264.c
1069
static const struct
sh_pfc_pin
pinmux_pins[] = {
H
A
D
pfc-sh7724.c
1146
static const struct
sh_pfc_pin
pinmux_pins[] = {
Completed in 53 milliseconds
1
2
3