Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Ddz.c1082 if (info->flags & DZ_NORMAL_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()
1170 if (info->flags & DZ_NORMAL_ACTIVE) in block_til_ready()
1193 info->flags |= DZ_NORMAL_ACTIVE; in block_til_ready()
1240 info->flags |= DZ_NORMAL_ACTIVE; in block_til_ready()
Ddz.h123 #define DZ_NORMAL_ACTIVE 0x20000000 /* Normal device is active */ macro