Lines Matching refs:vendor
70 cd->vendor = VENDOR_SCSI3; in sr_vendor_init()
72 const char *vendor = cd->device->vendor; in sr_vendor_init()
76 cd->vendor = VENDOR_SCSI3; in sr_vendor_init()
82 cd->vendor = VENDOR_WRITER; in sr_vendor_init()
84 } else if (!strncmp(vendor, "NEC", 3)) { in sr_vendor_init()
85 cd->vendor = VENDOR_NEC; in sr_vendor_init()
99 } else if (!strncmp(vendor, "TOSHIBA", 7)) { in sr_vendor_init()
100 cd->vendor = VENDOR_TOSHIBA; in sr_vendor_init()
118 if (cd->vendor == VENDOR_TOSHIBA) in sr_set_blocklength()
180 switch (cd->vendor) { in sr_cd_check()
307 cd->vendor); in sr_cd_check()