Home
last modified time | relevance | path

Searched refs:last_wid (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c2572 (input_wid > codec->last_wid)) { in audiohd_get_conns_from_entry()
2583 (k > codec->last_wid)) { in audiohd_get_conns_from_entry()
2594 codec->last_wid)) in audiohd_get_conns_from_entry()
2652 (input_wid > codec->last_wid)) { in audiohd_get_conns()
2776 wid <= codec->last_wid; wid++) { in audiohd_create_widgets()
3077 codec->last_wid = wid + nums; in audiohd_create_codec()
3744 for (wid = codec->first_wid; wid <= codec->last_wid; wid++) { in audiohd_build_input_path()
4598 for (wid = codec->first_wid; wid <= codec->last_wid; in audiohd_build_beep_path()
4885 for (wid = codec->first_wid; wid <= codec->last_wid; wid++) { in audiohd_build_loopback_path()
5227 for (wid = codec->first_wid; wid <= codec->last_wid; in audiohd_change_widget_power_state()
H A Daudiohd.h779 wid_t last_wid; /* wid of the last subnode of AFG */ member