Searched defs:ide_cd_state_flags (Results 1 – 1 of 1) sorted by relevance
96 struct ide_cd_state_flags { struct97 __u8 media_changed : 1; /* Driver has noticed a media change. */98 __u8 toc_valid : 1; /* Saved TOC information is current. */99 __u8 door_locked : 1; /* We think that the drive door is locked. */100 __u8 writing : 1; /* the drive is currently writing */101 __u8 reserved : 4;102 byte current_speed; /* Current speed of the drive */