Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcdrom.h70 struct cdrom_device_ops { struct
72 int (*open) (struct cdrom_device_info *, int);
73 void (*release) (struct cdrom_device_info *);
74 int (*drive_status) (struct cdrom_device_info *, int);
75 unsigned int (*check_events) (struct cdrom_device_info *cdi,
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 (*get_last_session) (struct cdrom_device_info *,
82 int (*get_mcn) (struct cdrom_device_info *,
[all …]