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:gpio_type
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpio/
H
A
D
gpio-rockchip.c
76
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_writel()
88
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_readl()
102
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_writel_bit()
124
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_readl_bit()
403
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_irq_set_type()
493
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_interrupts_register()
622
bank->
gpio_type
= GPIO_TYPE_V2;
in rockchip_get_bank_data()
631
bank->
gpio_type
= GPIO_TYPE_V1;
in rockchip_get_bank_data()
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H
A
D
gpio-rockchip.c
76
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_writel()
88
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_readl()
102
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_writel_bit()
124
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_readl_bit()
406
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_irq_set_type()
496
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_interrupts_register()
625
bank->
gpio_type
= GPIO_TYPE_V2;
in rockchip_get_bank_data()
634
bank->
gpio_type
= GPIO_TYPE_V1;
in rockchip_get_bank_data()
/device/soc/rockchip/rk3588/kernel/drivers/gpio/
H
A
D
gpio-rockchip.c
79
if (bank->
gpio_type
== GPIO_TYPE_V2)
in rockchip_gpio_writel()
91
if (bank->
gpio_type
== GPIO_TYPE_V2)
in rockchip_gpio_readl()
106
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_writel_bit()
127
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_gpio_readl_bit()
199
if (bank->
gpio_type
== GPIO_TYPE_V2 && !IS_ERR(bank->db_clk)) {
in rockchip_gpio_set_debounce()
422
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_irq_set_type()
528
if (bank->
gpio_type
== GPIO_TYPE_V2) {
in rockchip_interrupts_register()
658
bank->
gpio_type
= GPIO_TYPE_V2;
in rockchip_get_bank_data()
667
bank->
gpio_type
= GPIO_TYPE_V1;
in rockchip_get_bank_data()
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H
A
D
pinctrl-rockchip.h
151
u32
gpio_type
;
member
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H
A
D
pinctrl-rockchip.h
338
u32
gpio_type
;
member
/device/soc/rockchip/rk3588/kernel/include/linux/
H
A
D
pinctrl-rockchip.h
338
u32
gpio_type
;
member
Completed in 7 milliseconds