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

123456789

/drivers/video/fbdev/aty/
H A Datyfb_base.c3188 char model[24]; local
3207 strncpy(model, (char *)par->lcd_table+1, 24);
3208 model[23] = 0;
3281 txtdual, txtcolour, txtmonitor, model);
H A Dradeon_pm.c50 #define BUGFIX(model, sv, sd, pm, fn) { \
51 .ident = model, \
/drivers/scsi/
H A Dosst.c5644 char *model;
5662 !strncmp(rp->model, SDp->model, strlen(rp->model)) &&
5935 tpnt->poll = (strncmp(SDp->model, "DI-", 3) == 0) ||
5936 (strncmp(SDp->model, "FW-", 3) == 0) || OSST_FW_NEED_POLL(tpnt->os_fw_rev,SDp);
5991 SDp->model, tape_name(tpnt));
5638 char *model; member in struct:osst_support_data
H A Dhpsa.c753 * set bit 0 for pull model, bits 3-1 for block fetch
1096 if (memcmp(dev1->model, dev2->model, sizeof(dev1->model)) != 0)
1125 * vendor, model, serial num, etc. return DEVICE_CHANGED, and return needle
2640 memcpy(this_device->model, &inq_buff[16],
2641 sizeof(this_device->model));
2698 if (strncmp(device->model, ext_target_model[i],
3089 /* Get device type, vendor, model, device id */
H A Dscsi_sysfs.c592 sdev_rd_attr (model, "%.16s\n");
/drivers/scsi/bfa/
H A Dbfa_ioc.c2719 bfa_ioc_get_adapter_model(ioc, ad_attr->model);
2720 /* For now, model descr uses same model string */
2809 bfa_ioc_get_adapter_model(struct bfa_ioc_s *ioc, char *model) argument
2814 WARN_ON(!model);
2815 memset((void *)model, 0, BFA_ADAPTER_MODEL_NAME_LEN);
2821 snprintf(model, BFA_ADAPTER_MODEL_NAME_LEN, "%s-%u-%u%s",
2824 snprintf(model, BFA_ADAPTER_MODEL_NAME_LEN, "%s-%u",
/drivers/gpio/
H A DKconfig512 Board setup code must specify the model to use, and the start
/drivers/media/usb/em28xx/
H A Dem28xx-video.c1712 strlcpy(cap->card, em28xx_boards[dev->model].name, sizeof(cap->card));
2558 if (em28xx_boards[dev->model].radio.type == EM28XX_RADIO) {
H A Dem28xx-dvb.c1097 switch (dev->model) {
/drivers/media/usb/uvc/
H A Duvc_driver.c1898 strlcpy(dev->mdev.model, dev->name, sizeof(dev->mdev.model));
/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
/drivers/usb/serial/
H A DKconfig95 adaptor (F5U103 is one of the model numbers) or the Peracom single
428 Magic Control Technology Corp. (U232 is one of the model numbers).
/drivers/input/mouse/
H A Dpsmouse-base.c1432 input_dev->id.version = psmouse->model;
H A Dsynaptics.c220 * Read the model-id bytes from the touchpad
1599 "hardware appears to be different: id(%ld-%ld), model(%ld-%ld), caps(%lx-%lx), ext(%lx-%lx).\n",
1742 "Touchpad model: %ld, fw: %ld.%ld, id: %#lx, caps: %#lx/%#lx/%#lx, board id: %lu, fw id: %lu\n",
1752 * Encode touchpad model so that it can be used to set
1758 psmouse->model = ((priv->model_id & 0x00ff0000) >> 8) |
/drivers/scsi/aacraid/
H A Daacraid.h521 char * model; member in struct:aac_driver_ident
H A Dlinit.c802 aac_drivers[dev->cardtype].model);
957 .name = "model",
/drivers/scsi/qla4xxx/
H A Dql4_fw.h301 uint8_t model[16]; member in struct:qla_fdt_layout
/drivers/block/
H A Dnvme-scsi.c718 strncpy(&inq_response[16], dev->model, 16);
830 inq_response[16] = dev->model[0];
831 inq_response[17] = dev->model[1];
/drivers/media/pci/bt8xx/
H A Dbttv-cards.c134 MODULE_PARM_DESC(card,"specify TV/grabber card model, see CARDLIST file for a list");
1178 old Easy TV BT848 version (model CPH031) */
1284 new Easy TV BT878 version (model CPH061)
3728 pr_info("%d: Hauppauge eeprom indicates model#%d\n",
3729 btv->c.nr, tv.model);
3733 * type based on model #.
3735 if(tv.model == 64900) {
3744 if (tv.model == 61334)
/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c883 u16 model; local
895 model = (phyIdReg1 & PHY_MODEL_MASK) >> 4;
900 (model == PHY_DEVICES[i].phyIdModel)) {
/drivers/net/ethernet/sun/
H A Dsunhme.c3268 const char *model = of_get_property(dp, "model", NULL); local
3276 if (!is_qfe && model && !strcmp(model, "SUNW,sbus-qfe"))
/drivers/media/pci/cx88/
H A Dcx88-dvb.c1284 if (core->model == 92001)
/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c1919 type, cx231xx_boards[dev->model].name);
/drivers/watchdog/
H A DKconfig1394 If you do not have a CompactPCI model CP1400 or CP1500, or

Completed in 661 milliseconds

123456789