Searched refs:model (Results 176 - 200 of 210) sorted by path

123456789

/drivers/scsi/qla2xxx/
H A Dqla_def.h2166 uint8_t model[16]; member in union:ct_fdmi_hba_attr::__anon6035
2189 uint8_t model[16]; member in union:ct_fdmiv2_hba_attr::__anon6036
H A Dqla_fw.h1329 uint8_t model[16]; member in struct:qla_fdt_layout
H A Dqla_gs.c1339 snprintf(eiter->a.model, sizeof(eiter->a.model),
1341 alen = strlen(eiter->a.model);
1347 "Model Name = %s.\n", eiter->a.model);
1763 snprintf(eiter->a.model, sizeof(eiter->a.model),
1765 alen = strlen(eiter->a.model);
1771 "Model Name = %s.\n", eiter->a.model);
H A Dqla_init.c2475 qla2x00_set_model_info(scsi_qla_host_t *vha, uint8_t *model, size_t len, argument
2484 if (memcmp(model, BINZERO, len) != 0) {
2485 strncpy(ha->model_number, model, len);
/drivers/scsi/qla4xxx/
H A Dql4_fw.h301 uint8_t model[16]; member in struct:qla_fdt_layout
/drivers/scsi/
H A Dscsi_devinfo.c23 char model[16]; member in struct:scsi_dev_info_list
52 char *model; member in struct:__anon6144
281 * devinfo vendor and model strings.
313 * @model: model (product) string
318 * Create and add one dev_info entry for @vendor, @model, @strflags or
325 static int scsi_dev_info_list_add(int compatible, char *vendor, char *model, argument
328 return scsi_dev_info_list_add_keyed(compatible, vendor, model,
337 * @model: model (produc
351 scsi_dev_info_list_add_keyed(int compatible, char *vendor, char *model, char *strflags, int flags, int key) argument
402 scsi_dev_info_list_del_keyed(char *vendor, char *model, int key) argument
489 char *vendor, *model, *strflags, *next; local
538 scsi_get_device_flags(struct scsi_device *sdev, const unsigned char *vendor, const unsigned char *model) argument
560 scsi_get_device_flags_keyed(struct scsi_device *sdev, const unsigned char *vendor, const unsigned char *model, int key) argument
[all...]
H A Dscsi_priv.h55 const unsigned char *model);
58 const unsigned char *model, int key);
60 char *model, char *strflags,
62 extern int scsi_dev_info_list_del_keyed(char *vendor, char *model, int key);
H A Dscsi_proc.c199 if (sdev->model[i] >= 0x20)
200 seq_printf(s, "%c", sdev->model[i]);
H A Dscsi_scan.c237 sdev->model = scsi_null_device_strs;
774 * save just vendor/model/rev.
799 sdev->model = (char *) (sdev->inquiry + 16);
872 sdev->vendor, sdev->model, sdev->rev,
1071 sdev->model);
H A Dscsi_sysfs.c592 sdev_rd_attr (model, "%.16s\n");
H A Dscsi_transport_fc.c407 memset(fc_host->model, 0,
408 sizeof(fc_host->model));
1530 fc_private_host_rd_attr(model, "%s\n", FC_SYMBOLIC_NAME_SIZE + 1);
2250 SETUP_HOST_ATTRIBUTE_RD(model);
H A Dscsi_transport_spi.c58 char *model; member in struct:__anon6167
1583 spi_static_device_list[i].model,
H A Dsg.c2601 scsidp->vendor, scsidp->model, scsidp->rev);
H A Dsr_vendor.c72 const char *model = cd->device->model;
85 if (!strncmp(model, "CD-ROM DRIVE:25", 15) ||
86 !strncmp(model, "CD-ROM DRIVE:36", 15) ||
87 !strncmp(model, "CD-ROM DRIVE:83", 15) ||
88 !strncmp(model, "CD-ROM DRIVE:84 ", 16)
92 || !strncmp(model, "CD-ROM DRIVE:500", 16)
H A Dst.c275 char *model;
293 !strncmp(rp->model, SDp->model, strlen(rp->model)) &&
274 char *model; member in struct:st_reject_data
/drivers/staging/comedi/drivers/
H A Dvmk80xx.c120 enum vmk80xx_model model; member in struct:vmk80xx_board
134 .model = VMK8055_MODEL,
144 .model = VMK8061_MODEL,
163 enum vmk80xx_model model; member in struct:vmk80xx_private
254 if (devpriv->model == VMK8061_MODEL) {
275 if (devpriv->model == VMK8061_MODEL) {
315 switch (devpriv->model) {
335 if (devpriv->model == VMK8055_MODEL) {
364 switch (devpriv->model) {
434 if (devpriv->model
[all...]
/drivers/staging/media/davinci_vpfe/
H A Dvpfe_mc_capture.c60 * - Support for interfacing decoders using sub device model
639 strcpy((char *)&vpfe_dev->media_dev.model, "davinci-media");
/drivers/staging/media/omap4iss/
H A Diss.c1167 strlcpy(iss->media_dev.model, "TI OMAP4 ISS",
1168 sizeof(iss->media_dev.model));
/drivers/target/
H A Dtarget_core_device.c714 snprintf(&dev->t10_wwn.model[0], 16, "%s", configname);
720 pr_err("dev[%p]: Unable to change model alias"
734 strncpy(&dev->t10_wwn.model[0],
1488 if (wwn->model[i] >= 0x20)
1489 buf[i] = wwn->model[i];
1648 strncpy(&dev->t10_wwn.model[0],
H A Dtarget_core_pscsi.c196 memcpy(&wwn->model[0], &buf[16], sizeof(wwn->model));
829 if (ISPRINT(sd->model[i])) /* printable character ? */
830 bl += sprintf(b + bl, "%c", sd->model[i]);
H A Dtarget_core_spc.c117 memcpy(&buf[16], dev->t10_wwn.model,
118 min_t(size_t, strlen(dev->t10_wwn.model), 16));
187 unsigned char *prod = &dev->t10_wwn.model[0];
H A Dtarget_core_stat.c333 char str[sizeof(dev->t10_wwn.model)+1];
337 str[i] = ISPRINT(dev->t10_wwn.model[i]) ?
338 dev->t10_wwn.model[i] : ' ';
/drivers/tty/
H A Dmoxa.c438 static int moxa_check_fw_model(struct moxa_board_conf *brd, u8 model) argument
443 if (model != 1)
447 if (model != 3)
451 if (model != 2)
756 u8 model; /* C218T=1, C320T=2, CP204=3 */ member in struct:__anon6936
775 if (moxa_check_fw_model(brd, hdr->model)) {
776 sprintf(rsn, "not for this card, model is %u", hdr->model);
781 lencnt = hdr->model == 2 ? 5 : 3;
814 if (hdr->model
[all...]
H A Drocket.c1273 tmp.rocketModel[board].model = rocketModel[board].model;
1775 static void rmSpeakerReset(CONTROLLER_T * CtlP, unsigned long model) argument
1780 if ((model == MODEL_RP4M) || (model == MODEL_RP6M)) {
1786 if ((model == MODEL_UPCI_RM3_8PORT)
1787 || (model == MODEL_UPCI_RM3_4PORT)) {
1914 * Called when a PCI card is found. Retrieves and stores model information,
1940 /* Depending on the model, set up some config variables */
1945 rocketModel[i].model
[all...]
H A Drocket.h11 unsigned long model; member in struct:__anon6939

Completed in 411 milliseconds

123456789