OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ctls
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uaudio.c
227
struct mixerctl *
sc_ctls
; /* mixer controls */
member in struct:uaudio_softc
613
if (sc->
sc_ctls
!= NULL) {
615
if (sc->
sc_ctls
[i].nranges == 0)
617
kmem_free( sc->
sc_ctls
[i].ranges,
618
sc->
sc_ctls
[i].nranges * sizeof(struct range));
620
kmem_free(sc->
sc_ctls
, sizeof(struct mixerctl) * sc->sc_nctls);
682
memcpy(nmc, sc->
sc_ctls
, sizeof(*mc) * sc->sc_nctls);
684
if (sc->
sc_ctls
[i].ranges == &sc->
sc_ctls
[i].range0)
687
kmem_free(sc->
sc_ctls
, sizeof(*mc) * sc->sc_nctls)
[
all
...]
/src/sys/dev/hdaudio/
hdafg.c
309
struct hdaudio_control *
sc_ctls
;
member in struct:hdafg_softc
449
if (sc->
sc_ctls
== NULL)
452
ctl = &sc->
sc_ctls
[i];
1356
sc->
sc_ctls
= ctl;
1476
ctl = &sc->
sc_ctls
[i];
2061
int i = (int)(ctl - sc->
sc_ctls
);
2085
hdafg_dump_ctl(sc, &sc->
sc_ctls
[i]);
2256
ctl = &sc->
sc_ctls
[i];
2290
ctl = &sc->
sc_ctls
[i];
2411
ctl = &sc->
sc_ctls
[i]
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025