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_proc_msg
(Results
1 - 15
of
15
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_process.c
57
struct
usb_proc_msg
*pm;
in usb_process_thread()
272
struct
usb_proc_msg
*pm0 = _pm0;
in usb_proc_msignal()
273
struct
usb_proc_msg
*pm1 = _pm1;
in usb_proc_msignal()
274
struct
usb_proc_msg
*pm2;
in usb_proc_msignal()
380
struct
usb_proc_msg
*pm0 = _pm0;
in usb_proc_mwait()
381
struct
usb_proc_msg
*pm1 = _pm1;
in usb_proc_mwait()
H
A
D
usb_process.h
43
struct
usb_proc_msg
;
50
TAILQ_HEAD(,
usb_proc_msg
) up_qhead;
H
A
D
usbdi.h
38
struct
usb_proc_msg
;
93
typedef void (usb_proc_callback_t)(struct
usb_proc_msg
*);
474
struct
usb_proc_msg
{
struct
475
TAILQ_ENTRY(
usb_proc_msg
) pm_qentry;
H
A
D
usb_bus.h
37
struct
usb_proc_msg
hdr;
H
A
D
usb_transfer.h
47
struct
usb_proc_msg
hdr;
H
A
D
usb_device.h
52
struct
usb_proc_msg
hdr;
H
A
D
usb_transfer.c
105
static void usb_callback_proc(struct
usb_proc_msg
*);
2198
usb_callback_proc(struct
usb_proc_msg
*_pm)
in usb_callback_proc()
3247
struct
usb_proc_msg
*pm;
in usbd_transfer_poll()
H
A
D
usb_hub.c
220
uhub_reset_tt_proc(struct
usb_proc_msg
*_pm)
in uhub_reset_tt_proc()
H
A
D
usb_device.c
1434
usbd_clear_stall_proc(struct
usb_proc_msg
*_pm)
in usbd_clear_stall_proc()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
usb_ethernet.c
56
static void ue_start_task(struct
usb_proc_msg
*_task);
77
struct
usb_proc_msg
*t0, struct
usb_proc_msg
*t1)
in ue_queue_command()
279
ue_attach_post_task(struct
usb_proc_msg
*_task)
in ue_attach_post_task()
416
ue_start_task(struct
usb_proc_msg
*_task)
in ue_start_task()
436
ue_stop_task(struct
usb_proc_msg
*_task)
in ue_stop_task()
508
ue_tick_task(struct
usb_proc_msg
*_task)
in ue_tick_task()
H
A
D
usb_ethernet.h
100
struct
usb_proc_msg
hdr;
/third_party/FreeBSD/sys/dev/usb/serial/
H
A
D
usb_serial.h
130
struct
usb_proc_msg
hdr;
135
struct
usb_proc_msg
hdr;
171
struct
usb_proc_msg
*sc_last_start_xfer;
H
A
D
usb_serial.c
116
struct
usb_proc_msg
*t0, struct
usb_proc_msg
*t1);
384
struct
usb_proc_msg
*t0, struct
usb_proc_msg
*t1)
in ucom_queue_command()
447
ucom_cfg_start_transfers(struct
usb_proc_msg
*_task)
in ucom_cfg_start_transfers()
491
ucom_cfg_open(struct
usb_proc_msg
*_task)
in ucom_cfg_open()
578
ucom_cfg_close(struct
usb_proc_msg
*_task)
in ucom_cfg_close()
677
ucom_cfg_line_state(struct
usb_proc_msg
*_task)
in ucom_cfg_line_state()
812
ucom_cfg_status_change(struct
usb_proc_msg
*_task)
in ucom_cfg_status_change()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
usb_controller.c
326
usb_bus_explore(struct
usb_proc_msg
*pm)
in usb_bus_explore()
387
usb_bus_detach(struct
usb_proc_msg
*pm)
in usb_bus_detach()
421
usb_bus_suspend(struct
usb_proc_msg
*pm)
in usb_bus_suspend()
478
usb_bus_resume(struct
usb_proc_msg
*pm)
in usb_bus_resume()
539
usb_bus_reset(struct
usb_proc_msg
*pm)
in usb_bus_reset()
561
usb_bus_shutdown(struct
usb_proc_msg
*pm)
in usb_bus_shutdown()
608
usb_bus_attach(struct
usb_proc_msg
*pm)
in usb_bus_attach()
H
A
D
xhci.c
3867
xhci_configure_msg(struct
usb_proc_msg
*pm)
in xhci_configure_msg()
Completed in 24 milliseconds