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:rfkill_rk_gpio
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
rfkill-bt.h
28
struct
rfkill_rk_gpio
{
struct
38
struct
rfkill_rk_gpio
gpio;
55
struct
rfkill_rk_gpio
poweron_gpio;
56
struct
rfkill_rk_gpio
reset_gpio;
57
struct
rfkill_rk_gpio
wake_gpio; // Host wake or sleep BT
59
struct
rfkill_rk_gpio
rts_gpio;
/device/soc/rockchip/rk3588/kernel/include/linux/
H
A
D
rfkill-bt.h
35
struct
rfkill_rk_gpio
{
struct
45
struct
rfkill_rk_gpio
gpio;
62
struct
rfkill_rk_gpio
poweron_gpio;
63
struct
rfkill_rk_gpio
reset_gpio;
64
struct
rfkill_rk_gpio
wake_gpio; // Host wake or sleep BT
66
struct
rfkill_rk_gpio
rts_gpio;
/device/soc/rockchip/common/vendor/drivers/net/
H
A
D
rfkill-bt.c
124
static int rfkill_rk_setup_gpio(struct platform_device *pdev, struct
rfkill_rk_gpio
*gpio, const char *prefix,
in rfkill_rk_setup_gpio()
188
struct
rfkill_rk_gpio
*wake = &rfkill->pdata->wake_gpio;
in rfkill_rk_sleep_bt_internal()
223
struct
rfkill_rk_gpio
*wake;
in rfkill_rk_sleep_bt()
270
struct
rfkill_rk_gpio
*wake_host = &rfkill->pdata->wake_host_irq.gpio;
in rfkill_rk_set_power()
271
struct
rfkill_rk_gpio
*poweron = &rfkill->pdata->poweron_gpio;
in rfkill_rk_set_power()
272
struct
rfkill_rk_gpio
*reset = &rfkill->pdata->reset_gpio;
in rfkill_rk_set_power()
273
struct
rfkill_rk_gpio
*rts = &rfkill->pdata->rts_gpio;
in rfkill_rk_set_power()
372
struct
rfkill_rk_gpio
*rts;
in rfkill_rk_pm_prepare()
414
struct
rfkill_rk_gpio
*rts;
in rfkill_rk_pm_complete()
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H
A
D
rfkill-bt.c
131
struct
rfkill_rk_gpio
*gpio, const char *prefix,
in rfkill_rk_setup_gpio()
196
struct
rfkill_rk_gpio
*wake = &rfkill->pdata->wake_gpio;
in rfkill_rk_sleep_bt_internal()
233
struct
rfkill_rk_gpio
*wake;
in rfkill_rk_sleep_bt()
281
struct
rfkill_rk_gpio
*wake_host = &rfkill->pdata->wake_host_irq.gpio;
in rfkill_rk_set_power()
282
struct
rfkill_rk_gpio
*poweron = &rfkill->pdata->poweron_gpio;
in rfkill_rk_set_power()
283
struct
rfkill_rk_gpio
*reset = &rfkill->pdata->reset_gpio;
in rfkill_rk_set_power()
284
struct
rfkill_rk_gpio
*rts = &rfkill->pdata->rts_gpio;
in rfkill_rk_set_power()
387
struct
rfkill_rk_gpio
*rts;
in rfkill_rk_pm_prepare()
429
struct
rfkill_rk_gpio
*rts;
in rfkill_rk_pm_complete()
Completed in 3 milliseconds