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:vbat
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/net/
H
A
D
rfkill-wlan.c
176
struct rksdmmc_gpio *
vbat
;
in rfkill_set_wifi_bt_power()
local
185
vbat
= &mrfkill->pdata->vbat_n;
in rfkill_set_wifi_bt_power()
187
if (gpio_is_valid(
vbat
->io)) {
in rfkill_set_wifi_bt_power()
188
gpio_direction_output(
vbat
->io,
vbat
->enable);
in rfkill_set_wifi_bt_power()
191
if (gpio_is_valid(
vbat
->io)) {
in rfkill_set_wifi_bt_power()
192
gpio_direction_output(
vbat
->io, !(
vbat
->enable));
in rfkill_set_wifi_bt_power()
320
LOG("%s: wifi will set
vbat
to low\n", __func__);
in rockchip_wifi_power()
323
LOG("%s: wifi shouldn't control the
vbat
\
in rockchip_wifi_power()
740
long
vbat
= 0;
wifi_bt_vbat_store()
local
[all...]
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H
A
D
rfkill-wlan.c
178
struct rksdmmc_gpio *
vbat
;
in rfkill_set_wifi_bt_power()
local
188
vbat
= &mrfkill->pdata->vbat_n;
in rfkill_set_wifi_bt_power()
190
if (gpio_is_valid(
vbat
->io))
in rfkill_set_wifi_bt_power()
191
gpio_direction_output(
vbat
->io,
vbat
->enable);
in rfkill_set_wifi_bt_power()
193
if (gpio_is_valid(
vbat
->io))
in rfkill_set_wifi_bt_power()
194
gpio_direction_output(
vbat
->io, !(
vbat
->enable));
in rfkill_set_wifi_bt_power()
323
LOG("%s: wifi will set
vbat
to low\n", __func__);
in rockchip_wifi_power()
326
LOG("%s: wifi shouldn't control the
vbat
\
in rockchip_wifi_power()
769
long
vbat
= 0;
wifi_bt_vbat_store()
local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl.h
19102
uint8
vbat
; /* local voltage in units of 0.1V */
member
19114
uint8
vbat
; /* local voltage */
member
Completed in 67 milliseconds