Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcdrom.h41 struct cdrom_device_info { struct
42 const struct cdrom_device_ops *ops; /* link to device_ops */
43 struct list_head list; /* linked list of all device_info */
44 struct gendisk *disk; /* matching block layer disk */
45 void *handle; /* driver-dependent data */
47 int mask; /* mask of capability: disables them */
48 int speed; /* maximum speed for reading data */
72 int (*open) (struct cdrom_device_info *, int); argument