/linux/sound/firewire/fireworks/ |
H A D | fireworks_hwdep.c | 109 efw->dev_lock_changed = false; in hwdep_read_locked() 127 bool dev_lock_changed; in hwdep_read() local 132 dev_lock_changed = efw->dev_lock_changed; in hwdep_read() 135 while (!dev_lock_changed && !queued) { in hwdep_read() 143 dev_lock_changed = efw->dev_lock_changed; in hwdep_read() 149 if (dev_lock_changed) in hwdep_read() 196 if (efw->dev_lock_changed || efw->pull_ptr != efw->push_ptr) in hwdep_poll()
|
H A D | fireworks.h | 100 bool dev_lock_changed; member
|
H A D | fireworks_stream.c | 342 efw->dev_lock_changed = true; in snd_efw_stream_lock_changed()
|
/linux/sound/firewire/digi00x/ |
H A D | digi00x-hwdep.c | 28 while (!dg00x->dev_lock_changed && dg00x->msg == 0) { in hwdep_read() 39 if (dg00x->dev_lock_changed) { in hwdep_read() 42 dg00x->dev_lock_changed = false; in hwdep_read() 71 if (dg00x->dev_lock_changed || dg00x->msg) in hwdep_poll()
|
H A D | digi00x.h | 50 bool dev_lock_changed; member
|
H A D | digi00x-stream.c | 424 dg00x->dev_lock_changed = true; in snd_dg00x_stream_lock_changed()
|
/linux/sound/firewire/dice/ |
H A D | dice-hwdep.c | 20 while (!dice->dev_lock_changed && dice->notification_bits == 0) { in hwdep_read() 31 if (dice->dev_lock_changed) { in hwdep_read() 34 dice->dev_lock_changed = false; in hwdep_read() 63 if (dice->dev_lock_changed || dice->notification_bits != 0) in hwdep_poll()
|
H A D | dice.h | 100 bool dev_lock_changed; member
|
H A D | dice-stream.c | 674 dice->dev_lock_changed = true; in dice_lock_changed()
|
/linux/sound/firewire/fireface/ |
H A D | ff-hwdep.c | 34 while (!ff->dev_lock_changed && !has_msg(ff)) { in hwdep_read() 44 if (ff->dev_lock_changed && count >= sizeof(struct snd_firewire_event_lock_status)) { in hwdep_read() 50 ff->dev_lock_changed = false; in hwdep_read() 80 if (ff->dev_lock_changed || has_msg(ff)) in hwdep_poll()
|
H A D | ff.h | 96 bool dev_lock_changed; member
|
H A D | ff-stream.c | 250 ff->dev_lock_changed = true; in snd_ff_stream_lock_changed()
|
/linux/sound/firewire/tascam/ |
H A D | tascam-hwdep.c | 27 tscm->dev_lock_changed = false; in tscm_hwdep_read_locked() 106 while (!tscm->dev_lock_changed && tscm->push_pos == tscm->pull_pos) { in hwdep_read() 117 if (tscm->dev_lock_changed) { in hwdep_read() 138 if (tscm->dev_lock_changed || tscm->push_pos != tscm->pull_pos) in hwdep_poll()
|
H A D | tascam.h | 82 bool dev_lock_changed; member
|
H A D | tascam-stream.c | 524 tscm->dev_lock_changed = true; in snd_tscm_stream_lock_changed()
|
/linux/sound/firewire/motu/ |
H A D | motu-hwdep.c | 36 while (!motu->dev_lock_changed && motu->msg == 0 && !has_dsp_event(motu)) { in hwdep_read() 47 if (motu->dev_lock_changed) { in hwdep_read() 50 motu->dev_lock_changed = false; in hwdep_read() 108 if (motu->dev_lock_changed || motu->msg || has_dsp_event(motu)) in hwdep_poll()
|
H A D | motu.h | 75 bool dev_lock_changed; member
|
H A D | motu-stream.c | 404 motu->dev_lock_changed = true; in motu_lock_changed()
|
/linux/sound/firewire/bebob/ |
H A D | bebob_hwdep.c | 28 while (!bebob->dev_lock_changed) { in hwdep_read() 42 bebob->dev_lock_changed = false; in hwdep_read() 61 if (bebob->dev_lock_changed) in hwdep_poll()
|
H A D | bebob.h | 112 bool dev_lock_changed; member
|
H A D | bebob_stream.c | 961 bebob->dev_lock_changed = true; in snd_bebob_stream_lock_changed()
|
/linux/sound/firewire/oxfw/ |
H A D | oxfw-hwdep.c | 27 while (!oxfw->dev_lock_changed) { in hwdep_read() 40 oxfw->dev_lock_changed = false; in hwdep_read() 61 if (oxfw->dev_lock_changed) in hwdep_poll()
|
H A D | oxfw.h | 87 bool dev_lock_changed; member
|
H A D | oxfw-stream.c | 863 oxfw->dev_lock_changed = true; in snd_oxfw_stream_lock_changed()
|