Home
last modified time | relevance | path

Searched defs:cdrom_device_ops (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dcdrom.h965 struct cdrom_device_ops { struct
967 int (*open) (struct cdrom_device_info *, int);
968 void (*release) (struct cdrom_device_info *);
969 int (*drive_status) (struct cdrom_device_info *, int);
970 unsigned int (*check_events) (struct cdrom_device_info *cdi,
972 int (*media_changed) (struct cdrom_device_info *, int);
973 int (*tray_move) (struct cdrom_device_info *, int);
974 int (*lock_door) (struct cdrom_device_info *, int);
975 int (*select_speed) (struct cdrom_device_info *, int);
976 int (*select_disc) (struct cdrom_device_info *, int);
[all …]