Lines Matching full:identify
183 * do_identify - identify a drive
184 * @drive: drive to identify
186 * @id: buffer for IDENTIFY data
188 * Called when we have issued a drive identify command to
208 printk(KERN_INFO "%s: dumping identify data\n", drive->name); in do_identify()
239 * ide_dev_read_id - send ATA/ATAPI IDENTIFY command
240 * @drive: drive to identify
242 * @id: buffer for IDENTIFY data
245 * Sends an ATA(PI) IDENTIFY request to a drive and waits for a response.
248 * 1 device timed-out (no response to identify request)
249 * 2 device aborted the command (refused to identify itself)
263 * during the identify phase that the IRQ handler isn't expecting. in ide_dev_read_id()
289 * identify command to be sure of reply in ide_dev_read_id()
376 * 1 device timed-out (no response to identify request)
377 * 2 device aborted the command (refused to identify itself)
1327 * is pre ATA or refuses ATA/ATAPI identify we in ide_port_alloc_devices()