Searched defs:cdrom_device_ops (Results 1 – 1 of 1) sorted by relevance
966 struct cdrom_device_ops { struct968 int (*open) (struct cdrom_device_info *, int);969 void (*release) (struct cdrom_device_info *);970 int (*drive_status) (struct cdrom_device_info *, int);971 unsigned int (*check_events) (struct cdrom_device_info *cdi,973 int (*media_changed) (struct cdrom_device_info *, int);974 int (*tray_move) (struct cdrom_device_info *, int);975 int (*lock_door) (struct cdrom_device_info *, int);976 int (*select_speed) (struct cdrom_device_info *, int);977 int (*select_disc) (struct cdrom_device_info *, int);[all …]