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_pc_cpu_flush
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
877
usb_pc_cpu_flush
(ehci_std->page_cache);
in _ehci_append_fs_td()
885
usb_pc_cpu_flush
(last->page_cache);
in _ehci_append_fs_td()
903
usb_pc_cpu_flush
(ehci_std->page_cache);
in _ehci_append_hs_td()
911
usb_pc_cpu_flush
(last->page_cache);
in _ehci_append_hs_td()
934
usb_pc_cpu_flush
(sqh->page_cache);
in _ehci_append_qh()
943
usb_pc_cpu_flush
(last->page_cache);
in _ehci_append_qh()
959
usb_pc_cpu_flush
(ehci_std->prev->page_cache);
in _ehci_remove_fs_td()
963
usb_pc_cpu_flush
(ehci_std->next->page_cache);
in _ehci_remove_fs_td()
979
usb_pc_cpu_flush
(ehci_std->prev->page_cache);
in _ehci_remove_hs_td()
983
usb_pc_cpu_flush
(ehci_st
in _ehci_remove_hs_td()
[all...]
H
A
D
xhci.c
297
usb_pc_cpu_flush
(&sc->sc_hw.root_pc);
in xhci_reset_command_queue_locked()
817
usb_pc_cpu_flush
(td->page_cache);
in xhci_activate_transfer()
843
usb_pc_cpu_flush
(td->page_cache);
in xhci_skip_transfer()
846
usb_pc_cpu_flush
(td->page_cache);
in xhci_skip_transfer()
965
usb_pc_cpu_flush
(td->page_cache);
in xhci_check_transfer()
1160
usb_pc_cpu_flush
(&sc->sc_hw.root_pc);
in xhci_do_command()
1173
usb_pc_cpu_flush
(&sc->sc_hw.root_pc);
in xhci_do_command()
1194
usb_pc_cpu_flush
(&sc->sc_hw.root_pc);
in xhci_do_command()
1923
usb_pc_cpu_flush
(td->page_cache);
in xhci_setup_generic_chain_sub()
1949
usb_pc_cpu_flush
(td_firs
in xhci_setup_generic_chain_sub()
[all...]
H
A
D
usb_controller.c
801
usb_pc_cpu_flush
(pc);
in usb_bus_mem_flush_all_cb()
/third_party/FreeBSD/stand/usb/
H
A
D
usb_busdma_loader.c
295
usb_pc_cpu_flush
(pc);
in usb_pc_alloc_mem()
373
*
usb_pc_cpu_flush
- flush CPU cache
376
usb_pc_cpu_flush
(struct usb_page_cache *pc)
in usb_pc_cpu_flush()
function
650
usb_pc_cpu_flush
(pc);
in usb_bdma_pre_sync()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_busdma.h
152
void
usb_pc_cpu_flush
(struct usb_page_cache *pc);
Completed in 7 milliseconds