OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:w_bindseqmask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hdaudio/
hdafg.c
229
int
w_bindseqmask
;
member in struct:hdaudio_widget
1574
w->
w_bindseqmask
&= ~(1 << seq);
1575
if (w->
w_bindseqmask
== 0) {
1581
w->
w_bindseqmask
= 0;
1608
if (w->
w_bindseqmask
!= 0) {
1617
if (w->
w_bindseqmask
!= 0 &&
1618
(w->
w_bindseqmask
& (1 << dupseq)) == 0)
1661
w->
w_bindseqmask
|= (1 << seq);
1764
w->
w_bindseqmask
|= (1 << seq);
2247
(w->
w_bindseqmask
& cw->w_bindseqmask) != 0
[
all
...]
hdafg.c
229
int
w_bindseqmask
;
member in struct:hdaudio_widget
1574
w->
w_bindseqmask
&= ~(1 << seq);
1575
if (w->
w_bindseqmask
== 0) {
1581
w->
w_bindseqmask
= 0;
1608
if (w->
w_bindseqmask
!= 0) {
1617
if (w->
w_bindseqmask
!= 0 &&
1618
(w->
w_bindseqmask
& (1 << dupseq)) == 0)
1661
w->
w_bindseqmask
|= (1 << seq);
1764
w->
w_bindseqmask
|= (1 << seq);
2247
(w->
w_bindseqmask
& cw->w_bindseqmask) != 0
[
all
...]
Completed in 147 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025