Searched refs:def_val (Results 1 – 8 of 8) sorted by relevance
| /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/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 | 314 unsigned int def_val;/*effect default values*/ member 324 .def_val = 0x41F00000 332 .def_val = 0x3F3D70A4 340 .def_val = 0x00000000 348 .def_val = 0x00000000 356 .def_val = 0x00000000 364 .def_val = 0x00000000 372 .def_val = 0x00000000 380 .def_val = 0x00000000 388 .def_val = 0x00000000 [all …]
|
| /linux/drivers/i2c/ |
| H A D | i2c-core-base.c | 1922 u32 def_val, bool use_def) in i2c_parse_timing() argument 1928 *cur_val_p = def_val; in i2c_parse_timing()
|