Searched refs:defval (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A Dbf54x-lq043.h11 unsigned int defval; member in struct:bfin_bf54xfb_val
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-options.c25 *arg = (const char *)opt->defval;
73 *(int *)opt->value &= ~opt->defval;
75 *(int *)opt->value |= opt->defval;
87 *(unsigned int *)opt->value = unset ? 0 : opt->defval;
91 *(void **)opt->value = unset ? NULL : (void *)opt->defval;
98 *(const char **)opt->value = (const char *)opt->defval;
120 *(int *)opt->value = opt->defval;
136 *(unsigned int *)opt->value = opt->defval;
152 *(long *)opt->value = opt->defval;
168 *(u64 *)opt->value = opt->defval;
[all...]
H A Dparse-options.h80 * `defval`::
96 intptr_t defval; member in struct:option
104 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
107 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
108 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) }
121 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .flags = PARSE_OPT_LASTARG_DEFAULT }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dphy.c436 u32 defval, newval; local
456 defval = ar9170_get_default_phy_reg_val(0x1c5844,
458 newval = (defval & ~0x3f80) |
464 defval = ar9170_get_default_phy_reg_val(0x1c5850, is_2ghz, is_40mhz);
465 newval = (defval & ~0xffff) | ((u8)m->pgaDesiredSize << 8) |
470 defval = ar9170_get_default_phy_reg_val(0x1c5834, is_2ghz, is_40mhz);
476 defval = ar9170_get_default_phy_reg_val(0x1c5828, is_2ghz, is_40mhz);
477 newval = (defval & ~0xff0000) | (m->txEndToRxOn << 16);
481 defval = ar9170_get_default_phy_reg_val(0x1c8864, is_2ghz, is_40mhz);
482 newval = (defval
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Doplib_32.h167 extern int prom_getintdefault(int node, char *property, int defval);
H A Doplib_64.h203 extern int prom_getintdefault(int node, const char *property, int defval);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dmbxfb.h8 unsigned int defval; member in struct:mbxfb_val
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83l785ts.c83 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval);
247 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval) argument
279 return defval;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcm-x270.c237 .defval = 640,
242 .defval = 480,
247 .defval = 16,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Doplib.h229 extern int prom_getintdefault(int node, char *property, int defval);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_attr.c1597 #define LPFC_ATTR(name, defval, minval, maxval, desc) \
1598 static uint lpfc_##name = defval;\
1601 lpfc_param_init(name, defval, minval, maxval)
1603 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \
1604 static uint lpfc_##name = defval;\
1608 lpfc_param_init(name, defval, minval, maxval)\
1611 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \
1612 static uint lpfc_##name = defval;\
1616 lpfc_param_init(name, defval, minval, maxval)\
1617 lpfc_param_set(name, defval, minva
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dbf54x-lq043fb.c562 fbinfo->var.xres = info->mach_info->xres.defval;
563 fbinfo->var.xres_virtual = info->mach_info->xres.defval;
564 fbinfo->var.yres = info->mach_info->yres.defval;
565 fbinfo->var.yres_virtual = info->mach_info->yres.defval;
566 fbinfo->var.bits_per_pixel = info->mach_info->bpp.defval;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_setopt.c484 long defval = 0L; local
488 defval = nv->value;
496 if(lval == defval)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dfeat.c1012 u8 defval, type = dccp_feat_type(feat); local
1057 defval = dccp_feat_default_value(feat);
1058 if (dccp_feat_preflist_match(&defval, 1, val, len) > -1)
1059 fval.sp.vec[0] = defval;
1091 defval = dccp_feat_default_value(feat);
1092 if (!dccp_feat_reconcile(&entry->val, &defval, 1, server, true))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxmldoc.c3022 *defval; /* Default value */ local
3065 if ((defval = mxmlElementGetAttr(arg, "default")) != NULL)
3066 fprintf(out, " %s", defval);
3158 *defval, /* Default value */ local
3698 if ((defval = mxmlElementGetAttr(arg, "default")) != NULL)
3699 fprintf(out, " %s", defval);
4032 *defval, /* Default value */ local
4180 if ((defval = mxmlElementGetAttr(arg, "default")) != NULL)
4181 printf(" %s", defval);
4278 if ((defval
4551 *defval, /* Default value */ local
5393 *defval; /* Default value for argument */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynarray.cpp210 void name::SetCount(size_t count, T defval) \
228 m_pItems[m_nCount++] = defval; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demufx.c1064 const char *name, int gpr, int defval)
1069 ctl->gpr[0] = gpr + 0; ctl->value[0] = defval;
1085 const char *name, int gpr, int defval)
1090 ctl->gpr[0] = gpr + 0; ctl->value[0] = defval;
1091 ctl->gpr[1] = gpr + 1; ctl->value[1] = defval;
1107 const char *name, int gpr, int defval)
1112 ctl->gpr[0] = gpr + 0; ctl->value[0] = defval;
1120 const char *name, int gpr, int defval)
1125 ctl->gpr[0] = gpr + 0; ctl->value[0] = defval;
1126 ctl->gpr[1] = gpr + 1; ctl->value[1] = defval;
1063 snd_emu10k1_init_mono_control(struct snd_emu10k1_fx8010_control_gpr *ctl, const char *name, int gpr, int defval) argument
1084 snd_emu10k1_init_stereo_control(struct snd_emu10k1_fx8010_control_gpr *ctl, const char *name, int gpr, int defval) argument
1106 snd_emu10k1_init_mono_onoff_control(struct snd_emu10k1_fx8010_control_gpr *ctl, const char *name, int gpr, int defval) argument
1119 snd_emu10k1_init_stereo_onoff_control(struct snd_emu10k1_fx8010_control_gpr *ctl, const char *name, int gpr, int defval) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasfdec.c870 #define DO_2BITS(bits, var, defval) \
885 var = defval; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasfdec.c708 #define DO_2BITS(bits, var, defval) \
714 default: var = defval; break; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darray.tex657 \func{void}{SetCount}{\param{size\_t }{count}, \param{T }{defval = T($0$)}}
662 the value {\it defval}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynarray.h176 void SetCount(size_t n, T defval = T()); \

Completed in 155 milliseconds