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_subunit
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/serial/
H
A
D
u3g.c
809
usbd_transfer_start(sc->sc_xfer[ucom->
sc_subunit
][U3G_INTR]);
in u3g_start_read()
812
usbd_transfer_start(sc->sc_xfer[ucom->
sc_subunit
][U3G_BULK_RD]);
in u3g_start_read()
821
usbd_transfer_stop(sc->sc_xfer[ucom->
sc_subunit
][U3G_INTR]);
in u3g_stop_read()
824
usbd_transfer_stop(sc->sc_xfer[ucom->
sc_subunit
][U3G_BULK_RD]);
in u3g_stop_read()
832
usbd_transfer_start(sc->sc_xfer[ucom->
sc_subunit
][U3G_BULK_WR]);
in u3g_start_write()
840
usbd_transfer_stop(sc->sc_xfer[ucom->
sc_subunit
][U3G_BULK_WR]);
in u3g_stop_write()
933
*lsr = sc->sc_lsr[ucom->
sc_subunit
];
in u3g_cfg_get_status()
934
*msr = sc->sc_msr[ucom->
sc_subunit
];
in u3g_cfg_get_status()
945
USETW(req.wValue, sc->sc_line[ucom->
sc_subunit
]);
in u3g_cfg_set_line()
946
req.wIndex[0] = sc->sc_iface[ucom->
sc_subunit
];
in u3g_cfg_set_line()
[all...]
H
A
D
usb_serial.h
177
int
sc_subunit
;
member
H
A
D
usb_serial.c
213
sc[subunit].
sc_subunit
= subunit;
in ucom_attach()
310
ret = snprintf_s(sc->sc_name, TTY_NAME_LEN, TTY_NAME_LEN - 1, "/dev/ttyUSB%d", sc->
sc_subunit
);
in ucom_attach_tty()
317
ssc->sc_unit, sc->
sc_subunit
);
in ucom_attach_tty()
Completed in 4 milliseconds