Home
last modified time | relevance | path

Searched refs:notification_bits (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/firewire/dice/
Ddice-hwdep.c21 while (!dice->dev_lock_changed && dice->notification_bits == 0) { in hwdep_read()
41 event.dice_notification.notification = dice->notification_bits; in hwdep_read()
42 dice->notification_bits = 0; in hwdep_read()
64 if (dice->dev_lock_changed || dice->notification_bits != 0) in hwdep_poll()
Ddice.h63 u32 notification_bits; member
Ddice-transaction.c223 dice->notification_bits |= bits; in dice_notification()