Lines Matching defs:ctl
62 int card, ctl, err; in find_controls() local
187 static int wait_for_event(struct ctl_data *ctl, int timeout) in wait_for_event()
256 static bool ctl_value_index_valid(struct ctl_data *ctl, in ctl_value_index_valid()
369 static bool ctl_value_valid(struct ctl_data *ctl, snd_ctl_elem_value_t *val) in ctl_value_valid()
385 static void test_ctl_get_value(struct ctl_data *ctl) in test_ctl_get_value()
430 static void test_ctl_name(struct ctl_data *ctl) in test_ctl_name()
460 static void show_values(struct ctl_data *ctl, snd_ctl_elem_value_t *orig_val, in show_values()
502 static bool show_mismatch(struct ctl_data *ctl, int index, in show_mismatch()
567 static int write_and_verify(struct ctl_data *ctl, in write_and_verify()
678 static void test_ctl_write_default(struct ctl_data *ctl) in test_ctl_write_default()
711 static bool test_ctl_write_valid_boolean(struct ctl_data *ctl) in test_ctl_write_valid_boolean()
732 static bool test_ctl_write_valid_integer(struct ctl_data *ctl) in test_ctl_write_valid_integer()
762 static bool test_ctl_write_valid_integer64(struct ctl_data *ctl) in test_ctl_write_valid_integer64()
790 static bool test_ctl_write_valid_enumerated(struct ctl_data *ctl) in test_ctl_write_valid_enumerated()
811 static void test_ctl_write_valid(struct ctl_data *ctl) in test_ctl_write_valid()
861 static bool test_ctl_write_invalid_value(struct ctl_data *ctl, in test_ctl_write_invalid_value()
882 static bool test_ctl_write_invalid_boolean(struct ctl_data *ctl) in test_ctl_write_invalid_boolean()
900 static bool test_ctl_write_invalid_integer(struct ctl_data *ctl) in test_ctl_write_invalid_integer()
946 static bool test_ctl_write_invalid_integer64(struct ctl_data *ctl) in test_ctl_write_invalid_integer64()
992 static bool test_ctl_write_invalid_enumerated(struct ctl_data *ctl) in test_ctl_write_invalid_enumerated()
1023 static void test_ctl_write_invalid(struct ctl_data *ctl) in test_ctl_write_invalid()
1073 static void test_ctl_event_missing(struct ctl_data *ctl) in test_ctl_event_missing()
1079 static void test_ctl_event_spurious(struct ctl_data *ctl) in test_ctl_event_spurious()
1087 struct ctl_data *ctl; in main() local