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_state
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
rfkill-bt.h
32
struct pinctrl_state *
gpio_state
;
member
/device/soc/rockchip/rk3588/kernel/include/linux/
H
A
D
rfkill-bt.h
39
struct pinctrl_state *
gpio_state
;
member
/device/soc/rockchip/common/vendor/drivers/net/
H
A
D
rfkill-bt.c
328
pinctrl_select_state(pinctrl, rts->
gpio_state
);
in rfkill_rk_set_power()
388
pinctrl_select_state(pinctrl, rts->
gpio_state
);
in rfkill_rk_pm_prepare()
512
data->rts_gpio.
gpio_state
= pinctrl_lookup_state(data->pinctrl, "rts_gpio");
in bluetooth_platdata_parse_dt()
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H
A
D
rfkill-bt.c
341
pinctrl_select_state(pinctrl, rts->
gpio_state
);
in rfkill_rk_set_power()
401
pinctrl_select_state(rfkill->pdata->pinctrl, rts->
gpio_state
);
in rfkill_rk_pm_prepare()
530
data->rts_gpio.
gpio_state
=
in bluetooth_platdata_parse_dt()
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H
A
D
rockchip_thermal.c
175
* @
gpio_state
: pinctrl select gpio function
197
struct pinctrl_state *
gpio_state
;
member
1251
if (!IS_ERR(thermal->pinctrl) && !IS_ERR_OR_NULL(thermal->
gpio_state
)) {
in thermal_pinctrl_select_gpio()
1252
pinctrl_select_state(thermal->pinctrl, thermal->
gpio_state
);
in thermal_pinctrl_select_gpio()
1507
thermal->
gpio_state
= pinctrl_lookup_state(thermal->pinctrl, "gpio");
in rockchip_thermal_probe()
1508
if (IS_ERR_OR_NULL(thermal->
gpio_state
)) {
in rockchip_thermal_probe()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/
H
A
D
drv_gpio_intf.c
232
}
gpio_state
;
typedef
234
static
gpio_state
g_gpio_state;
Completed in 7 milliseconds