Lines Matching defs:compat_cdrom_generic_command
108 struct compat_cdrom_generic_command { struct
109 unsigned char cmd[CDROM_PACKET_SIZE];
110 compat_caddr_t buffer;
111 compat_uint_t buflen;
112 compat_int_t stat;
113 compat_caddr_t sense;
114 unsigned char data_direction;
115 compat_int_t quiet;
116 compat_int_t timeout;
117 compat_caddr_t reserved[1];
147 static int compat_cdrom_generic_command(struct block_device *bdev, fmode_t mode, in compat_cdrom_generic_command() function