tag | line | file | source code |
---|---|---|---|
old_readcd | 189 | drivers/block/ide-cd.c | unsigned old_readcd : 1; /* Drive uses old READ CD opcode. */ |
old_readcd | 1993 | drivers/block/ide-cd.c | if (CDROM_CONFIG_FLAGS (drive)->old_readcd) |
old_readcd | 2010 | drivers/block/ide-cd.c | CDROM_CONFIG_FLAGS (drive)->old_readcd == 0) |
old_readcd | 2014 | drivers/block/ide-cd.c | CDROM_CONFIG_FLAGS (drive)->old_readcd = 1; |
old_readcd | 2585 | drivers/block/ide-cd.c | CDROM_CONFIG_FLAGS (drive)->old_readcd = 0; |