Searched refs:model (Results 376 - 400 of 560) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c2402 const char *model = NULL; local
2407 * exact match on the "model" property, then try a "compatible"
2412 model = of_get_property(dt, "model", NULL);
2413 for(i=0; model && i<ARRAY_SIZE(pmac_mb_defs); i++) {
2414 if (strcmp(model, pmac_mb_defs[i].model_string) == 0) {
2533 if (model && (strncmp(model, "PowerBook", 9) == 0
2534 || strncmp(model, "iBook", 5) == 0))
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c8126 if (!strcmp(namebuf, "model")) {
8127 prop_buf = np->vpd.model;
8130 } else if (!strcmp(namebuf, "board-model")) {
8313 if ((!strcmp(np->vpd.model, NIU_QGC_LP_MDL_STR)) ||
8314 (!strcmp(np->vpd.model, NIU_QGC_PEM_MDL_STR)) ||
8315 (!strcmp(np->vpd.model, NIU_MARAMBA_MDL_STR)) ||
8316 (!strcmp(np->vpd.model, NIU_KIMI_MDL_STR)) ||
8317 (!strcmp(np->vpd.model, NIU_ALONSO_MDL_STR))) {
8319 } else if ((!strcmp(np->vpd.model, NIU_2XGF_LP_MDL_STR)) ||
8320 (!strcmp(np->vpd.model, NIU_2XGF_PEM_MDL_ST
9227 const char *model; local
[all...]
/linux-master/drivers/scsi/
H A Dmyrs.c585 unsigned char model[20]; local
601 if (model_len > sizeof(model)-1)
602 model_len = sizeof(model)-1;
603 memcpy(model, info->ctlr_name, model_len);
605 while (model[model_len] == ' ' || model[model_len] == '\0')
607 model[++model_len] = '\0';
609 strcat(cs->model_name, model);
651 "Configuring %s PCI RAID Controller\n", model);
1393 static DEVICE_ATTR_RO(model);
[all...]
H A Dhpsa.h75 unsigned char model[16]; /* bytes 16-31 of inquiry data */ member in struct:hpsa_scsi_dev_t
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c102 "(only use it if you have a C1VE or C1VN model)");
123 "on the model (default: no change from current value)");
3350 int model; member in struct:sony_pic_dev
3668 dev->model = SONYPI_DEVICE_TYPE1;
3677 dev->model = SONYPI_DEVICE_TYPE2;
3686 dev->model = SONYPI_DEVICE_TYPE3;
3696 dev->model = SONYPI_DEVICE_TYPE3;
3706 dev->model = SONYPI_DEVICE_TYPE3;
3714 dev->model = SONYPI_DEVICE_TYPE2;
3721 pr_info("detected Type%d model\
[all...]
/linux-master/drivers/input/mouse/
H A Dalps.c2852 const struct alps_model_info *model; local
2856 model = &alps_model_data[i];
2858 if (!memcmp(e7, model->signature, sizeof(model->signature)))
2859 return &model->protocol_info;
3218 psmouse->model = priv->proto_version;
/linux-master/sound/pci/ice1712/
H A Daureon.c2206 .model = "aureon51",
2216 .model = "aureon71",
2226 .model = "universe",
2236 .model = "prodigy71",
2246 .model = "prodigy71lt",
2256 .model = "prodigy71xt",
H A Dprodigy_hifi.c1236 .model = "prodigy71hifi",
1246 .model = "prodigyhd2",
1256 .model = "fortissimo4",
H A Dice1712.h510 const char *model; member in struct:snd_ice1712_card_info
H A Djuli.c655 .model = "juli",
H A Dpsc724.c439 .model = "psc724",
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c87 static void bfa_ioc_get_adapter_model(struct bfa_ioc *ioc, char *model);
2768 bfa_ioc_get_adapter_model(ioc, ad_attr->model);
2769 /* For now, model descr uses same model string */
2846 bfa_ioc_get_adapter_model(struct bfa_ioc *ioc, char *model) argument
2850 BUG_ON(!(model));
2851 memset(model, 0, BFA_ADAPTER_MODEL_NAME_LEN);
2855 snprintf(model, BFA_ADAPTER_MODEL_NAME_LEN, "%s-%u",
/linux-master/sound/pci/emu10k1/
H A Demu10k1x.c14 * Chips (SB0200 model):
223 unsigned short model; /* subsystem id */ member in struct:emu10k1x
910 pci_read_config_word(pci, PCI_SUBSYSTEM_ID, &chip->model);
911 dev_info(card->dev, "Model %04x Rev %08x Serial %08x\n", chip->model,
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c1544 if (dsi->data->model == DSI_MODEL_OMAP4)
1546 if (dsi->data->model == DSI_MODEL_OMAP5)
1553 if (dsi->data->model == DSI_MODEL_OMAP4)
1555 else if (dsi->data->model == DSI_MODEL_OMAP5)
4126 * converted to the omapdrm-managed encoder model.
4156 switch (dsi->data->model) {
4810 .model = DSI_MODEL_OMAP3,
4822 .model = DSI_MODEL_OMAP3,
4834 .model = DSI_MODEL_OMAP4,
4848 .model
[all...]
/linux-master/drivers/net/ethernet/sgi/
H A Dioc3-eth.c830 u32 sw_physid1, sw_physid2, vendor, model, rev; local
943 model = (sw_physid2 >> 4) & 0x3f;
945 netdev_info(dev, "Using PHY %d, vendor 0x%x, model %d, rev %d.\n",
946 ip->mii.phy_id, vendor, model, rev);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h1126 u8 model[16]; /* bytes 16-31 of inquiry data */ member in struct:pqi_scsi_dev
1296 char model[17]; member in struct:pqi_ctrl_info
1510 u8 model[40]; /* Physical Drive Model */ member in struct:bmic_identify_physical_device
/linux-master/arch/s390/kvm/
H A Dvsie.c381 if (vcpu->kvm->arch.model.ibc && new_ibc) {
387 if (scb_s->ibc > vcpu->kvm->arch.model.ibc)
388 scb_s->ibc = vcpu->kvm->arch.model.ibc;
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h422 int nfp_cpp_model_autodetect(struct nfp_cpp *cpp, u32 *model);
/linux-master/drivers/net/ethernet/alacritech/
H A Dslic.h554 unsigned char model; member in struct:slic_device
/linux-master/arch/arm/include/asm/
H A Dtlbflush.h200 #error Unknown TLB model
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1000.c378 .model = 7846,
/linux-master/drivers/parport/
H A Dprocfs.c92 if ((str = info->model) != NULL)
/linux-master/include/linux/
H A Dparport.h115 const char *model; member in struct:parport_device_info
304 * If devmodel is true then the new device model is used
310 * If using the non device model:
323 * Returns 0 on success. The non device model will always succeeds.
324 * but the new device model can fail and will return the error code.
/linux-master/drivers/input/touchscreen/
H A Dexc3000.c310 static DEVICE_ATTR_RO(model);
428 dev_warn(&client->dev, "Retry %d get EETI EXC3000 model: %d\n",
/linux-master/include/ufs/
H A Dufs.h571 u8 *model; member in struct:ufs_dev_info

Completed in 374 milliseconds

<<11121314151617181920>>