Searched refs:model (Results 151 - 175 of 557) sorted by relevance

1234567891011>>

/linux-master/sound/pci/oxygen/
H A Dxonar_cs43xx.c428 chip->model = model_xonar_d1;
429 chip->model.shortname = "Xonar D1";
433 chip->model = model_xonar_d1;
434 chip->model.shortname = "Xonar DX";
435 chip->model.init = xonar_dx_init;
H A Dxonar_lib.c64 chip->model.gpio_changed = xonar_ext_power_gpio_changed;
H A Dse6x.c114 chip->model = model_se6x;
/linux-master/drivers/video/backlight/
H A Dtdo24m.c337 enum tdo24m_model model; local
342 model = pdata->model;
344 model = TDO24M;
373 switch (model) {
383 dev_err(&spi->dev, "Unsupported model");
/linux-master/drivers/platform/x86/
H A Dhdaps.c282 /* Device model stuff */
487 #define HDAPS_DMI_MATCH_INVERT(vendor, model, axes) { \
488 .ident = vendor " " model, \
493 DMI_MATCH(DMI_PRODUCT_VERSION, model) \
497 #define HDAPS_DMI_MATCH_NORMAL(vendor, model) \
498 HDAPS_DMI_MATCH_INVERT(vendor, model, 0)
/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/drivers/edac/
H A Damd64_edac.h336 u8 model; /* ... model */ member in struct:amd64_pvt
339 int ext_model; /* extended model value of this node */
442 if (pvt->fam == 0x15 && pvt->model >= 0x30)
504 if (pvt->fam == 0x15 && pvt->model >= 0x30) {
514 if (pvt->fam == 0x15 && pvt->model >= 0x30) {
524 if (pvt->fam == 0x15 && pvt->model >= 0x30) {
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.c125 strscpy(media_dev->model, "FSL Capture Media Device",
126 sizeof(media_dev->model));
283 .model = MXC_ISI_IMX8MN,
297 .model = MXC_ISI_IMX8MP,
311 .model = MXC_ISI_IMX93,
H A Dimx8-isi-core.h158 enum model { enum
165 enum model model; member in struct:mxc_isi_plat_data
/linux-master/drivers/soc/qcom/
H A Dsocinfo.c81 [0] = "Unknown PMIC model",
493 int model = SOCINFO_MINOR(le32_to_cpu(socinfo->pmic_model)); local
495 if (model < 0)
498 if (model < ARRAY_SIZE(pmic_models) && pmic_models[model])
499 seq_printf(seq, "%s\n", pmic_models[model]);
501 seq_printf(seq, "unknown (%d)\n", model);
518 unsigned int model = SOCINFO_MINOR(get_unaligned_le32(ptr + 2 * i * sizeof(u32))); local
521 if (model < ARRAY_SIZE(pmic_models) && pmic_models[model])
[all...]
/linux-master/drivers/char/
H A Dsonypi.c378 int model; member in struct:sonypi_eventtypes
480 int model; member in struct:sonypi_device
592 /* This model type uses the same initialization of
832 for (i = 0; sonypi_eventtypes[i].model; i++) {
833 if (sonypi_device.model != sonypi_eventtypes[i].model)
1068 switch (sonypi_device.model) {
1102 switch (sonypi_device.model) {
1267 printk(KERN_INFO "sonypi: detected type%d model, "
1270 sonypi_device.model,
[all...]
/linux-master/sound/pci/ice1712/
H A Ddelta.c850 .model = "delta1010",
857 .model = "dio2496",
865 .model = "delta66",
873 .model = "delta44",
881 .model = "audiophile",
888 .model = "delta410",
895 .model = "delta1010lt",
902 .model = "vx442",
910 .model = "mediastation",
917 .model
[all...]
/linux-master/drivers/clocksource/
H A Dsh_cmt.c72 enum sh_cmt_model model; member in struct:sh_cmt_info
181 .model = SH_CMT_16BIT,
191 .model = SH_CMT_32BIT,
201 .model = SH_CMT_48BIT,
212 .model = SH_CMT0_RCAR_GEN2,
223 .model = SH_CMT1_RCAR_GEN2,
290 if (ch->cmt->info->model > SH_CMT_16BIT) {
374 u32 cmtout = ch->cmt->info->model <= SH_CMT_48BIT ?
897 switch (cmt->info->model) {
1057 if (cmt->info->model >
[all...]
H A Dsh_tmu.c59 enum sh_tmu_model model; member in struct:sh_tmu_device
89 switch (ch->tmu->model) {
111 switch (ch->tmu->model) {
463 if (tmu->model == SH_TMU_SH3)
500 tmu->model = SH_TMU;
531 tmu->model = id->driver_data;
/linux-master/drivers/clk/
H A Dclk-versaclock5.c158 /* Structure to describe features of a particular VC5 model */
160 const enum vc5_model model; member in struct:vc5_chip_info
746 static int vc5_map_index_to_output(const enum vc5_model model, argument
749 switch (model) {
1111 idx = vc5_map_index_to_output(vc5->chip_info->model, n);
1156 idx = vc5_map_index_to_output(vc5->chip_info->model, n - 1);
1241 .model = IDT_VC5_5P49V5923,
1249 .model = IDT_VC5_5P49V5925,
1257 .model = IDT_VC5_5P49V5933,
1265 .model
[all...]
/linux-master/drivers/gpu/drm/tiny/
H A Dofdrm.c239 enum ofdrm_model model = OFDRM_MODEL_UNKNOWN; local
242 model = OFDRM_MODEL_RAGE128;
245 model = OFDRM_MODEL_RAGE_M3A;
247 model = OFDRM_MODEL_RAGE_M3B;
249 model = OFDRM_MODEL_RADEON;
254 model = OFDRM_MODEL_GXT2000;
268 model = OFDRM_MODEL_AVIVO;
272 model = OFDRM_MODEL_QEMU;
275 return model;
1096 enum ofdrm_model model; local
[all...]
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi83.c580 static int sn65dsi83_parse_dt(struct sn65dsi83 *ctx, enum sn65dsi83_model model) argument
587 if (model != MODEL_SN65DSI83) {
675 enum sn65dsi83_model model; local
686 model = (enum sn65dsi83_model)(uintptr_t)
689 model = id->driver_data;
700 ret = sn65dsi83_parse_dt(ctx, model);
/linux-master/arch/sparc/kernel/
H A Dprom_irqtrans.c206 "model", NULL);
808 const char *model; local
813 model = of_get_property(dp, "model", NULL);
814 if (!model)
815 model = of_get_property(dp, "compatible", NULL);
816 if (model) {
820 if (!strcmp(model, t->name)) {
H A Dof_device_64.c50 const char *model = of_get_property(np, "model", NULL); local
52 if (model && !strcmp(model, "SUNW,simba"))
72 const char *model = of_get_property(np, "model", NULL); local
74 if (model && !strcmp(model, "SUNW,simba"))
/linux-master/drivers/mtd/nand/raw/
H A Dnand_macronix.c182 chip->parameters.model);
321 chip->parameters.model);
466 chip->parameters.model) < 0)
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c275 const char *model = ""; local
279 model = of_get_property(root, "model", NULL);
280 seq_printf(m, "machine\t\t: PowerNV %s\n", model);
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-eeprom.c121 trace_eeprom("model=%d",tvdata.model);
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1.h62 const char *model; member in struct:vsp1_device_info
/linux-master/include/uapi/linux/
H A Dvirtio_blk.h148 __u8 model; member in struct:virtio_blk_config::virtio_blk_zoned_characteristics
/linux-master/tools/power/cpupower/utils/helpers/
H A Dhelpers.h86 unsigned int model; member in struct:cpupower_cpu_info
94 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo

Completed in 258 milliseconds

1234567891011>>