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:setup_packet
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
708
(void)memcpy_s(urb->
setup_packet
, (sizeof(req) + size), &req, sizeof(req));
in usb_control_msg()
712
(void)memcpy_s(USB_ADD_BYTES(urb->
setup_packet
, sizeof(req)), size,
in usb_control_msg()
719
usb_bcopy(USB_ADD_BYTES(urb->
setup_packet
,
in usb_control_msg()
1146
urb->
setup_packet
= (void *)(urb + 1);
in usb_alloc_urb()
1147
urb->transfer_buffer = (void *)(urb->
setup_packet
+
in usb_alloc_urb()
1744
urb->
setup_packet
, REQ_SIZE);
in usb_linux_non_isoc_callback()
1749
urb->
setup_packet
, REQ_SIZE);
in usb_linux_non_isoc_callback()
1752
ptr = urb->
setup_packet
;
in usb_linux_non_isoc_callback()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
usb.h
241
uint8_t *
setup_packet
; /* (in) setup packet (control only) */
member
Completed in 3 milliseconds