/linux-4.4.14/tools/perf/util/ |
D | parse-options.h | 102 intptr_t defval; member 112 …, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) } 120 …name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) } 121 …e = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) } 130 .flags = PARSE_OPT_OPTARG, .defval = (intptr_t)(d) } 139 …(s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .fl… 142 .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d,\
|
D | parse-options.c | 29 *arg = (const char *)opt->defval; in get_arg() 97 *(int *)opt->value &= ~opt->defval; in get_value() 99 *(int *)opt->value |= opt->defval; in get_value() 113 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value() 117 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value() 125 *(const char **)opt->value = (const char *)opt->defval; in get_value() 162 *(int *)opt->value = opt->defval; in get_value() 178 *(unsigned int *)opt->value = opt->defval; in get_value() 194 *(long *)opt->value = opt->defval; in get_value() 210 *(u64 *)opt->value = opt->defval; in get_value()
|
/linux-4.4.14/drivers/hwmon/ |
D | w83l785ts.c | 83 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval); 234 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval) in w83l785ts_read_value() argument 270 return defval; in w83l785ts_read_value()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | cm-x270.c | 236 .defval = 640, 241 .defval = 480, 246 .defval = 16,
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 1942 #define LPFC_ATTR(name, defval, minval, maxval, desc) \ argument 1943 static uint lpfc_##name = defval;\ 1946 lpfc_param_init(name, defval, minval, maxval) 1948 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ argument 1949 static uint lpfc_##name = defval;\ 1953 lpfc_param_init(name, defval, minval, maxval)\ 1956 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ argument 1957 static uint lpfc_##name = defval;\ 1961 lpfc_param_init(name, defval, minval, maxval)\ 1962 lpfc_param_set(name, defval, minval, maxval)\ [all …]
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
D | bf54x-lq043.h | 11 unsigned int defval; member
|
/linux-4.4.14/drivers/video/fbdev/ |
D | bf54x-lq043fb.c | 561 fbinfo->var.xres = info->mach_info->xres.defval; in bfin_bf54x_probe() 562 fbinfo->var.xres_virtual = info->mach_info->xres.defval; in bfin_bf54x_probe() 563 fbinfo->var.yres = info->mach_info->yres.defval; in bfin_bf54x_probe() 564 fbinfo->var.yres_virtual = info->mach_info->yres.defval; in bfin_bf54x_probe() 565 fbinfo->var.bits_per_pixel = info->mach_info->bpp.defval; in bfin_bf54x_probe()
|
/linux-4.4.14/include/video/ |
D | mbxfb.h | 8 unsigned int defval; member
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | oplib_32.h | 136 int prom_getintdefault(phandle node, char *property, int defval);
|
D | oplib_64.h | 204 int prom_getintdefault(phandle node, const char *property, int defval);
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | oplib.h | 235 extern int prom_getintdefault(int node, char *property, int defval);
|
/linux-4.4.14/net/dccp/ |
D | feat.c | 1100 u8 defval, type = dccp_feat_type(feat); in dccp_feat_change_recv() local 1145 defval = dccp_feat_default_value(feat); in dccp_feat_change_recv() 1146 if (dccp_feat_preflist_match(&defval, 1, val, len) > -1) in dccp_feat_change_recv() 1147 fval.sp.vec[0] = defval; in dccp_feat_change_recv() 1179 defval = dccp_feat_default_value(feat); in dccp_feat_change_recv() 1180 if (!dccp_feat_reconcile(&entry->val, &defval, 1, server, true)) in dccp_feat_change_recv()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emufx.c | 1077 const char *name, int gpr, int defval) in snd_emu10k1_init_mono_control() argument 1082 ctl->gpr[0] = gpr + 0; ctl->value[0] = defval; in snd_emu10k1_init_mono_control() 1098 const char *name, int gpr, int defval) in snd_emu10k1_init_stereo_control() argument 1103 ctl->gpr[0] = gpr + 0; ctl->value[0] = defval; in snd_emu10k1_init_stereo_control() 1104 ctl->gpr[1] = gpr + 1; ctl->value[1] = defval; in snd_emu10k1_init_stereo_control() 1120 const char *name, int gpr, int defval) in snd_emu10k1_init_mono_onoff_control() argument 1125 ctl->gpr[0] = gpr + 0; ctl->value[0] = defval; in snd_emu10k1_init_mono_onoff_control() 1133 const char *name, int gpr, int defval) in snd_emu10k1_init_stereo_onoff_control() argument 1138 ctl->gpr[0] = gpr + 0; ctl->value[0] = defval; in snd_emu10k1_init_stereo_onoff_control() 1139 ctl->gpr[1] = gpr + 1; ctl->value[1] = defval; in snd_emu10k1_init_stereo_onoff_control()
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smsdvb-main.c | 198 #define convert_from_table(value, table, defval) ({ \ argument 203 __ret = defval; \
|