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:p_uhe
(Results
1 - 1
of
1
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
882
struct usb_host_endpoint *
p_uhe
= NULL;
in usb_linux_create_usb_device()
local
920
if (
p_uhe
!= NULL) {
in usb_linux_create_usb_device()
921
usb_bcopy(ed, &
p_uhe
->desc, sizeof(
p_uhe
->desc));
in usb_linux_create_usb_device()
922
p_uhe
->bsd_iface_index = iface_index - 1;
in usb_linux_create_usb_device()
923
TAILQ_INIT(&
p_uhe
->bsd_urb_list);
in usb_linux_create_usb_device()
924
p_uhe
++;
in usb_linux_create_usb_device()
939
p_uhi->endpoint =
p_uhe
;
in usb_linux_create_usb_device()
970
size = (sizeof(*
p_uhe
) * nedesc) +
in usb_linux_create_usb_device()
974
p_uhe
in usb_linux_create_usb_device()
1004
struct usb_host_endpoint *
p_uhe
= NULL;
usb_create_usb_device()
local
[all...]
Completed in 2 milliseconds