Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpktcdvd.h170 __u16 mmc3_profile; member
/linux/drivers/block/
H A Dpktcdvd.c1640 if ((pd->mmc3_profile == 0x1a) || (pd->mmc3_profile == 0x12)) in pkt_set_write_settings()
1722 switch (pd->mmc3_profile) { in pkt_writable_track()
1757 switch (pd->mmc3_profile) { in pkt_writable_disc()
1766 dev_dbg(ddev, "Wrong disc profile (%x)\n", pd->mmc3_profile); in pkt_writable_disc()
1810 pd->mmc3_profile = ret ? 0xffff : get_unaligned_be16(&buf[6]); in pkt_probe_settings()
2129 switch (pd->mmc3_profile) { in pkt_open_write()
/linux/drivers/cdrom/
H A Dcdrom.c868 int mmc3_profile; in cdrom_mmc3_profile() local
879 mmc3_profile = 0xffff; in cdrom_mmc3_profile()
881 mmc3_profile = (buffer[6] << 8) | buffer[7]; in cdrom_mmc3_profile()
883 cdi->mmc3_profile = mmc3_profile; in cdrom_mmc3_profile()
888 switch (cdi->mmc3_profile) { in cdrom_is_dvd_rw()
949 if (cdi->mmc3_profile != 0x1a) { in cdrom_dvd_rw_close_write()