OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
168
const struct ucom_methods *
sc_methods
;
member in struct:ucom_softc
286
sc->
sc_methods
= ucaa->ucaa_methods;
593
if (sc->
sc_methods
->ucom_open != NULL) {
594
error = sc->
sc_methods
->ucom_open(sc->sc_parent,
796
if (sc->
sc_methods
->ucom_close != NULL) {
797
sc->
sc_methods
->ucom_close(sc->sc_parent,
885
if (sc->
sc_methods
->ucom_ioctl != NULL) {
886
error = sc->
sc_methods
->ucom_ioctl(sc->sc_parent,
1036
if (sc->
sc_methods
->ucom_set != NULL)
1037
sc->
sc_methods
->ucom_set(sc->sc_parent, sc->sc_portno
[
all
...]
umassvar.h
167
const struct umass_wire_methods *
sc_methods
;
member in struct:umass_softc
Completed in 14 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025