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:FROM_HW_GPIO_PIN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/
H
A
D
hw_gpio.c
64
struct hw_gpio *pin =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_open()
77
const struct hw_gpio *gpio =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_get_value()
99
struct hw_gpio *gpio =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_set_value()
125
struct hw_gpio *pin =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_change_mode()
133
struct hw_gpio *pin =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_close()
H
A
D
hw_gpio.h
31
#define
FROM_HW_GPIO_PIN
(ptr) \
macro
H
A
D
gpio_service.c
573
hw_data =
FROM_HW_GPIO_PIN
(ddc->pin_data->pin);
in dal_ddc_open()
574
hw_clock =
FROM_HW_GPIO_PIN
(ddc->pin_clock->pin);
in dal_ddc_open()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/gpio/
H
A
D
hw_gpio.c
64
struct hw_gpio *pin =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_open()
77
const struct hw_gpio *gpio =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_get_value()
99
struct hw_gpio *gpio =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_set_value()
125
struct hw_gpio *pin =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_change_mode()
133
struct hw_gpio *pin =
FROM_HW_GPIO_PIN
(ptr);
in dal_hw_gpio_close()
H
A
D
hw_gpio.h
31
#define
FROM_HW_GPIO_PIN
(ptr) \
macro
H
A
D
gpio_service.c
571
hw_data =
FROM_HW_GPIO_PIN
(ddc->pin_data->pin);
in dal_ddc_open()
572
hw_clock =
FROM_HW_GPIO_PIN
(ddc->pin_clock->pin);
in dal_ddc_open()
Completed in 3 milliseconds