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:device_wakeup
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/wfx/
H
A
D
bh.c
18
static void
device_wakeup
(struct wfx_dev *wdev)
in device_wakeup()
function
243
device_wakeup
(wdev);
in bh_work()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H
A
D
bh.c
18
static void
device_wakeup
(struct wfx_dev *wdev)
in device_wakeup()
function
240
device_wakeup
(wdev);
in bh_work()
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_bcm.c
66
* @
device_wakeup
: BT_WAKE pin,
72
* either by accessing @
device_wakeup
or by calling @btlp
102
struct gpio_desc *
device_wakeup
;
member
980
gpiod_set_value_cansleep(dev->
device_wakeup
, awake);
in bcm_gpio_set_device_wakeup()
1042
dev->
device_wakeup
= devm_gpiod_get_optional(dev->dev, "device-wakeup",
in bcm_get_resources()
1044
if (IS_ERR(dev->
device_wakeup
))
in bcm_get_resources()
1045
return PTR_ERR(dev->
device_wakeup
);
in bcm_get_resources()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_bcm.c
74
* @
device_wakeup
: BT_WAKE pin,
82
* either by accessing @
device_wakeup
or by calling @btlp
120
struct gpio_desc *
device_wakeup
;
member
1046
gpiod_set_value_cansleep(dev->
device_wakeup
, awake);
in bcm_gpio_set_device_wakeup()
1118
dev->
device_wakeup
= devm_gpiod_get_optional(dev->dev, "device-wakeup",
in bcm_get_resources()
1120
if (IS_ERR(dev->
device_wakeup
))
in bcm_get_resources()
1121
return PTR_ERR(dev->
device_wakeup
);
in bcm_get_resources()
Completed in 5 milliseconds