OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_methods
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ir/
cirvar.h
42
const struct cir_methods *
sc_methods
;
member in struct:cir_softc
irframevar.h
46
const struct irframe_methods *
sc_methods
;
member in struct:irframe_softc
/src/sys/dev/usb/
ucom.c
171
const struct ucom_methods *
sc_methods
;
member in struct:ucom_softc
439
if (sc->
sc_methods
->ucom_write != NULL)
440
sc->
sc_methods
->ucom_write(sc->sc_parent, sc->sc_portno,
639
sc->
sc_methods
= ucaa->ucaa_methods;
991
if (sc->
sc_methods
->ucom_open != NULL) {
992
error = sc->
sc_methods
->ucom_open(sc->sc_parent,
1215
if (sc->
sc_methods
->ucom_close != NULL) {
1216
sc->
sc_methods
->ucom_close(sc->sc_parent,
1304
if (sc->
sc_methods
->ucom_ioctl != NULL) {
1305
error = sc->
sc_methods
->ucom_ioctl(sc->sc_parent
[
all
...]
umassvar.h
167
const struct umass_wire_methods *
sc_methods
;
member in struct:umass_softc
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026