Lines Matching defs:ide_tape_obj
140 typedef struct ide_tape_obj { struct
141 ide_drive_t *drive;
142 struct ide_driver *driver;
143 struct gendisk *disk;
144 struct device dev;
147 struct ide_atapi_pc queued_pc;
157 bool postponed_rq;
160 unsigned long dsc_polling_start;
162 struct timer_list dsc_timer;
164 unsigned long best_dsc_rw_freq;
165 unsigned long dsc_poll_freq;
166 unsigned long dsc_timeout;
169 u8 partition;
171 unsigned int first_frame;
174 u8 sense_key, asc, ascq;
177 unsigned int minor;
179 char name[4];
181 u8 chrdev_dir;
184 unsigned short blk_size;
185 int user_bs_factor;
188 u8 caps[20];
199 int buffer_size;
201 void *buf;
203 void *cur;
205 size_t valid;
229 static struct ide_tape_obj *idetape_devs[MAX_HWIFS * MAX_DRIVES]; argument