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:amd_gpio
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinctrl-amd.c
43
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_get_direction()
59
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_direction_input()
75
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_direction_output()
94
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_get_value()
107
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_set_value()
126
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_set_debounce()
198
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_dbg_show()
346
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_irq_enable()
361
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_irq_disable()
376
struct
amd_gpio
*gpio_de
in amd_gpio_irq_mask()
[all...]
H
A
D
pinctrl-amd.h
90
struct
amd_gpio
{
struct
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-amd8111.c
70
struct
amd_gpio
{
struct
81
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_request()
93
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_free()
102
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_set()
117
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_get()
129
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_dirout()
146
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_dirin()
161
static struct
amd_gpio
gp = {
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-amd8111.c
67
struct
amd_gpio
{
struct
78
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_request()
90
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_free()
99
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_set()
114
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_get()
126
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_dirout()
143
struct
amd_gpio
*agp = gpiochip_get_data(chip);
in amd_gpio_dirin()
158
static struct
amd_gpio
gp = {
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-amd.c
43
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_get_direction()
59
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_direction_input()
75
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_direction_output()
94
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_get_value()
107
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_set_value()
119
static int amd_gpio_set_debounce(struct
amd_gpio
*gpio_dev, unsigned int offset,
in amd_gpio_set_debounce()
194
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_dbg_show()
377
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_irq_enable()
394
struct
amd_gpio
*gpio_dev = gpiochip_get_data(gc);
in amd_gpio_irq_disable()
411
struct
amd_gpio
*gpio_de
in amd_gpio_irq_mask()
[all...]
H
A
D
pinctrl-amd.h
95
struct
amd_gpio
{
struct
Completed in 6 milliseconds