Searched refs:model (Results 276 - 300 of 634) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dhotplug_usb2.c432 char model[32] = ""; local
491 sscanf(ptmp, "Model: %s %*s", model);
495 sprintf(buf, "%s %s", vendor, model);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis_0.asm12 CB_DSEG EQU <CS> ; DOSX is tiny-model
31 CB_DSEG EQU <SEG _DATA> ; 16bit is small/large model
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dataview/
H A Ddataview.cpp169 wxDataViewListModel *WXUNUSED(model),
410 MyTextModel *model = new MyTextModel; local
411 dataview_left->AssociateModel( model );
430 // Right wxDataViewCtrl using the same model
432 dataview_right->AssociateModel( model );
521 // Right wxDataViewCtrl using the sorting model
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dov9640.h202 int model; member in struct:ov9640_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcontec_pci_dio.c47 int model; member in struct:contec_board
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl.h209 u8 model; /* System Interrupt Model (ACPI 1.0) - not used in ACPI 2.0+ */ member in struct:acpi_table_fadt
290 #define ACPI_FADT_APIC_CLUSTER (1<<18) /* 18: [V4] All local APICs must use cluster model (ACPI 3.0) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistEntityBinding.java14 import com.sleepycat.persist.model.EntityModel;
H A DProxiedFormat.java16 import com.sleepycat.persist.model.PersistentProxy;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dpsmouse.h52 unsigned int model; member in struct:psmouse
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dps3disk.c48 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,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dviocd.c116 const char *model; member in struct:disk_info
133 "type %4.4s, model %3.3s\n",
136 viocd_diskinfo[i].model);
590 d->model = of_get_property(node, "linux,vio_model", NULL);
605 pr_info("cd %s is iSeries resource %10.10s type %4.4s, model %3.3s\n",
606 c->name, d->rsrcname, d->type, d->model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dlparcfg.c708 const char *model = ""; local
718 tmp = of_get_property(rootdn, "model", NULL);
720 model = tmp;
723 model += 4;
739 seq_printf(m, "system_type=%s\n", model);
H A Dprom.c232 char *model = of_get_flat_dt_prop(node, "model", NULL); local
241 if (model && strstr(model, "440EP")) {
244 DBG("Using logical pvr %x for %s\n", pvr, model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbootinfo.h14 ** contains just a model field to distinguish between TT and Falcon.
75 #define BI_AMIGA_MODEL 0x8000 /* model (u_long) */
133 #define BI_MAC_MODEL 0x8000 /* Mac Gestalt ID (model type) */
214 #define BI_APOLLO_MODEL 0x8000 /* model (u_long) */
220 #define BI_HP300_MODEL 0x8000 /* model (u_long) */
281 int model; member in struct:compat_bi_Amiga
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dconfig.c41 extern void sun3_get_model (char* model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsb.h87 int model, submodel; member in struct:sb_devc
H A Dsb_midi.c166 if (devc->model < 2) /* No MIDI support for SB 1.x */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctatc.h84 int model; member in struct:ct_atc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dpmac.h101 enum snd_pmac_model model; member in struct:snd_pmac
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dmach-cpuimx35.c83 .model = 2007,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx5/
H A Deukrea_mbimx51-baseboard.c154 .model = 2007,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/include/libraries/
H A Dexpat.h145 XML_Content *model);
493 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dexpat.h154 description of the model argument. It's the caller's responsibility
155 to free model when finished with it.
159 XML_Content *model);
844 /* Frees the content model passed to the element declaration handler */
846 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpdc.h42 #define PDC_MODEL 4 /* PDC model information call */
46 #define PDC_MODEL_SYSMODEL 3 /* return system model info */
365 unsigned long model; member in struct:pdc_coproc_cfg
597 int pdc_model_info(struct pdc_model *model);

Completed in 185 milliseconds

<<11121314151617181920>>