Searched refs:model (Results 126 - 150 of 210) sorted by path

123456789

/drivers/net/wireless/libertas/
H A Dif_spi.c1056 if (card->card_id == fw_table[i].model)
H A Dif_usb.c216 cardp->model = (uint32_t) id->driver_info;
280 r = lbs_get_firmware_async(priv, &udev->dev, cardp->model,
H A Dif_usb.h46 uint32_t model; /* MODEL_* */ member in struct:if_usb_card
/drivers/parisc/
H A Dled.c90 unsigned long model:16; /* DISPLAY_MODEL_XXXX */ member in struct:pdc_chassis_lcd_info_ret_block
115 .model = DISPLAY_MODEL_LCD,
534 if (lcd_info.model == DISPLAY_MODEL_LCD)
551 int __init register_led_driver(int model, unsigned long cmd_reg, unsigned long data_reg) argument
558 lcd_info.model = model; /* store the values */
561 switch (lcd_info.model) {
586 printk(KERN_ERR "%s: Wrong LCD/LED model %d !\n",
587 __func__, lcd_info.model);
617 switch (lcd_info.model) {
[all...]
/drivers/parport/
H A Dprobe.c47 printk(", %s %s", info->mfr, info->model);
85 kfree(info->model);
86 info->model = kstrdup(sep, GFP_KERNEL);
H A Dprocfs.c90 if ((str = info->model) != NULL)
H A Dshare.c207 kfree(port->probe_info[d].model);
/drivers/platform/x86/
H A DKconfig432 This feature often won't work well, depending on ThinkPad model,
453 the hot key press events. If you know your ThinkPad model does not
H A Dasus-laptop.c878 * of features supported by a given model. For now, 0x0100 or 0x0800
1714 union acpi_object *model = NULL; local
1749 * Try to match the object returned by INIT to the specific model.
1755 model = buffer.pointer;
1756 switch (model->type) {
1758 string = model->string.pointer;
1761 string = model->buffer.pointer;
1775 pr_notice(" %s model detected\n", string);
1780 kfree(model);
1847 const char *model; local
[all...]
H A Deeepc-laptop.c421 "on this model)\n");
610 "inappropriate for this model\n");
1270 const char *model; local
1272 model = dmi_get_system_info(DMI_PRODUCT_NAME);
1273 if (!model)
1286 * So Asus made a deliberate decision not to support it on this model.
1295 if (strcmp(model, "701") == 0 || strcmp(model, "702") == 0) {
1297 pr_info("model %s does not officially support setting cpu "
1298 "speed\n", model);
[all...]
H A Deeepc-wmi.c137 char *model; local
141 model = (char *)dmi->matches[1].substr;
142 if (unlikely(strncmp(model, "ET2012", 6) == 0))
H A Dhdaps.c294 /* Device model stuff */
501 #define HDAPS_DMI_MATCH_INVERT(vendor, model, axes) { \
502 .ident = vendor " " model, \
507 DMI_MATCH(DMI_PRODUCT_VERSION, model) \
511 #define HDAPS_DMI_MATCH_NORMAL(vendor, model) \
512 HDAPS_DMI_MATCH_INVERT(vendor, model, 0)
H A Dsony-laptop.c115 "(only use it if you have a C1VE or C1VN model)");
136 "on the model (default: no change from current value)");
3351 int model; member in struct:sony_pic_dev
3669 dev->model = SONYPI_DEVICE_TYPE1;
3678 dev->model = SONYPI_DEVICE_TYPE2;
3687 dev->model = SONYPI_DEVICE_TYPE3;
3697 dev->model = SONYPI_DEVICE_TYPE3;
3707 dev->model = SONYPI_DEVICE_TYPE3;
3715 dev->model = SONYPI_DEVICE_TYPE2;
3723 pr_info("detected Type%d model\
[all...]
/drivers/power/
H A Dbq2415x_charger.c179 char *model; member in struct:bq2415x_device
1020 val->strval = bq->model;
1052 bq->model = kasprintf(GFP_KERNEL,
1056 if (!bq->model) {
1057 dev_err(bq->dev, "failed to allocate model name\n");
1063 kfree(bq->model);
1077 kfree(bq->model);
H A Dbq24190_charger.c158 kernel_ulong_t model; member in struct:bq24190_dev_info
1300 if (v != bdi->model) {
1381 bdi->model = id->driver_data;
H A Dds2780_battery.c49 static const char model[] = "DS2780"; variable
400 val->strval = model;
H A Dds2781_battery.c47 static const char model[] = "DS2781"; variable
402 val->strval = model;
H A Disp1704_charger.c67 char model[8]; member in struct:isp1704_charger
343 val->strval = isp->model;
392 sprintf(isp->model, "isp%x", product);
479 dev_info(isp->dev, "registered with product id %s\n", isp->model);
/drivers/regulator/
H A Dda9063-regulator.c97 /* Defines asignment of regulators info table to chip model */
586 /* Link chip model with regulators info table */
725 const struct da9063_dev_model *model; local
745 /* Find regulators set for particular device model */
746 for (model = regulators_models; model->regulator_info; model++) {
747 if (model->dev_model == da9063->model)
750 if (!model
[all...]
/drivers/s390/block/
H A Ddasd_eckd.c1794 private->rdc_data.cu_model.model,
H A Ddasd_eckd.h238 unsigned char model:3; member in struct:dasd_eckd_characteristics::__anon4931
/drivers/s390/char/
H A Dfs3270.c356 iocb.model = fp->view.model;
H A Draw3270.c39 short model, rows, cols; member in struct:raw3270
477 int rc, model; local
485 model = diag_data.vrdccrmd;
486 /* Use default model 2 if the size could not be detected */
487 if (rc || model < 2 || model > 5)
488 model = 2;
489 switch (model) {
491 rp->model = model;
[all...]
H A Draw3270.h84 short model; member in struct:raw3270_iocb
161 unsigned int model; member in struct:raw3270_view
H A Dtty3270.c84 unsigned int n_model, n_cols, n_rows; /* New model & size */
815 tp->view.model = tp->n_model;
840 tty3270_resize(struct raw3270_view *view, int model, int rows, int cols) argument
844 tp->n_model = model;

Completed in 313 milliseconds

123456789