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:sc_io_res
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci_pci.c
114
sc->
sc_io_res
= ioremap(res->start, res->count);
in ehci_pci_attach()
115
if (!sc->
sc_io_res
) {
in ehci_pci_attach()
119
sc->sc_io_tag = (void *)sc->
sc_io_res
;
in ehci_pci_attach()
120
sc->sc_io_hdl = (bus_space_handle_t)sc->
sc_io_res
;
in ehci_pci_attach()
173
if (sc->
sc_io_res
!= NULL) {
in ehci_pci_attach()
174
iounmap((void *)sc->
sc_io_res
);
in ehci_pci_attach()
175
sc->
sc_io_res
= NULL;
in ehci_pci_attach()
200
if (sc->
sc_io_res
!= NULL) {
in ehci_pci_detach()
201
iounmap((void *)sc->
sc_io_res
);
in ehci_pci_detach()
202
sc->
sc_io_res
in ehci_pci_detach()
[all...]
H
A
D
xhci_pci.c
101
sc->
sc_io_res
= ioremap(res->start, res->count);
in xhci_pci_attach()
102
if (!sc->
sc_io_res
) {
in xhci_pci_attach()
105
sc->sc_io_tag = (void *)sc->
sc_io_res
;
in xhci_pci_attach()
106
sc->sc_io_hdl = (uintptr_t)sc->
sc_io_res
;
in xhci_pci_attach()
158
iounmap((void *)sc->
sc_io_res
);
in xhci_pci_attach()
182
if (sc->
sc_io_res
) {
in xhci_pci_detach()
183
iounmap((void *)sc->
sc_io_res
);
in xhci_pci_detach()
184
sc->
sc_io_res
= NULL;
in xhci_pci_detach()
H
A
D
xhci.h
478
struct resource *
sc_io_res
;
member
H
A
D
ehci.h
327
struct resource *
sc_io_res
;
member
Completed in 5 milliseconds