Searched refs:ide_set_media_lock (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/ide/ |
D | ide-floppy_ioctl.c | 245 ide_set_media_lock(drive, disk, prevent); in ide_floppy_lockdoor()
|
D | ide-tape.c | 1300 if (!ide_set_media_lock(drive, disk, 0)) in idetape_mtioctop() 1345 retval = ide_set_media_lock(drive, disk, 1); in idetape_mtioctop() 1351 retval = ide_set_media_lock(drive, disk, 0); in idetape_mtioctop() 1530 if (!ide_set_media_lock(drive, tape->disk, 1)) { in idetape_chrdev_open() 1589 if (!ide_set_media_lock(drive, tape->disk, 0)) in idetape_chrdev_release()
|
D | ide-atapi.c | 142 int ide_set_media_lock(ide_drive_t *drive, struct gendisk *disk, int on) in ide_set_media_lock() function 155 EXPORT_SYMBOL_GPL(ide_set_media_lock);
|
D | ide-floppy.c | 539 .set_doorlock = ide_set_media_lock,
|
/linux-3.4.99/include/linux/ |
D | ide.h | 1134 int ide_set_media_lock(ide_drive_t *, struct gendisk *, int);
|