Home
last modified time | relevance | path

Searched refs:cdda_method (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dcdrom.h60 int cdda_method; /* see flags */ member
/Linux-v4.19/drivers/cdrom/
Dcdrom.c630 cdi->cdda_method = CDDA_BPC_FULL; in register_cdrom()
632 cdi->cdda_method = CDDA_OLD; in register_cdrom()
2189 if (cdi->cdda_method == CDDA_BPC_SINGLE) in cdrom_read_cdda_bpc()
2254 if (cdi->cdda_method == CDDA_OLD) in cdrom_read_cdda()
2269 if (cdi->cdda_method == CDDA_BPC_FULL && nframes > 1) { in cdrom_read_cdda()
2271 cdi->cdda_method = CDDA_BPC_SINGLE; in cdrom_read_cdda()
2284 cdi->cdda_method = CDDA_OLD; in cdrom_read_cdda()
/Linux-v4.19/Documentation/cdrom/
Dcdrom-standard.tex296 & int& cdda_method;& see CDDA_* flags\cr