Home
last modified time | relevance | path

Searched refs:def_val (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dmakemapdata.c38 def_val = c; in get_define()
75 value = atoi(def_val); in main()
84 value = atoi(def_val); in main()
91 if (strlen(def_val) > 5) { in main()
92 //if (def_val[0] == '(') in main()
93 // def_val++; in main()
94 cp = strchr(def_val, '+'); in main()
100 this = find_key(def_val); in main()
106 } else if (!strncmp(def_val, "0x", 2)) in main()
107 sscanf(def_val in main()
[all...]
H A Dutils.h26 char *def_name, *def_val; variable
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dmixer-test.c46 snd_ctl_elem_value_t *def_val; member
131 err = snd_ctl_elem_value_malloc(&ctl_data->def_val); in find_controls()
146 snd_ctl_elem_value_set_id(ctl_data->def_val, in find_controls()
405 err = snd_ctl_elem_read(ctl->card->handle, ctl->def_val); in test_ctl_get_value()
412 if (!ctl_value_valid(ctl, ctl->def_val)) in test_ctl_get_value()
705 err = write_and_verify(ctl, ctl->def_val, NULL); in test_ctl_write_default()
855 write_and_verify(ctl, ctl->def_val, NULL); in test_ctl_write_valid()
890 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_boolean()
910 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_integer()
918 snd_ctl_elem_value_copy(val, ctl->def_val); in test_ctl_write_invalid_integer()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dassabet.c87 static int __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()
743 u32 def_val; in assabet_init_irq() local
748 def_val = ASSABET_BCR_DB1111; in assabet_init_irq()
750 def_val = ASSABET_BCR_DB1110; in assabet_init_irq()
757 assabet_gpio_base = assabet_init_gpio((void *)&ASSABET_BCR, def_val); in assabet_init_irq()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/rdma/
H A Duverbs_ioctl.h890 s64 *def_val);
893 size_t idx, u64 upper_bound, u64 *def_val);
927 s64 *def_val) in _uverbs_get_const()
941 s64 *def_val) in _uverbs_get_const_signed()
948 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned()
925 _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
938 _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
946 _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
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_ioctl.c766 s64 *def_val) in _uverbs_get_const_signed()
772 if ((PTR_ERR(attr) != -ENOENT) || !def_val) in _uverbs_get_const_signed()
775 *to = *def_val; in _uverbs_get_const_signed()
789 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned()
795 if ((PTR_ERR(attr) != -ENOENT) || !def_val) in _uverbs_get_const_unsigned()
798 *to = *def_val; in _uverbs_get_const_unsigned()
763 _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
787 _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
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dtest_power.c304 int def_val) in map_get_value()
314 return def_val; in map_get_value()
324 return def_val; in map_get_value()
303 map_get_value(struct battery_property_map *map, const char *key, int def_val) map_get_value() argument
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dtest_power.c304 int def_val) in map_get_value()
313 return def_val; in map_get_value()
323 return def_val; in map_get_value()
303 map_get_value(struct battery_property_map *map, const char *key, int def_val) map_get_value() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c55 #define MLX4_EN_PARM_INT(X, def_val, desc) \
56 static unsigned int X = def_val;\
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c55 #define MLX4_EN_PARM_INT(X, def_val, desc) \
56 static unsigned int X = def_val;\
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_ioctl.c757 s64 *def_val) in _uverbs_get_const()
763 if ((PTR_ERR(attr) != -ENOENT) || !def_val) in _uverbs_get_const()
766 *to = *def_val; in _uverbs_get_const()
755 _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
/kernel/linux/linux-5.10/include/rdma/
H A Duverbs_ioctl.h877 s64 *def_val);
911 s64 *def_val) in _uverbs_get_const()
909 _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
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H A Ds2io.h1121 #define S2IO_PARM_INT(X, def_val) \
1122 static unsigned int X = def_val;\
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H A Ds2io.h1120 #define S2IO_PARM_INT(X, def_val) \
1121 static unsigned int X = def_val;\
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_ca0132.c314 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
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_ca0132.c314 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
[all...]
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_ocp.c2569 int def_val) in ptp_ocp_show_output()
2577 name = ptp_ocp_select_name_from_val(tbl, def_val); in ptp_ocp_show_output()
2584 int def_val) in ptp_ocp_show_inputs()
2597 if (!val && def_val >= 0) { in ptp_ocp_show_inputs()
2598 name = ptp_ocp_select_name_from_val(tbl, def_val); in ptp_ocp_show_inputs()
2568 ptp_ocp_show_output(const struct ocp_selector *tbl, u32 val, char *buf, int def_val) ptp_ocp_show_output() argument
2583 ptp_ocp_show_inputs(const struct ocp_selector *tbl, u32 val, char *buf, int def_val) ptp_ocp_show_inputs() argument
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-core-base.c1709 u32 def_val, bool use_def) in i2c_parse_timing()
1715 *cur_val_p = def_val; in i2c_parse_timing()
1708 i2c_parse_timing(struct device *dev, char *prop_name, u32 *cur_val_p, u32 def_val, bool use_def) i2c_parse_timing() argument
/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-core-base.c1883 u32 def_val, bool use_def) in i2c_parse_timing()
1889 *cur_val_p = def_val; in i2c_parse_timing()
1882 i2c_parse_timing(struct device *dev, char *prop_name, u32 *cur_val_p, u32 def_val, bool use_def) i2c_parse_timing() argument

Completed in 41 milliseconds