Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcdrom.h71 struct cdrom_device_ops { struct
73 int (*open) (struct cdrom_device_info *, int);
74 void (*release) (struct cdrom_device_info *);
75 int (*drive_status) (struct cdrom_device_info *, int);
78 int (*tray_move) (struct cdrom_device_info *, int);
79 int (*lock_door) (struct cdrom_device_info *, int);
81 int (*get_last_session) (struct cdrom_device_info *,
83 int (*get_mcn) (struct cdrom_device_info *,
86 int (*reset) (struct cdrom_device_info *);
91 int (*generic_packet) (struct cdrom_device_info *,
[all …]