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:rts_gpio
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/net/
H
A
D
rfkill-bt.c
273
struct rfkill_rk_gpio *rts = &rfkill->pdata->
rts_gpio
;
in rfkill_rk_set_power()
382
rts = &rfkill->pdata->
rts_gpio
;
in rfkill_rk_pm_prepare()
424
rts = &rfkill->pdata->
rts_gpio
;
in rfkill_rk_pm_complete()
506
data->
rts_gpio
.io = gpio;
in bluetooth_platdata_parse_dt()
507
data->
rts_gpio
.enable = (flags == GPIO_ACTIVE_HIGH) ? 1 : 0;
in bluetooth_platdata_parse_dt()
511
data->
rts_gpio
.default_state = pinctrl_lookup_state(data->pinctrl, "default");
in bluetooth_platdata_parse_dt()
512
data->
rts_gpio
.gpio_state = pinctrl_lookup_state(data->pinctrl, "
rts_gpio
");
in bluetooth_platdata_parse_dt()
520
data->
rts_gpio
.io = -EINVAL;
in bluetooth_platdata_parse_dt()
662
ret = rfkill_rk_setup_gpio(pdev, &pdata->
rts_gpio
, rfkil
in rfkill_rk_probe()
[all...]
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H
A
D
rfkill-bt.c
284
struct rfkill_rk_gpio *rts = &rfkill->pdata->
rts_gpio
;
in rfkill_rk_set_power()
395
rts = &rfkill->pdata->
rts_gpio
;
in rfkill_rk_pm_prepare()
437
rts = &rfkill->pdata->
rts_gpio
;
in rfkill_rk_pm_complete()
523
data->
rts_gpio
.io = gpio;
in bluetooth_platdata_parse_dt()
524
data->
rts_gpio
.enable = (flags == GPIO_ACTIVE_HIGH) ? 1 : 0;
in bluetooth_platdata_parse_dt()
528
data->
rts_gpio
.default_state =
in bluetooth_platdata_parse_dt()
530
data->
rts_gpio
.gpio_state =
in bluetooth_platdata_parse_dt()
531
pinctrl_lookup_state(data->pinctrl, "
rts_gpio
");
in bluetooth_platdata_parse_dt()
540
data->
rts_gpio
.io = -EINVAL;
in bluetooth_platdata_parse_dt()
681
ret = rfkill_rk_setup_gpio(pdev, &pdata->
rts_gpio
, rfkil
in rfkill_rk_probe()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
rfkill-bt.h
59
struct rfkill_rk_gpio
rts_gpio
;
member
/device/soc/rockchip/rk3588/kernel/include/linux/
H
A
D
rfkill-bt.h
66
struct rfkill_rk_gpio
rts_gpio
;
member
Completed in 3 milliseconds