Searched refs:DZ_CALLOUT_ACTIVE (Results 1 – 2 of 2) sorted by relevance
1084 if (info->flags & DZ_CALLOUT_ACTIVE) in dz_close()1124 info->flags &= ~(DZ_NORMAL_ACTIVE | DZ_CALLOUT_ACTIVE | DZ_CLOSING); in dz_close()1141 info->flags &= ~(DZ_NORMAL_ACTIVE | DZ_CALLOUT_ACTIVE); in dz_hangup()1173 if ((info->flags & DZ_CALLOUT_ACTIVE) && in block_til_ready()1178 if ((info->flags & DZ_CALLOUT_ACTIVE) && in block_til_ready()1182 info->flags |= DZ_CALLOUT_ACTIVE; in block_til_ready()1191 if (info->flags & DZ_CALLOUT_ACTIVE) in block_til_ready()1196 if (info->flags & DZ_CALLOUT_ACTIVE) { in block_til_ready()1222 if (!(info->flags & DZ_CALLOUT_ACTIVE) && in block_til_ready()
122 #define DZ_CALLOUT_ACTIVE 0x40000000 /* Call out device is active */ macro