Home
last modified time | relevance | path

Searched refs:def_val (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dmakemapdata.c37 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 Dutils.h26 char *def_name, *def_val; variable
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c48 snd_ctl_elem_value_t *def_val; member
166 snd_ctl_elem_value_set_id(ctl_data->def_val, in find_controls()
432 if (!ctl_value_valid(ctl, ctl->def_val)) in test_ctl_get_value()
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()
960 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_integer()
1036 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_enumerated()
1044 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_enumerated()
[all …]
/linux/arch/arm/mach-sa1100/
H A Dassabet.c87 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 Duverbs_ioctl.c778 s64 *def_val) in _uverbs_get_const_signed() argument
784 if ((PTR_ERR(attr) != -ENOENT) || !def_val) in _uverbs_get_const_signed()
787 *to = *def_val; in _uverbs_get_const_signed()
801 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() argument
807 if ((PTR_ERR(attr) != -ENOENT) || !def_val) in _uverbs_get_const_unsigned()
810 *to = *def_val; in _uverbs_get_const_unsigned()
/linux/include/rdma/
H A Duverbs_ioctl.h892 s64 *def_val);
895 size_t idx, u64 upper_bound, u64 *def_val);
929 s64 *def_val) in _uverbs_get_const() argument
943 s64 *def_val) in _uverbs_get_const_signed() argument
950 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() argument
/linux/drivers/power/supply/
H A Dtest_power.c340 int def_val) in map_get_value() argument
349 return def_val; in map_get_value()
359 return def_val; in map_get_value()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c55 #define MLX4_EN_PARM_INT(X, def_val, desc) \ argument
56 static unsigned int X = def_val;\
/linux/drivers/net/ethernet/neterion/
H A Ds2io.h1120 #define S2IO_PARM_INT(X, def_val) \ argument
1121 static unsigned int X = def_val;\
/linux/sound/pci/hda/
H A Dpatch_ca0132.c324 .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
396 .def_val = 0x00000000
[all …]
/linux/drivers/ptp/
H A Dptp_ocp.c2867 int def_val) in ptp_ocp_show_output() argument
2875 name = ptp_ocp_select_name_from_val(tbl, def_val); in ptp_ocp_show_output()
2882 int def_val) in ptp_ocp_show_inputs() argument
2895 if (!val && def_val >= 0) { in ptp_ocp_show_inputs()
2896 name = ptp_ocp_select_name_from_val(tbl, def_val); in ptp_ocp_show_inputs()
/linux/drivers/i2c/
H A Di2c-core-base.c1913 u32 def_val, bool use_def) in i2c_parse_timing() argument
1919 *cur_val_p = def_val; in i2c_parse_timing()