Searched refs:model (Results 276 - 300 of 557) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/m68k/mac/
H A Dconfig.c161 * Macintosh Table: hardcoded model configuration data.
166 * inaccurate, so look here if a new Mac model won't run. Example: if
787 int model = mac_bi_data.id; local
788 if (!model) {
789 /* no bootinfo model id -> NetBSD booter was used! */
790 /* XXX FIXME: breaks for model > 31 */
791 model = (mac_bi_data.cpuid >> 2) & 63;
792 pr_warn("No bootinfo model ID, using cpuid instead (obsolete bootloader?)\n");
797 if (m->ident == model) {
832 pr_info("Detected Macintosh model
[all...]
/linux-master/drivers/target/
H A Dtarget_core_pscsi.c173 BUILD_BUG_ON(sizeof(wwn->model) != INQUIRY_MODEL_LEN + 1);
174 snprintf(wwn->model, sizeof(wwn->model),
175 "%." __stringify(INQUIRY_MODEL_LEN) "s", sdev->model);
809 __stringify(INQUIRY_MODEL_LEN) "s", sd->model);
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-cards.c775 /* Make sure we support the board model */
776 switch (tv.model) {
818 printk(KERN_ERR "%s: Warning: Unknown Hauppauge model #%d\n",
819 dev->name, tv.model);
823 printk(KERN_INFO "%s: Hauppauge eeprom: model=%d\n", dev->name,
824 tv.model);
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c670 SYSCALL_DEFINE1(memory_ordering, unsigned long, model)
673 if (model >= 3)
675 regs->tstate = (regs->tstate & ~TSTATE_MM) | (model << 14);
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1909 enum arm_smmu_implementation model; member in struct:arm_smmu_match_data
1913 static const struct arm_smmu_match_data name = { .version = ver, .model = imp }
1936 static int acpi_smmu_get_data(u32 model, struct arm_smmu_device *smmu) argument
1940 switch (model) {
1944 smmu->model = GENERIC_SMMU;
1948 smmu->model = GENERIC_SMMU;
1952 smmu->model = GENERIC_SMMU;
1956 smmu->model = ARM_MMU500;
1960 smmu->model = CAVIUM_SMMUV2;
1981 ret = acpi_smmu_get_data(iort_smmu->model, smm
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dlparcfg.c750 const char *model = ""; local
760 tmp = of_get_property(rootdn, "model", NULL);
762 model = tmp;
773 seq_printf(m, "system_type=%s\n", model);
/linux-master/arch/m68k/amiga/
H A Dconfig.c99 static void amiga_get_model(char *model);
769 static void amiga_get_model(char *model) argument
771 strcpy(model, amiga_model_name);
/linux-master/sound/pci/oxygen/
H A Dxonar_wm87x6.c113 if ((chip->model.function_flags & OXYGEN_FUNCTION_2WIRE_SPI_MASK) ==
1319 chip->model = model_xonar_ds;
1320 chip->model.shortname = "Xonar DS";
1323 chip->model = model_xonar_ds;
1324 chip->model.shortname = "Xonar DSX";
1327 chip->model = model_xonar_hdav_slim;
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs.c758 char model[BFA_ADAPTER_MODEL_NAME_LEN] = {0}; local
761 bfa_ioc_get_adapter_model(&fabric->fcs->bfa->ioc, model);
764 strscpy(port_cfg->sym_name.symname, model,
819 char model[BFA_ADAPTER_MODEL_NAME_LEN] = {0}; local
822 bfa_ioc_get_adapter_model(&fabric->fcs->bfa->ioc, model);
825 strscpy(port_cfg->node_sym_name.symname, model,
/linux-master/drivers/power/supply/
H A Dbq2415x_charger.c170 char *model; member in struct:bq2415x_device
1019 val->strval = bq->model;
1043 kfree(bq->model);
1513 bq->model = kasprintf(GFP_KERNEL,
1517 if (!bq->model) {
1518 dev_err(bq->dev, "failed to allocate model name\n");
1525 kfree(bq->model);
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx.h361 * The exact number and description depends on their model.
421 #define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
645 int model; // index in the device_data struct member in struct:em28xx
/linux-master/drivers/input/keyboard/
H A Dapplespi.c209 * @model_flags: flags (vary by model number, but significance otherwise
211 * @model_no: the touchpad model number
505 u16 model; member in struct:applespi_tp_model_info
511 .model = 0x04, /* MB8 MB9 MB10 */
515 .model = 0x05, /* MBP13,1 MBP13,2 MBP14,1 MBP14,2 */
519 .model = 0x06, /* MBP13,3 MBP14,3 */
1213 static const struct applespi_tp_info *applespi_find_touchpad_info(u8 model) argument
1217 for (info = applespi_tp_models; info->model; info++) {
1218 if (info->model == model)
[all...]
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-core.c367 strscpy(vimc->mdev.model, VIMC_MDEV_MODEL_NAME,
368 sizeof(vimc->mdev.model));
/linux-master/drivers/hwmon/
H A Ddrivetemp.c293 * While only the 3 TB model (DT01ACA3) was actually caught exhibiting the
307 if (!sdev->model)
311 * The "model" field contains just the raw SCSI INQUIRY response
316 if (!strncmp(sdev->model, sct_avoid_models[ctr],
H A Dk10temp.c82 * Use the model name to identify 3255 CPUs and set a flag to display negative temperature.
107 u8 model; member in struct:tctl_offset
491 if (boot_cpu_data.x86 == entry->model &&
/linux-master/drivers/platform/surface/
H A Dsurface3_power.c83 char model[SURFACE_3_STRLEN]; member in struct:bix
201 .model = "P11G8M",
/linux-master/drivers/scsi/
H A Dscsi_proc.c295 if (sdev->model[i] >= 0x20)
296 seq_putc(s, sdev->model[i]);
/linux-master/drivers/acpi/arm64/
H A Diort.c1096 if (smmu->model == ACPI_IORT_SMMU_V3_HISILICON_HI161X)
1481 if (smmu->model != ACPI_IORT_SMMU_V3_CAVIUM_CN99XX)
1499 if (smmu->model == ACPI_IORT_SMMU_V3_CAVIUM_CN99XX)
1720 u32 model; local
1725 model = pmcg_plat_info[idx].data;
1727 model = IORT_SMMU_V3_PMCG_GENERIC;
1729 return platform_device_add_data(pdev, &model, sizeof(model));
1829 * pass the hardware model info to the driver. For others, add
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp.c195 strscpy(media_dev->model, SUN6I_ISP_DESCRIPTION,
196 sizeof(media_dev->model));
/linux-master/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h82 * enum virtchnl2_queue_model - Type of queue model.
83 * @VIRTCHNL2_QUEUE_MODEL_SINGLE: Single queue model.
84 * @VIRTCHNL2_QUEUE_MODEL_SPLIT: Split queue model.
86 * In the single queue model, the same transmit descriptor queue is used by
92 * In the split queue model, hardware uses transmit completion queues to post
186 /* Queue based scheduling using split queue model */
264 * models. With Split Queue model, 2 additional types are introduced -
265 * TX_COMPLETION and RX_BUFFER. In split queue model, receive corresponds to
649 * @relative_queue_id: Valid only if queue model is split and type is transmit
652 * @model
672 __le16 model; member in struct:virtchnl2_txq_info
745 __le16 model; member in struct:virtchnl2_rxq_info
[all...]
/linux-master/arch/arm64/boot/dts/allwinner/
H A DMakefile39 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64-model-b.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/allwinner/
H A DMakefile39 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64-model-b.dtb
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_bridge.c496 strscpy(dvb->mdev.model, "vidtv", sizeof(dvb->mdev.model));
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-core.c457 strscpy(dev->mdev.model, "visl", sizeof(dev->mdev.model));
/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c714 if (!strncmp("H27UCG8T2ATR-BC", chip->parameters.model,
719 if (!strncmp("H27UCG8T2ETR-BC", chip->parameters.model,

Completed in 495 milliseconds

<<11121314151617181920>>