Lines Matching refs:vendor
69 cd->vendor = VENDOR_SCSI3; in sr_vendor_init()
71 const char *vendor = cd->device->vendor; in sr_vendor_init()
75 cd->vendor = VENDOR_SCSI3; in sr_vendor_init()
81 cd->vendor = VENDOR_WRITER; in sr_vendor_init()
83 } else if (!strncmp(vendor, "NEC", 3)) { in sr_vendor_init()
84 cd->vendor = VENDOR_NEC; in sr_vendor_init()
98 } else if (!strncmp(vendor, "TOSHIBA", 7)) { in sr_vendor_init()
99 cd->vendor = VENDOR_TOSHIBA; in sr_vendor_init()
117 if (cd->vendor == VENDOR_TOSHIBA) in sr_set_blocklength()
179 switch (cd->vendor) { in sr_cd_check()
306 cd->vendor); in sr_cd_check()