Lines Matching refs:cdrom_device_info
38 struct cdrom_device_info { struct
63 int (*exit)(struct cdrom_device_info *); argument
69 int (*open) (struct cdrom_device_info *, int); argument
70 void (*release) (struct cdrom_device_info *);
71 int (*drive_status) (struct cdrom_device_info *, int);
72 unsigned int (*check_events) (struct cdrom_device_info *cdi,
74 int (*media_changed) (struct cdrom_device_info *, int);
75 int (*tray_move) (struct cdrom_device_info *, int);
76 int (*lock_door) (struct cdrom_device_info *, int);
77 int (*select_speed) (struct cdrom_device_info *, int);
78 int (*select_disc) (struct cdrom_device_info *, int);
79 int (*get_last_session) (struct cdrom_device_info *,
81 int (*get_mcn) (struct cdrom_device_info *,
84 int (*reset) (struct cdrom_device_info *);
86 int (*audio_ioctl) (struct cdrom_device_info *,unsigned int, void *);
92 int (*generic_packet) (struct cdrom_device_info *,
97 extern int cdrom_open(struct cdrom_device_info *cdi, struct block_device *bdev,
99 extern void cdrom_release(struct cdrom_device_info *cdi, fmode_t mode);
100 extern int cdrom_ioctl(struct cdrom_device_info *cdi, struct block_device *bdev,
102 extern unsigned int cdrom_check_events(struct cdrom_device_info *cdi,
104 extern int cdrom_media_changed(struct cdrom_device_info *);
106 extern int register_cdrom(struct cdrom_device_info *cdi);
107 extern void unregister_cdrom(struct cdrom_device_info *cdi);
117 extern int cdrom_get_last_written(struct cdrom_device_info *cdi, long *last_written);
118 extern int cdrom_number_of_slots(struct cdrom_device_info *cdi);
119 extern int cdrom_mode_select(struct cdrom_device_info *cdi,
121 extern int cdrom_mode_sense(struct cdrom_device_info *cdi,
298 extern int cdrom_get_media_event(struct cdrom_device_info *cdi, struct media_event_desc *med);