Home
last modified time | relevance | path

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

/include/linux/
Dcdrom.h67 struct cdrom_device_ops { struct
69 int (*open) (struct cdrom_device_info *, int);
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);
[all …]