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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dk8temp.c146 static int __devinit is_rev_g_desktop(u8 model) argument
150 if (model < 0x69)
153 if (model == 0xc1 || model == 0x6c || model == 0x7c)
165 if ((model == 0x6f || model == 0x7f) &&
170 if (model == 0x6b &&
183 u8 model, stepping; local
191 model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_devinfo.c23 char model[16]; member in struct:scsi_dev_info_list
52 char *model; member in struct:__anon15003
275 * devinfo vendor and model strings.
307 * @model: model (product) string
312 * Create and add one dev_info entry for @vendor, @model, @strflags or
319 static int scsi_dev_info_list_add(int compatible, char *vendor, char *model, argument
322 return scsi_dev_info_list_add_keyed(compatible, vendor, model,
331 * @model: model (produc
345 scsi_dev_info_list_add_keyed(int compatible, char *vendor, char *model, char *strflags, int flags, int key) argument
398 char *vendor, *model, *strflags, *next; local
447 scsi_get_device_flags(struct scsi_device *sdev, const unsigned char *vendor, const unsigned char *model) argument
469 scsi_get_device_flags_keyed(struct scsi_device *sdev, const unsigned char *vendor, const unsigned char *model, int key) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dled.c85 unsigned long model:16; /* DISPLAY_MODEL_XXXX */ member in struct:pdc_chassis_lcd_info_ret_block
110 .model = DISPLAY_MODEL_LCD,
522 if (lcd_info.model == DISPLAY_MODEL_LCD)
539 int __init register_led_driver(int model, unsigned long cmd_reg, unsigned long data_reg) argument
546 lcd_info.model = model; /* store the values */
549 switch (lcd_info.model) {
574 printk(KERN_ERR "%s: Wrong LCD/LED model %d !\n",
575 __func__, lcd_info.model);
605 switch (lcd_info.model) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dconfig.c66 static void atari_get_model(char *model);
571 static void atari_get_model(char *model) argument
573 strcpy(model, "Atari ");
577 strcat(model, "Mega ST");
579 strcat(model, "ST");
583 strcat(model, "Mega STE");
585 strcat(model, "STE");
590 strcat(model, "Medusa");
592 strcat(model, "TT");
595 strcat(model, "Falco
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dsetup.c101 const char *model = ""; local
105 model = of_get_property(root, "model", NULL);
106 seq_printf(m, "machine\t\t: CHRP %s\n", model);
109 if (model && !strncmp(model, "IBM,LongTrail", 13)) {
122 model = "4 MB";
125 model = "8 MB";
128 model = "16 MB";
131 model
197 const char *model; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dcpu.c98 int family = 0, model = 0; local
109 model = ((eax >> 4) & 0xf) + ((eax >> 12) & 0xf0);
193 if (family == 6 && (model == 9 || model == 13 || model == 14)) {
211 if (family == 6 && model == 28)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DDplDump.java21 import com.sleepycat.persist.model.EntityMetadata;
22 import com.sleepycat.persist.model.EntityModel;
126 EntityModel model = store.getModel();
127 for (String clsName : model.getKnownClasses()) {
128 EntityMetadata meta = model.getEntityMetadata(clsName);
131 for (RawType type : model.getAllRawTypeVersions(clsName)) {
H A DCustomKeyOrderExample.java21 import com.sleepycat.persist.model.Entity;
22 import com.sleepycat.persist.model.KeyField;
23 import com.sleepycat.persist.model.Persistent;
24 import com.sleepycat.persist.model.PrimaryKey;
H A DPersonExample.java25 import com.sleepycat.persist.model.Entity;
26 import com.sleepycat.persist.model.Persistent;
27 import com.sleepycat.persist.model.PrimaryKey;
28 import com.sleepycat.persist.model.SecondaryKey;
29 import static com.sleepycat.persist.model.DeleteAction.NULLIFY;
30 import static com.sleepycat.persist.model.Relationship.ONE_TO_ONE;
31 import static com.sleepycat.persist.model.Relationship.ONE_TO_MANY;
32 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
33 import static com.sleepycat.persist.model.Relationship.MANY_TO_MANY;
96 /* The data accessor class for the entity model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpsymodel.c2 * audio encoder psychoacoustic model
58 ctx->model = &ff_aac_psy_model;
61 if (ctx->model->init)
62 return ctx->model->init(ctx);
78 if (ctx->model && ctx->model->end)
79 ctx->model->end(ctx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dqpace_setup.c50 const char *model = ""; local
54 model = of_get_property(root, "model", NULL);
55 seq_printf(m, "machine\t\t: CHRP %s\n", model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dled.h18 /* values for pdc_chassis_lcd_info_ret_block.model: */
27 int __init register_led_driver(int model, unsigned long cmd_reg, unsigned long data_reg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_fdmi.h41 u8 model[16]; member in struct:bfa_fcs_fdmi_hba_attr_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dvariax.h39 Binary Variax model dump
73 int model; member in struct:usb_line6_variax
76 Current model settings.
81 Name of current model bank.
/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 DEntity.java9 package com.sleepycat.persist.model;
H A DPrimaryKey.java9 package com.sleepycat.persist.model;
H A DPrimaryKeyMetadata.java9 package com.sleepycat.persist.model;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/spi/
H A Dads7846.h15 u16 model; /* 7843, 7845, 7846, 7873. */ member in struct:ads7846_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dtveeprom.h28 u32 model; member in struct:tveeprom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Doxygen_pcm.c132 (chip->model.device_config & CAPTURE_2_FROM_AC97_1))
143 runtime->hw.channels_max = chip->model.dac_channels;
146 if (chip->model.pcm_hardware_filter)
147 chip->model.pcm_hardware_filter(channel, &runtime->hw);
360 chip->model.get_i2s_mclk(chip, PCM_A, hw_params) |
361 chip->model.adc_i2s_format |
370 chip->model.set_adc_params(chip, hw_params);
387 (chip->model.device_config & CAPTURE_2_FROM_AC97_1);
396 chip->model.get_i2s_mclk(chip, PCM_B,
398 chip->model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewmodel.tex4 wxDataViewModel is the base class for all data model to be
38 to define a table like data model to be displayed by a
40 from this class to define your own data model.
46 define the data model (which acts as an interface between
54 The data that is presented through this data model is expected
55 to change at run-time. You need to inform the data model that
79 on this model will just call
85 to get informed about any changes to the data in the list model.
89 display a certain column of this list model. This is
124 \func{void}{AddViewingColumn}{\param{wxDataViewColumn* }{view\_column}, \param{unsigned int }{model\_colum
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dlogips2pp.c33 u8 model; member in struct:ps2pp_info
197 static const struct ps2pp_info *get_model_info(unsigned char model) argument
250 if (model == ps2pp_list[i].model)
257 * Set up input device's properties based on the detected mouse model.
319 * and its exact model and try turning on extended protocol for ones
327 unsigned char model, buttons; local
340 model = ((param[0] >> 4) & 0x07) | ((param[0] << 3) & 0x78);
343 if (!model || !buttons)
346 model_info = get_model_info(model);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfilter.c91 GtkTreeModel * model = GTK_TREE_MODEL( store ); local
92 gtk_tree_model_get( model, iter, CAT_FILTER_COL_COUNT, &count, -1 );
106 GtkTreeModel * model = gtk_tree_row_reference_get_model( reference ); local
108 if( gtk_tree_model_get_iter( model, &iter, path ) )
109 gtk_tree_store_set( GTK_TREE_STORE( model ), &iter,
134 GtkTreeModel * model = GTK_TREE_MODEL( store ); local
208 gtk_tree_model_iter_children( model, &top, NULL );
212 gtk_tree_model_iter_next( model, &top );
215 gtk_tree_model_iter_next( model, &top );
219 const gboolean old_hosts_done = !gtk_tree_model_iter_nth_child( model,
649 GtkTreeModel * model = GTK_TREE_MODEL( store ); local
659 GtkTreeModel * model = GTK_TREE_MODEL( store ); local
904 is_row_visible( GtkTreeModel * model, GtkTreeIter * iter, gpointer vdata ) argument
926 GtkTreeModel * model; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr.h52 uint32_t *srclen, uint32_t *destlen, void *model);
54 uint32_t cdatalen, uint32_t datalen, void *model);
H A Dcompr_lzo.c45 uint32_t *sourcelen, uint32_t *dstlen, void *model)
70 uint32_t srclen, uint32_t destlen, void *model)
44 jffs2_lzo_compress(unsigned char *data_in, unsigned char *cpage_out, uint32_t *sourcelen, uint32_t *dstlen, void *model) argument
69 jffs2_lzo_decompress(unsigned char *data_in, unsigned char *cpage_out, uint32_t srclen, uint32_t destlen, void *model) argument

Completed in 104 milliseconds

1234567891011>>