OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_widgets
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hdaudio/
hdafg.c
305
struct hdaudio_widget *
sc_widgets
;
member in struct:hdafg_softc
429
if (sc->
sc_widgets
== NULL || sc->sc_nwidgets == 0) {
431
sc->
sc_widgets
, sc->sc_nwidgets);
439
return &sc->
sc_widgets
[nid - sc->sc_startnode];
1390
sc->
sc_widgets
= kmem_zalloc(sc->sc_nwidgets * sizeof(*w), KM_SLEEP);
1392
sc->
sc_widgets
, sc->
sc_widgets
+ sc->sc_nwidgets);
1994
w = &sc->
sc_widgets
[i];
3059
w = &sc->
sc_widgets
[i];
3860
struct hdaudio_widget *wl, *w = sc->
sc_widgets
;
[
all
...]
hdafg.c
305
struct hdaudio_widget *
sc_widgets
;
member in struct:hdafg_softc
429
if (sc->
sc_widgets
== NULL || sc->sc_nwidgets == 0) {
431
sc->
sc_widgets
, sc->sc_nwidgets);
439
return &sc->
sc_widgets
[nid - sc->sc_startnode];
1390
sc->
sc_widgets
= kmem_zalloc(sc->sc_nwidgets * sizeof(*w), KM_SLEEP);
1392
sc->
sc_widgets
, sc->
sc_widgets
+ sc->sc_nwidgets);
1994
w = &sc->
sc_widgets
[i];
3059
w = &sc->
sc_widgets
[i];
3860
struct hdaudio_widget *wl, *w = sc->
sc_widgets
;
[
all
...]
Completed in 26 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025