Searched refs:mmc3_profile (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpktcdvd.h272 __u16 mmc3_profile; member in struct:pktcdvd_device
H A Dcdrom.h957 unsigned short mmc3_profile; /* current MMC3 profile */ member in struct:cdrom_device_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpktcdvd.h272 __u16 mmc3_profile; member in struct:pktcdvd_device
H A Dcdrom.h957 unsigned short mmc3_profile; /* current MMC3 profile */ member in struct:cdrom_device_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c1739 if ((pd->mmc3_profile == 0x1a) || (pd->mmc3_profile == 0x12))
1812 switch (pd->mmc3_profile) {
1845 switch (pd->mmc3_profile) {
1854 VPRINTK(DRIVER_NAME": Wrong disc profile (%x)\n", pd->mmc3_profile);
1897 pd->mmc3_profile = ret ? 0xffff : buf[6] << 8 | buf[7];
2200 switch (pd->mmc3_profile) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dpktcdvd.c1739 if ((pd->mmc3_profile == 0x1a) || (pd->mmc3_profile == 0x12))
1812 switch (pd->mmc3_profile) {
1845 switch (pd->mmc3_profile) {
1854 VPRINTK(DRIVER_NAME": Wrong disc profile (%x)\n", pd->mmc3_profile);
1897 pd->mmc3_profile = ret ? 0xffff : buf[6] << 8 | buf[7];
2200 switch (pd->mmc3_profile) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/cdrom/
H A Dcdrom.c849 int ret, mmc3_profile; local
860 mmc3_profile = 0xffff;
862 mmc3_profile = (buffer[6] << 8) | buffer[7];
864 cdi->mmc3_profile = mmc3_profile;
869 switch (cdi->mmc3_profile) {
929 if (cdi->mmc3_profile != 0x1a) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/cdrom/
H A Dcdrom.c849 int ret, mmc3_profile; local
860 mmc3_profile = 0xffff;
862 mmc3_profile = (buffer[6] << 8) | buffer[7];
864 cdi->mmc3_profile = mmc3_profile;
869 switch (cdi->mmc3_profile) {
929 if (cdi->mmc3_profile != 0x1a) {

Completed in 170 milliseconds