| /linux/drivers/accessibility/speakup/ |
| H A D | makemapdata.c | 37 def_val = c; in get_define() 74 value = atoi(def_val); in main() 83 value = atoi(def_val); in main() 90 if (strlen(def_val) > 5) { in main() 93 cp = strchr(def_val, '+'); in main() 99 this = find_key(def_val); in main() 105 } else if (!strncmp(def_val, "0x", 2)) in main() 106 sscanf(def_val+2, "%x", &value); in main() 107 else if (*def_val >= '0' && *def_val <= '9') in main() 108 value = atoi(def_val); in main()
|
| H A D | utils.h | 26 char *def_name, *def_val; variable
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 48 snd_ctl_elem_value_t *def_val; member 151 err = snd_ctl_elem_value_malloc(&ctl_data->def_val); in find_controls() 166 snd_ctl_elem_value_set_id(ctl_data->def_val, in find_controls() 425 err = snd_ctl_elem_read(ctl->card->handle, ctl->def_val); in test_ctl_get_value() 432 if (!ctl_value_valid(ctl, ctl->def_val)) in test_ctl_get_value() 738 err = write_and_verify(ctl, ctl->def_val, NULL); in test_ctl_write_default() 888 write_and_verify(ctl, ctl->def_val, NULL); in test_ctl_write_valid() 923 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_boolean() 943 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_integer() 951 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_integer() [all …]
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | assabet.c | 87 static void __init assabet_init_gpio(void __iomem *reg, u32 def_val) in assabet_init_gpio() argument 91 writel_relaxed(def_val, reg); in assabet_init_gpio() 93 gc = gpio_reg_init(NULL, reg, -1, 32, "assabet", 0xff000000, def_val, in assabet_init_gpio() 715 u32 def_val; in assabet_init_irq() local 720 def_val = ASSABET_BCR_DB1111; in assabet_init_irq() 722 def_val = ASSABET_BCR_DB1110; in assabet_init_irq() 729 assabet_init_gpio((void *)&ASSABET_BCR, def_val); in assabet_init_irq()
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_ioctl.c | 745 _uverbs_get_const_signed(s64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,s64 lower_bound,u64 upper_bound,s64 * def_val) _uverbs_get_const_signed() argument 768 _uverbs_get_const_unsigned(u64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,u64 upper_bound,u64 * def_val) _uverbs_get_const_unsigned() argument
|
| /linux/include/rdma/ |
| H A D | uverbs_ioctl.h | 917 s64 *def_val); in uverbs_get_flags32() 920 size_t idx, u64 upper_bound, u64 *def_val); in uverbs_copy_to() 966 s64 *def_val) in _ib_copy_validate_udata_in() 980 s64 *def_val) 987 size_t idx, u64 upper_bound, u64 *def_val) 936 _uverbs_get_const(s64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,s64 lower_bound,u64 upper_bound,s64 * def_val) _uverbs_get_const() argument 950 _uverbs_get_const_signed(s64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,s64 lower_bound,u64 upper_bound,s64 * def_val) _uverbs_get_const_signed() argument 957 _uverbs_get_const_unsigned(u64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,u64 upper_bound,u64 * def_val) _uverbs_get_const_unsigned() argument
|
| /linux/drivers/power/supply/ |
| H A D | test_power.c | 445 int def_val) in map_get_value() argument 454 return def_val; in map_get_value() 464 return def_val; in map_get_value()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_main.c | 55 #define MLX4_EN_PARM_INT(X, def_val, desc) \ argument 56 static unsigned int X = def_val;\
|
| /linux/sound/hda/codecs/ |
| H A D | ca0132.c | 315 unsigned int def_val;/*effect default values*/ 325 .def_val = 0x41F00000 333 .def_val = 0x3F3D70A4 341 .def_val = 0x00000000 349 .def_val = 0x00000000 357 .def_val = 0x00000000 365 .def_val = 0x00000000 373 .def_val = 0x00000000 381 .def_val = 0x00000000 389 .def_val 314 unsigned int def_val;/*effect default values*/ global() member [all...] |
| /linux/drivers/i2c/ |
| H A D | i2c-core-base.c | 1949 u32 def_val, bool use_def) in i2c_parse_fw_timings() 1955 *cur_val_p = def_val; in i2c_parse_fw_timings() 1922 i2c_parse_timing(struct device * dev,char * prop_name,u32 * cur_val_p,u32 def_val,bool use_def) i2c_parse_timing() argument
|