Searched refs:model (Results 201 - 225 of 634) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c470 char *model; local
534 model = (char *) bootx_early_getprop(r4 + bi->deviceTreeOffset,
535 4, "model");
536 if (model
537 && (strcmp(model, "iMac,1") == 0
538 || strcmp(model, "PowerMac1,1") == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dhdaps.c292 /* Device model stuff */
496 #define HDAPS_DMI_MATCH_INVERT(vendor, model, axes) { \
497 .ident = vendor " " model, \
502 DMI_MATCH(DMI_PRODUCT_VERSION, model) \
506 #define HDAPS_DMI_MATCH_NORMAL(vendor, model) \
507 HDAPS_DMI_MATCH_INVERT(vendor, model, 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Dxonar_cs43xx.c424 chip->model = model_xonar_d1;
425 chip->model.shortname = "Xonar D1";
429 chip->model = model_xonar_d1;
430 chip->model.shortname = "Xonar DX";
431 chip->model.init = xonar_dx_init;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dcrc_i86.asm42 ; In January 2007, the "hand-made" memory model setup section has been guarded
47 ; (except Borland's __HUGE__ model), as long as the following
81 ; Selection of memory model, and initialization of memory model
107 %out Assembling for C, Huge memory model
121 %out Assembling for C, Large memory model
135 %out Assembling for C, Compact memory model
149 %out Assembling for C, Medium memory model
162 %out Assembling for C, Small memory model
387 ; C calling convention, model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsonypi.c393 int model; member in struct:sonypi_eventtypes
495 int model; member in struct:sonypi_device
607 /* This model type uses the same initialiazation of
831 for (i = 0; sonypi_eventtypes[i].model; i++) {
832 if (sonypi_device.model != sonypi_eventtypes[i].model)
1072 switch (sonypi_device.model) {
1106 switch (sonypi_device.model) {
1272 printk(KERN_INFO "sonypi: detected type%d model, "
1275 sonypi_device.model,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-cards.c67 unsigned int model; member in struct:em28xx_hash_table
1890 memcpy(&dev->board, &em28xx_boards[dev->model], sizeof(dev->board));
1971 dev->model = EM2820_BOARD_SILVERCREST_WEBCAM;
1988 dev->model = EM2750_BOARD_UNKNOWN;
2004 dev->model = EM2750_BOARD_UNKNOWN;
2026 em28xx_errdev("Sensor is %s, using model %s entry.\n",
2027 sensor_name, em28xx_boards[dev->model].name);
2032 /* Since em28xx_pre_card_setup() requires a proper dev->model,
2044 switch (dev->model) {
2151 ctl->mts = em28xx_boards[dev->model]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
12 import static com.sleepycat.persist.model.Relationship.ONE_TO_MANY;
13 import static com.sleepycat.persist.model.Relationship.ONE_TO_ONE;
54 import com.sleepycat.persist.model.AnnotationModel;
55 import com.sleepycat.persist.model.ClassMetadata;
56 import com.sleepycat.persist.model.Entity;
57 import com.sleepycat.persist.model.EntityMetadata;
58 import com.sleepycat.persist.model.EntityModel;
59 import com.sleepycat.persist.model.KeyField;
60 import com.sleepycat.persist.model
81 private EntityModel model; field in class:BindingTest
[all...]
H A DOperationTest.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
12 import static com.sleepycat.persist.model.Relationship.ONE_TO_MANY;
13 import static com.sleepycat.persist.model.Relationship.ONE_TO_ONE;
14 import static com.sleepycat.persist.model.DeleteAction.CASCADE;
34 import com.sleepycat.persist.model.Entity;
35 import com.sleepycat.persist.model.KeyField;
36 import com.sleepycat.persist.model.Persistent;
37 import com.sleepycat.persist.model.PrimaryKey;
38 import com.sleepycat.persist.model.SecondaryKey;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dsbp2.c332 u32 model; member in struct:__anon11542
337 .model = 0x001010,
344 .model = 0x000000,
349 .model = SBP2_ROM_VALUE_WILDCARD,
354 .model = SBP2_ROM_VALUE_WILDCARD,
359 .model = SBP2_ROM_VALUE_WILDCARD,
364 .model = SBP2_ROM_VALUE_WILDCARD,
369 .model = 0x000000,
375 .model = 0x000021,
380 .model
1320 u32 firmware_revision, model; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewrenderer.tex75 transfer the value back to the data model. Returns {\it false}
227 \func{virtual bool}{Activate}{\param{wxRect }{cell}, \param{wxDataViewListModel* }{model}, \param{unsigned int }{col}, \param{unsigned int }{row}}
247 \func{virtual bool}{LeftClick}{\param{wxPoint }{cursor}, \param{wxRect }{cell}, \param{wxDataViewListModel* }{model}, \param{unsigned int }{col}, \param{unsigned int }{row}}
261 \func{virtual bool}{RightClick}{\param{wxPoint }{cursor}, \param{wxRect }{cell}, \param{wxDataViewListModel* }{model}, \param{unsigned int }{col}, \param{unsigned int }{row}}
267 \func{virtual bool}{StartDrag}{\param{wxPoint }{cursor}, \param{wxRect }{cell}, \param{wxDataViewListModel* }{model}, \param{unsigned int }{col}, \param{unsigned int }{row}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Damplc_dio200.c288 enum dio200_model model; member in struct:dio200_board
296 .model = pc212e_model,
302 .model = pc214e_model,
308 .model = pc215e_model,
316 .model = pci215_model,
323 .model = pc218e_model,
329 .model = pc272e_model,
337 .model = pci272_model,
346 .model = anypci_model, /* wildcard */
575 if (thisboard->model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvision/
H A Dusbvision-video.c198 static DEVICE_ATTR(model, S_IRUGO, show_model, NULL);
548 specific for each usbvision card model */
1510 int model; local
1515 model = usbvision->DevModel;
1525 usbvision->tvnormId = usbvision_device_data[model].VideoNorm;
1527 usbvision->video_inputs = usbvision_device_data[model].VideoChannels;
1556 int model,i; local
1562 model = devid->driver_info;
1563 if ( (model<0) || (model>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dof_device_64.c47 const char *model = of_get_property(np, "model", NULL); local
49 if (model && !strcmp(model, "SUNW,simba"))
69 const char *model = of_get_property(np, "model", NULL); local
71 if (model && !strcmp(model, "SUNW,simba"))
H A Dprom_irqtrans.c204 "model", NULL);
806 const char *model; local
811 model = of_get_property(dp, "model", NULL);
812 if (!model)
813 model = of_get_property(dp, "compatible", NULL);
814 if (model) {
818 if (!strcmp(model, t->name)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmsgwin.c152 GtkTreeModel * model = GTK_TREE_MODEL( data->sort ); local
153 if( gtk_tree_model_iter_children( model, &iter, NULL ) ) do
159 gtk_tree_model_get( model, &iter, COL_TR_MSG, &node, -1 );
171 while( gtk_tree_model_iter_next( model, &iter ) );
346 isRowVisible( GtkTreeModel * model, GtkTreeIter * iter, gpointer gdata ) argument
351 gtk_tree_model_get( model, iter, COL_TR_MSG, &node, -1 );
H A Dutil.c404 GtkTreeModel * model = gtk_combo_box_get_model( combo_box ); local
408 gtk_tree_model_get( model, &iter, column, &currentValue, -1 );
415 while(( gtk_tree_model_iter_nth_child( model, &iter, NULL, i++ ))) {
416 gtk_tree_model_get( model, &iter, column, &currentValue, -1 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dinventory.c49 struct pdc_model model; local
87 status = pdc_model_info(&model);
89 bus_id = (model.hversion >> (4 + 7)) & 0x1f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rubin.c301 void *model)
382 void *model)
392 void *model)
298 jffs2_dynrubin_compress(unsigned char *data_in, unsigned char *cpage_out, uint32_t *sourcelen, uint32_t *dstlen, void *model) argument
379 jffs2_rubinmips_decompress(unsigned char *data_in, unsigned char *cpage_out, uint32_t sourcelen, uint32_t dstlen, void *model) argument
389 jffs2_dynrubin_decompress(unsigned char *data_in, unsigned char *cpage_out, uint32_t sourcelen, uint32_t dstlen, void *model) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dtsc2007.c76 u16 model; member in struct:tsc2007
293 ts->model = pdata->model;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/
H A Dbuild149 com.sleepycat.db com.sleepycat.bind com.sleepycat.bind.serial com.sleepycat.bind.tuple com.sleepycat.collections com.sleepycat.persist com.sleepycat.persist.model com.sleepycat.persist.evolve com.sleepycat.persist.raw com.sleepycat.util \
151 -group 'Berkeley DB Direct Persistence Layer (DPL) Packages' com.sleepycat.persist:com.sleepycat.persist.model:com.sleepycat.persist.evolve:com.sleepycat.persist.raw \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h170 (unsigned int row1, unsigned int row2, unsigned int col, wxDataViewListModel* model );
337 virtual bool AssociateModel( wxDataViewListModel *model );
419 void SetModel( wxDataViewModel *model ) { m_model = model; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-eeprom.c142 trace_eeprom("model=%d",tvdata.model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dvariax.c117 variax->model = buf[1];
140 /* model name is transmitted twice, so skip it here: */
149 DEBUG_MESSAGES(dev_err(variax->line6.ifcdev, "illegal length %d of model data\n", variax->line6.message_length));
204 "read" request on "model" special file.
210 return sprintf(buf, "%d\n", variax->model);
214 "write" request on "model" special file.
229 variax->model = value;
392 static DEVICE_ATTR(model, S_IWUSR | S_IRUGO, variax_get_model, variax_set_model);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DEntityModel.java9 package com.sleepycat.persist.model;
25 * The base class for classes that provide entity model metadata. An {@link
28 * model, a single {@link PrimaryIndex} object and zero or more {@link
31 * <p>The built-in entity model, the {@link AnnotationModel}, is based on
35 * to the {@link AnnotationModel} class. However, a custom entity model class
39 * <p>A concrete entity model class should extend this class and implement the
44 * capabilities to the model at a future date without causing
46 * returning new information about the model and subclasses may override this
64 * Returns whether the model is associated with an open store.
66 * <p>The {@link #registerClass} method may only be called when the model
[all...]

Completed in 152 milliseconds

1234567891011>>