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:pm_callback
(Results
1 - 9
of
9
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
usb_controller.c
720
bus->explore_msg[0].hdr.
pm_callback
= &usb_bus_explore;
in usb_attach_sub()
722
bus->explore_msg[1].hdr.
pm_callback
= &usb_bus_explore;
in usb_attach_sub()
725
bus->detach_msg[0].hdr.
pm_callback
= &usb_bus_detach;
in usb_attach_sub()
727
bus->detach_msg[1].hdr.
pm_callback
= &usb_bus_detach;
in usb_attach_sub()
730
bus->attach_msg[0].hdr.
pm_callback
= &usb_bus_attach;
in usb_attach_sub()
732
bus->attach_msg[1].hdr.
pm_callback
= &usb_bus_attach;
in usb_attach_sub()
735
bus->suspend_msg[0].hdr.
pm_callback
= &usb_bus_suspend;
in usb_attach_sub()
737
bus->suspend_msg[1].hdr.
pm_callback
= &usb_bus_suspend;
in usb_attach_sub()
740
bus->resume_msg[0].hdr.
pm_callback
= &usb_bus_resume;
in usb_attach_sub()
742
bus->resume_msg[1].hdr.
pm_callback
in usb_attach_sub()
[all...]
H
A
D
xhci.c
638
sc->sc_config_msg[0].hdr.
pm_callback
= &xhci_configure_msg;
in xhci_init()
640
sc->sc_config_msg[1].hdr.
pm_callback
= &xhci_configure_msg;
in xhci_init()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_process.c
126
pm, pm->
pm_callback
);
in usb_process_thread()
128
if (pm->
pm_callback
)
in usb_process_thread()
129
(pm->
pm_callback
) (pm);
in usb_process_thread()
H
A
D
usb_transfer.c
964
info->done_m[0].hdr.
pm_callback
= &usb_callback_proc;
in usbd_transfer_setup()
966
info->done_m[1].hdr.
pm_callback
= &usb_callback_proc;
in usbd_transfer_setup()
3300
(pm->
pm_callback
) (pm);
in usbd_transfer_poll()
3304
(pm->
pm_callback
) (pm);
in usbd_transfer_poll()
3309
(pm->
pm_callback
) (pm);
in usbd_transfer_poll()
H
A
D
usbdi.h
476
usb_proc_callback_t *
pm_callback
;
member
H
A
D
usb_hub.c
1441
hub->tt_msg[0].hdr.
pm_callback
= &uhub_reset_tt_proc;
in uhub_attach()
1443
hub->tt_msg[1].hdr.
pm_callback
= &uhub_reset_tt_proc;
in uhub_attach()
H
A
D
usb_device.c
1524
udev->cs_msg[0].hdr.
pm_callback
= &usbd_clear_stall_proc;
in usb_alloc_device()
1526
udev->cs_msg[1].hdr.
pm_callback
= &usbd_clear_stall_proc;
in usb_alloc_device()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
usb_ethernet.c
95
task->hdr.
pm_callback
= fn;
in ue_queue_command()
/third_party/FreeBSD/sys/dev/usb/serial/
H
A
D
usb_serial.c
404
task->hdr.
pm_callback
= fn;
in ucom_queue_command()
Completed in 19 milliseconds