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:devclass_find
(Results
1 - 5
of
5
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
usbd_audio.c
56
dc =
devclass_find
("composite");
in get_uac()
/third_party/FreeBSD/sys/kern/
H
A
D
subr_bus.c
363
devclass_find
(const char *classname)
in devclass_find()
function
563
devclass_t dc =
devclass_find
(driver->name);
in devclass_delete_driver()
618
devclass_t dc =
devclass_find
(driver->name);
in devclass_quiesce_driver()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
usb_controller.c
713
usb_devclass_ptr =
devclass_find
("usbus");
in usb_attach_sub()
/third_party/FreeBSD/sys/sys/
H
A
D
bus.h
353
devclass_t
devclass_find
(const char *classname);
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hub.c
1559
device = devclass_get_device(
devclass_find
("usbus"), 0);
in uhub_attach()
Completed in 10 milliseconds