Searched refs:model (Results 1 - 25 of 210) sorted by last modified time

123456789

/drivers/video/fbdev/aty/
H A Dradeon_monitor.c649 * This functions applyes any arch/model/machine specific fixups
651 * well or whatever is specific to a given model and not probed
734 static int is_powerblade(const char *model) argument
741 if (root && model) {
742 l = strlen(model);
743 cp = of_get_property(root, "model", &len);
745 rc = memcmp(model, cp, min(len, l)) == 0;
H A Dradeon_pm.c50 #define BUGFIX(model, sv, sd, pm, fn) { \
51 .ident = model, \
H A Datyfb_base.c3188 char model[24]; local
3207 strncpy(model, (char *)par->lcd_table+1, 24);
3208 model[23] = 0;
3281 txtdual, txtcolour, txtmonitor, 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/video/fbdev/omap2/displays-new/
H A Dpanel-sony-acx565akm.c78 int model; member in struct:panel_drv_data
248 ddata->model = MIPID_VER_ACX565AKM;
254 ddata->model = MIPID_VER_L4F00311;
258 ddata->model = MIPID_VER_LPH8923;
262 ddata->model = MIPID_VER_LS041Y3;
/drivers/watchdog/
H A DKconfig1394 If you do not have a CompactPCI model CP1400 or CP1500, or
/drivers/tty/
H A Dmoxa.c438 static int moxa_check_fw_model(struct moxa_board_conf *brd, u8 model) argument
443 if (model != 1)
447 if (model != 3)
451 if (model != 2)
756 u8 model; /* C218T=1, C320T=2, CP204=3 */ member in struct:__anon6936
775 if (moxa_check_fw_model(brd, hdr->model)) {
776 sprintf(rsn, "not for this card, model is %u", hdr->model);
781 lencnt = hdr->model == 2 ? 5 : 3;
814 if (hdr->model
[all...]
H A Drocket.c1273 tmp.rocketModel[board].model = rocketModel[board].model;
1775 static void rmSpeakerReset(CONTROLLER_T * CtlP, unsigned long model) argument
1780 if ((model == MODEL_RP4M) || (model == MODEL_RP6M)) {
1786 if ((model == MODEL_UPCI_RM3_8PORT)
1787 || (model == MODEL_UPCI_RM3_4PORT)) {
1914 * Called when a PCI card is found. Retrieves and stores model information,
1940 /* Depending on the model, set up some config variables */
1945 rocketModel[i].model
[all...]
H A Drocket.h11 unsigned long model; member in struct:__anon6939
/drivers/usb/gadget/function/
H A Df_accessory.c89 char model[ACC_STRING_SIZE]; member in struct:acc_dev
312 string_dest = dev->model;
723 src = dev->model;
885 memset(dev->model, 0, sizeof(dev->model));
/drivers/usb/serial/
H A DKconfig95 adaptor (F5U103 is one of the model numbers) or the Peracom single
428 Magic Control Technology Corp. (U232 is one of the model numbers).
/drivers/usb/storage/
H A DKconfig79 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
/drivers/video/backlight/
H A Dtdo24m.c340 enum tdo24m_model model; local
345 model = pdata->model;
347 model = TDO24M;
376 switch (model) {
386 dev_err(&spi->dev, "Unsupported model");
/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;
/drivers/scsi/
H A DBusLogic.c1350 unsigned char model[5]; local
1368 tgt = adapter->model;
1372 for (i = 0; i < sizeof(fpinfo->model); i++)
1373 *tgt++ = fpinfo->model[i];
1451 strcpy(model, "542B");
1456 strcpy(model, "742A");
1459 strcpy(model, "747A");
1461 req_replylen = sizeof(model);
1463 sizeof(req_replylen), &model,
1464 sizeof(model)) !
[all...]
H A DBusLogic.h979 unsigned char model[3]; /* Bytes 24-26 */ member in struct:fpoint_info
1001 unsigned char model[9]; member in struct:blogic_adapter
/drivers/scsi/aacraid/
H A Daachba.c807 inqstrcpy (mp->model, str->pid);
H A Daacraid.h521 char * model; member in struct:aac_driver_ident
H A Dlinit.c802 aac_drivers[dev->cardtype].model);
957 .name = "model",
/drivers/scsi/arcmsr/
H A Darcmsr.h197 char model[8]; /*15, 60-67*/ member in struct:FIRMWARE_INFO

Completed in 387 milliseconds

123456789