Searched refs:model (Results 251 - 275 of 557) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/parport/
H A Dprocfs.c92 if ((str = info->model) != NULL)
/linux-master/drivers/mcb/
H A Dmcb-parse.c207 bus->model = header->model;
/linux-master/drivers/iio/adc/
H A Dti-adc081c.c159 const struct adcxx1c_model *model; local
165 model = i2c_get_match_data(client);
173 adc->bits = model->bits;
192 iio->channels = model->channels;
H A Drcar-gyroadc.c70 enum rcar_gyroadc_model model; member in struct:rcar_gyroadc
94 if (priv->model == RCAR_GYROADC_MODEL_R8A7792)
254 if (priv->model == RCAR_GYROADC_MODEL_R8A7792)
514 priv->model = (uintptr_t)of_device_get_match_data(&pdev->dev);
/linux-master/include/target/
H A Dtarget_core_base.h73 /* Use a model alias based on the configfs backend device name */
341 char model[INQUIRY_MODEL_LEN + 1]; member in struct:t10_wwn
/linux-master/include/soc/fsl/qe/
H A Dqe.h274 __be16 model; /* The SOC model */ member in struct:qe_firmware::__anon1915
/linux-master/drivers/video/fbdev/aty/
H A Datyfb_base.c3173 char model[24]; local
3192 strscpy(model, (char *)par->lcd_table+1, sizeof(model));
3265 txtdual, txtcolour, txtmonitor, model);
/linux-master/drivers/soc/fsl/qe/
H A Dqe.c439 * The SOC model and revision are not validated, they are only displayed for
514 if (firmware->soc.model)
517 firmware->id, be16_to_cpu(firmware->soc.model),
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi83.c579 static int sn65dsi83_parse_dt(struct sn65dsi83 *ctx, enum sn65dsi83_model model)
586 if (model != MODEL_SN65DSI83) {
674 enum sn65dsi83_model model;
685 model = (enum sn65dsi83_model)(uintptr_t)
688 model = id->driver_data;
699 ret = sn65dsi83_parse_dt(ctx, model);
580 sn65dsi83_parse_dt(struct sn65dsi83 *ctx, enum sn65dsi83_model model) argument
675 enum sn65dsi83_model model; local
/linux-master/arch/parisc/kernel/
H A Dsetup.c296 per_cpu(cpu_data, cpunum).fp_model = coproc_cfg.model;
/linux-master/arch/parisc/include/uapi/asm/
H A Dpdc.h44 #define PDC_MODEL 4 /* PDC model information call */
48 #define PDC_MODEL_SYSMODEL 3 /* return system model info */
462 unsigned long model; member in struct:pdc_coproc_cfg
/linux-master/arch/m68k/sun3/
H A Dsun3.h11 void sun3_get_model(char *model);
H A Didprom.c88 void sun3_get_model(char *model) argument
94 strcpy(model, Sun_Machines[i].name);
/linux-master/arch/m68k/q40/
H A Dconfig.c38 static void q40_get_model(char *model);
139 static void q40_get_model(char *model) argument
141 sprintf(model, "Q40");
/linux-master/arch/m68k/mvme16x/
H A Dconfig.c44 static void mvme16x_get_model(char *model);
74 static void mvme16x_get_model(char *model) argument
84 sprintf(model, "Motorola MVME%x%s", be16_to_cpu(p->brdno), suf);
/linux-master/arch/m68k/mvme147/
H A Dconfig.c36 static void mvme147_get_model(char *model);
63 static void mvme147_get_model(char *model) argument
65 sprintf(model, "Motorola MVME147");
/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/arch/m68k/kernel/
H A Dsetup_mm.c90 void (*mach_get_model) (char *model);
478 char model[80]; local
483 mach_get_model(model);
485 strcpy(model, "Unknown m68k");
487 seq_printf(m, "Model:\t\t%s\n", model);
/linux-master/arch/m68k/bvme6000/
H A Dconfig.c37 static void bvme6000_get_model(char *model);
68 static void bvme6000_get_model(char *model) argument
70 sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4);
/linux-master/arch/m68k/atari/
H A Dconfig.c72 static void atari_get_model(char *model);
568 static void atari_get_model(char *model) argument
570 strcpy(model, "Atari ");
574 strcat(model, "Mega ST");
576 strcat(model, "ST");
580 strcat(model, "Mega STE");
582 strcat(model, "STE");
587 strcat(model, "Medusa");
589 strcat(model, "TT");
592 strcat(model, "Falco
[all...]
/linux-master/arch/m68k/apollo/
H A Dconfig.c38 static void dn_get_model(char *model);
71 panic("Unknown apollo model");
92 panic("Apollo model not yet supported");
104 panic("Undefined apollo model");
219 static void dn_get_model(char *model) argument
221 strcpy(model, "Apollo ");
223 strcat(model, apollo_models[apollo_model - APOLLO_DN3000]);
/linux-master/drivers/regulator/
H A Dda9063-regulator.c136 /* Defines asignment of regulators info table to chip model */
717 /* Link chip model with regulators info table */
892 const struct da9063_dev_model *model; local
907 /* Find regulators set for particular device model */
908 for (model = regulators_models; model->regulator_info; model++) {
909 if (model->type == da9063->type)
912 if (!model->regulator_info) {
913 dev_err(&pdev->dev, "Chip model no
[all...]
/linux-master/drivers/power/supply/
H A Dsurface_battery.c66 __u8 model[21]; member in struct:spwr_bix
181 bat->bix.model[ARRAY_SIZE(bat->bix.model) - 1] = 0;
644 val->strval = bat->bix.model;
H A Disp1704_charger.c55 char model[8]; member in struct:isp1704_charger
321 val->strval = isp->model;
370 sprintf(isp->model, "isp%x", product);
449 dev_info(isp->dev, "registered with product id %s\n", isp->model);
/linux-master/drivers/platform/x86/intel/ifs/
H A Dcore.c14 #define X86_MATCH(model, array_gen) \
16 INTEL_FAM6_##model, X86_FEATURE_CORE_CAPABILITIES, array_gen)

Completed in 275 milliseconds

<<11121314151617181920>>