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_RESUME
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sys/kern/
H
A
D
device_if.h
268
* @see
DEVICE_RESUME
()
278
/** @brief Unique descriptor for the
DEVICE_RESUME
() method */
280
/** @brief A function implementing the
DEVICE_RESUME
() method */
301
static __inline int
DEVICE_RESUME
(device_t dev)
in DEVICE_RESUME()
function
H
A
D
subr_bus.c
1939
DEVICE_RESUME
(child);
in bus_generic_resume_child()
1952
* resumed immediately by calling their
DEVICE_RESUME
() methods.
1982
* @brief Helper function for implementing
DEVICE_RESUME
()
1984
* This function can be used to help implement the
DEVICE_RESUME
() for
1985
* a bus. It calls
DEVICE_RESUME
() on each of the device's children.
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_device.c
1039
err =
DEVICE_RESUME
(dev);
in usb_detach_device_sub()
1374
err =
DEVICE_RESUME
(dev);
in usb_suspend_resume_sub()
Completed in 7 milliseconds