Lines Matching defs:ctl

62 	int card, ctl, err;  in find_controls()  local
177 static int wait_for_event(struct ctl_data *ctl, int timeout) in wait_for_event()
246 static bool ctl_value_index_valid(struct ctl_data *ctl, in ctl_value_index_valid()
359 static bool ctl_value_valid(struct ctl_data *ctl, snd_ctl_elem_value_t *val) in ctl_value_valid()
375 static void test_ctl_get_value(struct ctl_data *ctl) in test_ctl_get_value()
420 static void test_ctl_name(struct ctl_data *ctl) in test_ctl_name()
448 static bool show_mismatch(struct ctl_data *ctl, int index, in show_mismatch()
513 static int write_and_verify(struct ctl_data *ctl, in write_and_verify()
622 static void test_ctl_write_default(struct ctl_data *ctl) in test_ctl_write_default()
655 static bool test_ctl_write_valid_boolean(struct ctl_data *ctl) in test_ctl_write_valid_boolean()
676 static bool test_ctl_write_valid_integer(struct ctl_data *ctl) in test_ctl_write_valid_integer()
706 static bool test_ctl_write_valid_integer64(struct ctl_data *ctl) in test_ctl_write_valid_integer64()
734 static bool test_ctl_write_valid_enumerated(struct ctl_data *ctl) in test_ctl_write_valid_enumerated()
755 static void test_ctl_write_valid(struct ctl_data *ctl) in test_ctl_write_valid()
808 static bool test_ctl_write_invalid_value(struct ctl_data *ctl, in test_ctl_write_invalid_value()
830 static bool test_ctl_write_invalid_boolean(struct ctl_data *ctl) in test_ctl_write_invalid_boolean()
849 static bool test_ctl_write_invalid_integer(struct ctl_data *ctl) in test_ctl_write_invalid_integer()
895 static bool test_ctl_write_invalid_integer64(struct ctl_data *ctl) in test_ctl_write_invalid_integer64()
941 static bool test_ctl_write_invalid_enumerated(struct ctl_data *ctl) in test_ctl_write_invalid_enumerated()
973 static void test_ctl_write_invalid(struct ctl_data *ctl) in test_ctl_write_invalid()
1026 static void test_ctl_event_missing(struct ctl_data *ctl) in test_ctl_event_missing()
1032 static void test_ctl_event_spurious(struct ctl_data *ctl) in test_ctl_event_spurious()
1040 struct ctl_data *ctl; in main() local