Searched refs:model (Results 51 - 75 of 210) sorted by relevance

123456789

/drivers/isdn/hisax/
H A Davm_a1p.c218 u_char model, vers; local
242 model = bytein(cs->hw.avm.cfg_reg + MODREG_OFFSET);
245 printk(KERN_INFO "AVM A1 PCMCIA: io 0x%x irq %d model %d version %d\n",
246 cs->hw.avm.cfg_reg, cs->irq, model, vers);
/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c333 !strncmp(sdev->model, hp_sw_dh_data_list[i].model,
334 strlen(hp_sw_dh_data_list[i].model))) {
/drivers/ide/
H A Dide-sysfs.c52 static DEVICE_ATTR_RO(model);
/drivers/media/usb/pvrusb2/
H A Dpvrusb2-eeprom.c142 trace_eeprom("model=%d",tvdata.model);
/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h167 enum i40e_hmc_model model);
/drivers/net/ethernet/intel/i40evf/
H A Di40e_lan_hmc.h167 enum i40e_hmc_model model);
/drivers/power/
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/video/fbdev/core/
H A Dfbmon.c61 u32 model; member in struct:broken_edid
69 .model = 0x073a,
75 .model = 0x5a44,
81 .model = 0x138e,
153 u32 model; local
161 model = block[2] + (block[3] << 8);
165 brokendb[i].model == model) {
206 "be broken,\n", manufacturer, model);
303 specs->model
[all...]
/drivers/clocksource/
H A Dsh_cmt.c75 enum sh_cmt_model model; member in struct:sh_cmt_info
184 .model = SH_CMT_16BIT,
194 .model = SH_CMT_32BIT,
204 .model = SH_CMT_32BIT_FAST,
214 .model = SH_CMT_48BIT,
224 .model = SH_CMT_48BIT_GEN2,
867 switch (cmt->info->model) {
896 ch->timer_bit = cmt->info->model == SH_CMT_48BIT_GEN2 ? 0 : ch->hwidx;
/drivers/s390/char/
H A Draw3270.h84 short model; member in struct:raw3270_iocb
161 unsigned int model; member in struct:raw3270_view
/drivers/media/usb/em28xx/
H A Dem28xx-cards.c73 unsigned int model; member in struct:em28xx_hash_table
2478 dev->board = em28xx_boards[dev->model];
2495 /* Since em28xx_pre_card_setup() requires a proper dev->model,
2508 switch (dev->model) {
2615 dev->model = EM2820_BOARD_SILVERCREST_WEBCAM;
2618 dev->model = EM2750_BOARD_UNKNOWN;
2635 dev->model = em28xx_eeprom_hash[i].model;
2647 em28xx_boards[dev->model].name);
2668 dev->model
[all...]
/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c96 enum ttusb_dec_model model; member in struct:ttusb_dec
205 enum ttusb_dec_model model);
341 unsigned int *model, unsigned int *version)
359 if (model != NULL) {
361 *model = ntohl(tmp);
1391 unsigned int mode = 0, model = 0, version = 0; local
1395 result = ttusb_dec_get_stb_state(dec, &mode, &model, &version);
1415 switch (model) {
1429 printk(KERN_ERR "%s: unknown model returned "
1431 __func__, model);
340 ttusb_dec_get_stb_state(struct ttusb_dec *dec, unsigned int *mode, unsigned int *model, unsigned int *version) argument
1728 ttusb_dec_set_model(struct ttusb_dec *dec, enum ttusb_dec_model model) argument
[all...]
/drivers/platform/x86/
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...]
/drivers/input/touchscreen/
H A Dtsc2007.c75 u16 model; member in struct:tsc2007
350 ts->model = pdata->model;
/drivers/media/common/
H A Dtveeprom.c12 * Adjustments to fit a more general model and all bugs:
436 ** model: tag [00].07-08 or [06].00-01
516 tvee->model =
580 tvee->model =
699 tveeprom_info("Hauppauge model %d, rev %s, serial# %d\n",
700 tvee->model, tvee->rev_str, tvee->serial_number);
703 tveeprom_info("tuner model is %s (idx %d, type %d)\n",
710 tveeprom_info("second tuner model is %s (idx %d, type %d)\n",
/drivers/block/
H A Dps3disk.c49 unsigned char model[ATA_ID_PROD_LEN+1]; member in struct:ps3disk_private
393 /* All we're interested in are raw capacity and model name */
395 ata_id_c_string(id, priv->model, ATA_ID_PROD, sizeof(priv->model));
499 gendisk->disk_name, priv->model, priv->raw_capacity >> 11,
/drivers/isdn/sc/
H A Dioctl.c420 bi->modelid = sc_adapter[card]->model;
437 if (sc_adapter[card]->model < PRI_BOARD) {
459 if (sc_adapter[card]->model == PRI_BOARD) {
473 if (sc_adapter[card]->model == PRI_BOARD) {
/drivers/media/i2c/
H A Das3645a.c565 int rval, man, model, rfu, version; local
568 /* Power up the flash driver and read manufacturer ID, model ID, RFU
580 model = AS_DESIGN_INFO_MODEL(rval);
589 /* Verify the chip model and version. */
590 if (model != 0x01 || rfu != 0x00) {
592 "(model %d rfu %d)\n", model, rfu);
/drivers/media/i2c/soc_camera/
H A Dov9640.h204 int model; member in struct:ov9640_priv
H A Dmt9v022.c162 enum mt9v022_model model; member in struct:mt9v022
415 if (mt9v022->model != MT9V022IX7ATM)
420 if (mt9v022->model != MT9V022IX7ATC)
692 mt9v022->model = MT9V022IX7ATC;
696 mt9v022->model = MT9V022IX7ATM;
726 data, mt9v022->model == MT9V022IX7ATM ?
/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h37 BFA_ADAPTER_MODEL_NAME_LEN = 16, /*!< model name length */
38 BFA_ADAPTER_MODEL_DESCR_LEN = 128, /*!< model description length */
48 char model[BFA_ADAPTER_MODEL_NAME_LEN]; member in struct:bfa_adapter_attr
/drivers/scsi/
H A Dscsi_proc.c199 if (sdev->model[i] >= 0x20)
200 seq_printf(s, "%c", sdev->model[i]);
/drivers/hwmon/
H A Dlm95234.c654 int val, model; local
668 model = i2c_smbus_read_byte_data(client, LM95234_REG_REM_MODEL);
669 if (model < 0)
670 return model;
671 if (model & val) {
676 model & ~val);
/drivers/mfd/
H A Dtps65010.c80 unsigned model:8; member in struct:tps65010
203 switch (tps->model) {
399 if ((tps->model != TPS65013 || !tps->charging)
559 tps->model = id->driver_data;
582 switch (tps->model) {
624 if (tps->model == TPS65013)
/drivers/edac/
H A Damd64_edac.c97 reg &= (pvt->model == 0x30) ? ~3 : ~1;
144 dct = (dct && pvt->model == 0x30) ? 3 : dct;
222 if (pvt->fam == 0x15 && pvt->model < 0x10)
235 if (pvt->fam == 0x15 && pvt->model < 0x10)
362 (pvt->fam == 0x15 && pvt->model >= 0x30)) {
759 } else if (pvt->fam == 0x15 && pvt->model >= 0x30) {
961 pci_func = (pvt->model == 0x30) ? PCI_DEVICE_ID_AMD_15H_M30H_NB_F1
1195 * F16h and F15h model 30h have only limited cs_modes.
1419 if (pvt->fam == 0x15 && pvt->model >= 0x30) {
1443 if (pvt->model <
[all...]

Completed in 3316 milliseconds

123456789