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:USB_MODE_DEVICE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_core.h
40
USB_MODE_DEVICE
? (((xfer)->endpointno & UE_DIR_IN) ? 0 : 1) : \
H
A
D
usb_device.c
197
ea_val = (udev->flags.usb_mode ==
USB_MODE_DEVICE
) ?
in usbd_get_endpoint()
201
ea_val = (udev->flags.usb_mode ==
USB_MODE_DEVICE
) ?
in usbd_get_endpoint()
458
if (udev->flags.usb_mode !=
USB_MODE_DEVICE
)
in usb_unconfigure()
511
if (udev->flags.usb_mode ==
USB_MODE_DEVICE
) {
in usbd_set_config_index()
1755
if (udev->flags.usb_mode ==
USB_MODE_DEVICE
) {
in usb_alloc_device()
1937
if (usbd_get_mode(udev) ==
USB_MODE_DEVICE
) {
in usb_cdev_create()
2047
if (udev->flags.usb_mode ==
USB_MODE_DEVICE
) {
in usb_free_device()
H
A
D
usb_transfer.c
119
if (xfer->flags_int.usb_mode ==
USB_MODE_DEVICE
)
in usb_request_callback()
1476
if (xfer->flags_int.usb_mode ==
USB_MODE_DEVICE
) {
in usbd_setup_ctrl_transfer()
1494
if (xfer->flags_int.usb_mode ==
USB_MODE_DEVICE
) {
in usbd_setup_ctrl_transfer()
2663
if (udev->flags.usb_mode ==
USB_MODE_DEVICE
) {
in usbd_pipe_start()
2696
if (udev->flags.usb_mode ==
USB_MODE_DEVICE
) {
in usbd_pipe_start()
3048
if (udev->flags.usb_mode ==
USB_MODE_DEVICE
) {
in usbd_ctrl_transfer_setup()
H
A
D
usb_hub.c
538
if (child->flags.usb_mode ==
USB_MODE_DEVICE
)
in uhub_explore_sub()
870
mode =
USB_MODE_DEVICE
;
in uhub_reattach_port()
1004
else if (child->flags.usb_mode ==
USB_MODE_DEVICE
)
in uhub_suspend_resume_port()
2741
if ((udev->flags.usb_mode ==
USB_MODE_DEVICE
) &&
in usb_dev_resume_peer()
2918
if (udev->flags.usb_mode ==
USB_MODE_DEVICE
) {
in usb_dev_suspend_peer()
H
A
D
usb.h
784
USB_MODE_DEVICE
, /* bus transfer target */
enumerator
H
A
D
usb_request.c
319
if (udev->flags.usb_mode ==
USB_MODE_DEVICE
)
in usbd_get_hr_func()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_cdce.c
145
.usb_mode =
USB_MODE_DEVICE
,
198
.usb_mode =
USB_MODE_DEVICE
,
609
if (uaa->usb_mode ==
USB_MODE_DEVICE
) {
in cdce_attach()
/third_party/FreeBSD/stand/usb/
H
A
D
usb_busdma_loader.c
525
if (xfer->flags_int.usb_mode ==
USB_MODE_DEVICE
) {
in usb_bdma_work_loop()
Completed in 17 milliseconds