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_GET_STATE
(Results
1 - 14
of
14
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/input/
H
A
D
uhid.c
143
switch (
USB_GET_STATE
(xfer)) {
in uhid_intr_write_callback()
199
DPRINTF("enter state of xfer is %u!\n",
USB_GET_STATE
(xfer));
in uhid_intr_read_callback()
203
switch (
USB_GET_STATE
(xfer)) {
in uhid_intr_read_callback()
259
switch (
USB_GET_STATE
(xfer)) {
in uhid_write_callback()
317
DPRINTF("enter state of xfer is %u!\n",
USB_GET_STATE
(xfer));
in uhid_read_callback()
321
switch (
USB_GET_STATE
(xfer)) {
in uhid_read_callback()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_cdce.c
700
switch (
USB_GET_STATE
(xfer)) {
in cdce_bulk_write_callback()
864
switch (
USB_GET_STATE
(xfer)) {
in cdce_bulk_read_callback()
939
switch (
USB_GET_STATE
(xfer)) {
in cdce_intr_read_callback()
976
switch (
USB_GET_STATE
(xfer)) {
in cdce_intr_write_callback()
1242
switch (
USB_GET_STATE
(xfer)) {
in cdce_ncm_bulk_write_callback()
1301
switch (
USB_GET_STATE
(xfer)) {
in cdce_ncm_bulk_read_callback()
H
A
D
if_urndis.c
845
switch (
USB_GET_STATE
(xfer)) {
in urndis_bulk_read_callback()
955
switch (
USB_GET_STATE
(xfer)) {
in urndis_bulk_write_callback()
1023
switch (
USB_GET_STATE
(xfer)) {
in urndis_intr_read_callback()
H
A
D
if_axge.c
455
switch (
USB_GET_STATE
(xfer)) {
in axge_bulk_read_callback()
581
ustat =
USB_GET_STATE
(xfer);
in axge_bulk_write_callback()
H
A
D
if_axe.c
756
switch (
USB_GET_STATE
(xfer)) {
in axe_bulk_read_callback()
914
ustat =
USB_GET_STATE
(xfer);
in axe_bulk_write_callback()
/third_party/FreeBSD/sys/dev/usb/storage/
H
A
D
umass.c
1281
switch (
USB_GET_STATE
(xfer)) {
in umass_t_bbb_reset1_callback()
1344
switch (
USB_GET_STATE
(xfer)) {
in umass_t_bbb_data_clear_stall_callback()
1370
switch (
USB_GET_STATE
(xfer)) {
in umass_t_bbb_command_callback()
1460
switch (
USB_GET_STATE
(xfer)) {
in umass_t_bbb_data_callback()
1536
switch (
USB_GET_STATE
(xfer)) {
in umass_t_bbb_status_callback()
1742
switch (
USB_GET_STATE
(xfer)) {
in umass_t_cbi_reset1_callback()
1835
switch (
USB_GET_STATE
(xfer)) {
in umass_t_cbi_data_clear_stall_callback()
1865
switch (
USB_GET_STATE
(xfer)) {
in umass_t_cbi_command_callback()
1946
switch (
USB_GET_STATE
(xfer)) {
in umass_t_cbi_data_read_callback()
2002
switch (
USB_GET_STATE
(xfe
in umass_t_cbi_data_write_callback()
[all...]
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_handle_request.c
55
switch (
USB_GET_STATE
(xfer)) {
in usb_handle_request_callback()
446
switch (
USB_GET_STATE
(xfer)) {
in usb_handle_request()
H
A
D
usb_generic.c
358
switch (
USB_GET_STATE
(xfer)) {
in ugen_ctrl_read_callback()
410
switch (
USB_GET_STATE
(xfer)) {
in ugen_ctrl_write_callback()
483
switch (
USB_GET_STATE
(xfer)) {
in ugen_isoc_read_callback()
523
switch (
USB_GET_STATE
(xfer)) {
in ugen_isoc_write_callback()
2502
USB_GET_STATE
(xfer), xfer->actlen, xfer->aframes);
in ugen_ctrl_fs_callback()
2504
switch (
USB_GET_STATE
(xfer)) {
in ugen_ctrl_fs_callback()
H
A
D
usb_request.c
175
DPRINTF("st=%u\n",
USB_GET_STATE
(xfer));
in usbd_do_request_callback()
177
switch (
USB_GET_STATE
(xfer)) {
in usbd_do_request_callback()
214
switch (
USB_GET_STATE
(xfer)) {
in usb_do_clear_stall_callback()
H
A
D
usbdi.h
469
#define
USB_GET_STATE
(xfer) (usbd_xfer_state(xfer))
macro
H
A
D
usb_hub.c
182
switch (
USB_GET_STATE
(xfer)) {
in uhub_intr_callback()
331
switch (
USB_GET_STATE
(xfer)) {
in uhub_reset_tt_callback()
H
A
D
usb_transfer.c
3183
switch (
USB_GET_STATE
(xfer1)) {
in usbd_clear_stall_callback()
/third_party/FreeBSD/sys/dev/usb/serial/
H
A
D
u3g.c
856
switch (
USB_GET_STATE
(xfer)) {
in u3g_write_callback()
907
switch (
USB_GET_STATE
(xfer)) {
in u3g_read_callback()
1001
switch (
USB_GET_STATE
(xfer)) {
in u3g_intr_callback()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
1508
switch (
USB_GET_STATE
(xfer)) {
in usb_linux_isoc_callback()
1678
switch (
USB_GET_STATE
(xfer)) {
in usb_linux_non_isoc_callback()
Completed in 28 milliseconds