Searched defs:cdrom_device_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/ |
| D | cdrom.h | 69 struct cdrom_device_ops { struct 71 int (*open) (struct cdrom_device_info *, int); 72 void (*release) (struct cdrom_device_info *); 73 int (*drive_status) (struct cdrom_device_info *, int); 74 unsigned int (*check_events) (struct cdrom_device_info *cdi, 76 int (*media_changed) (struct cdrom_device_info *, int); 77 int (*tray_move) (struct cdrom_device_info *, int); 78 int (*lock_door) (struct cdrom_device_info *, int); 79 int (*select_speed) (struct cdrom_device_info *, int); 80 int (*select_disc) (struct cdrom_device_info *, int); [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | cdrom.h | 69 struct cdrom_device_ops { struct 71 int (*open) (struct cdrom_device_info *, int); 72 void (*release) (struct cdrom_device_info *); 73 int (*drive_status) (struct cdrom_device_info *, int); 74 unsigned int (*check_events) (struct cdrom_device_info *cdi, 76 int (*tray_move) (struct cdrom_device_info *, int); 77 int (*lock_door) (struct cdrom_device_info *, int); 78 int (*select_speed) (struct cdrom_device_info *, int); 79 int (*select_disc) (struct cdrom_device_info *, int); 80 int (*get_last_session) (struct cdrom_device_info *, [all …]
|