tag | line | file | source code |
---|---|---|---|
old_readcd | 209 | drivers/block/ide-cd.c | __u8 old_readcd : 1; /* Drive uses old READ CD opcode. */ |
old_readcd | 1922 | drivers/block/ide-cd.c | if (CDROM_CONFIG_FLAGS (drive)->old_readcd) |
old_readcd | 1944 | drivers/block/ide-cd.c | CDROM_CONFIG_FLAGS (drive)->old_readcd == 0) { |
old_readcd | 1948 | drivers/block/ide-cd.c | CDROM_CONFIG_FLAGS (drive)->old_readcd = 1; |
old_readcd | 2553 | drivers/block/ide-cd.c | CDROM_CONFIG_FLAGS (drive)->old_readcd = 0; |