Searched refs:model (Results 226 - 250 of 557) sorted by relevance

1234567891011>>

/linux-master/sound/pci/ctxfi/
H A Dctatc.h81 int model; member in struct:ct_atc
/linux-master/sound/ppc/
H A Dpmac.h89 enum snd_pmac_model model; member in struct:snd_pmac
/linux-master/drivers/peci/
H A Dinternal.h70 * @model: device model
75 u8 model; member in struct:peci_device_id
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-impl.c199 * Set the impl for model-specific implementation quirks first,
203 switch (smmu->model) {
/linux-master/sound/pci/hda/
H A Dhda_controller.h208 int azx_bus_init(struct azx *chip, const char *model);
/linux-master/include/media/
H A Dmedia-device.h83 * @model: Device model name
118 * @model is a descriptive model name exported through sysfs. It doesn't have to
150 char model[32]; member in struct:media_device
212 * - model must be filled with the device model name
240 * - &media_device.model must be filled with the device model name as a
241 * NUL-terminated UTF-8 string. The device/model revisio
[all...]
/linux-master/drivers/leds/flash/
H A Dleds-as3645a.c423 int rval, man, model, rfu, version; local
433 model = AS_DESIGN_INFO_MODEL(rval);
444 /* Verify the chip model and version. */
445 if (model != 0x01 || rfu != 0x00) {
446 dev_err(dev, "AS3645A not detected (model %d rfu %d)\n",
447 model, rfu);
/linux-master/drivers/hwmon/
H A Dit87.c290 const char * const model; member in struct:it87_devices
332 .model = "IT87F",
338 .model = "IT8712F",
344 .model = "IT8716F",
351 .model = "IT8718F",
359 .model = "IT8720F",
367 .model = "IT8721F",
377 .model = "IT8728F",
386 .model = "IT8732F",
396 .model
[all...]
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h151 * @model: VIN model
162 enum model_id model; member in struct:rvin_info
/linux-master/include/linux/mtd/
H A Donfi.h75 char model[20]; member in struct:nand_onfi_params
/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;
/linux-master/arch/um/
H A DMakefile66 KBUILD_RUSTFLAGS += -Crelocation-model=pie
/linux-master/arch/arm/include/asm/
H A Dpage.h104 #error Unknown user operations model
/linux-master/drivers/block/
H A Dps3disk.c37 unsigned char model[ATA_ID_PROD_LEN+1]; member in struct:ps3disk_private
365 /* All we're interested in are raw capacity and model name */
367 ata_id_c_string(id, priv->model, ATA_ID_PROD, sizeof(priv->model));
468 gendisk->disk_name, priv->model, priv->raw_capacity >> 11,
/linux-master/arch/s390/kernel/
H A Dsysinfo.c92 EBCASC(info->model, sizeof(info->model));
105 * Sigh: the model field has been renamed with System z9
106 * to model_capacity and a new model field has been added
108 * the "Model:" prints "model_capacity model" or just
109 * "model_capacity" if the model string is empty .
112 if (info->model[0] != '\0')
113 seq_printf(m, " %-16.16s", info->model);
/linux-master/arch/powerpc/kernel/
H A Dprom.c295 const char *model = of_get_flat_dt_prop(node, "model", NULL); local
304 if (model && strstr(model, "440EP")) {
307 DBG("Using logical pvr %x for %s\n", pvr, model);
755 prop = of_get_flat_dt_prop(node, "model", NULL);
H A Dsetup-common.c191 const char *model = NULL; local
206 model = of_get_property(root, "model", NULL);
207 if (model)
208 seq_printf(m, "model\t\t: %s\n", model);
/linux-master/arch/powerpc/boot/dts/
H A DkuroboxHD.dts24 model = "KuroboxHD";
H A DkuroboxHG.dts24 model = "KuroboxHG";
/linux-master/drivers/input/mouse/
H A Dvmmouse.c362 psmouse->model = version;
466 abs_dev->id.version = psmouse->model;
/linux-master/sound/soc/codecs/
H A Dtlv320aic3x.c85 u16 model; member in struct:aic3x_priv
1004 switch (aic3x->model) {
1570 if (aic3x->model != AIC3X_MODEL_3104) {
1581 switch (aic3x->model) {
1624 if (aic3x->model != AIC3X_MODEL_3104) {
1635 switch (aic3x->model) {
1789 aic3x->model = driver_data;
1828 if (aic3x->model == AIC3X_MODEL_3007) {
/linux-master/arch/x86/kernel/cpu/
H A Daperfmperf.c127 #define X86_MATCH(model) \
129 INTEL_FAM6_##model, X86_FEATURE_APERFMPERF, NULL)
/linux-master/drivers/input/touchscreen/
H A Dtsc2007_core.c266 ts->model = pdata->model;
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-core.c226 strscpy(mdev->model, match->compatible, sizeof(mdev->model));
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi.c86 strscpy(media_dev->model, SUN6I_CSI_DESCRIPTION,
87 sizeof(media_dev->model));

Completed in 224 milliseconds

1234567891011>>