Lines Matching defs:ide_tape_obj
141 typedef struct ide_tape_obj { struct
142 ide_drive_t *drive;
143 struct ide_driver *driver;
144 struct gendisk *disk;
145 struct device dev;
148 struct ide_atapi_pc queued_pc;
158 bool postponed_rq;
161 unsigned long dsc_polling_start;
163 struct timer_list dsc_timer;
165 unsigned long best_dsc_rw_freq;
166 unsigned long dsc_poll_freq;
167 unsigned long dsc_timeout;
170 u8 partition;
172 unsigned int first_frame;
175 u8 sense_key, asc, ascq;
178 unsigned int minor;
180 char name[4];
182 u8 chrdev_dir;
185 unsigned short blk_size;
186 int user_bs_factor;
189 u8 caps[20];
200 int buffer_size;
202 void *buf;
204 void *cur;
206 size_t valid;
230 static struct ide_tape_obj *idetape_devs[MAX_HWIFS * MAX_DRIVES]; argument