Lines Matching defs:ctl

64 	int card, ctl, err;  in find_controls()  local
207 static int wait_for_event(struct ctl_data *ctl, int timeout) in wait_for_event()
276 static bool ctl_value_index_valid(struct ctl_data *ctl, in ctl_value_index_valid()
389 static bool ctl_value_valid(struct ctl_data *ctl, snd_ctl_elem_value_t *val) in ctl_value_valid()
405 static void test_ctl_get_value(struct ctl_data *ctl) in test_ctl_get_value()
450 static void test_ctl_name(struct ctl_data *ctl) in test_ctl_name()
480 static void show_values(struct ctl_data *ctl, snd_ctl_elem_value_t *orig_val, in show_values()
522 static bool show_mismatch(struct ctl_data *ctl, int index, in show_mismatch()
587 static int write_and_verify(struct ctl_data *ctl, in write_and_verify()
711 static void test_ctl_write_default(struct ctl_data *ctl) in test_ctl_write_default()
744 static bool test_ctl_write_valid_boolean(struct ctl_data *ctl) in test_ctl_write_valid_boolean()
765 static bool test_ctl_write_valid_integer(struct ctl_data *ctl) in test_ctl_write_valid_integer()
795 static bool test_ctl_write_valid_integer64(struct ctl_data *ctl) in test_ctl_write_valid_integer64()
823 static bool test_ctl_write_valid_enumerated(struct ctl_data *ctl) in test_ctl_write_valid_enumerated()
844 static void test_ctl_write_valid(struct ctl_data *ctl) in test_ctl_write_valid()
894 static bool test_ctl_write_invalid_value(struct ctl_data *ctl, in test_ctl_write_invalid_value()
915 static bool test_ctl_write_invalid_boolean(struct ctl_data *ctl) in test_ctl_write_invalid_boolean()
933 static bool test_ctl_write_invalid_integer(struct ctl_data *ctl) in test_ctl_write_invalid_integer()
979 static bool test_ctl_write_invalid_integer64(struct ctl_data *ctl) in test_ctl_write_invalid_integer64()
1025 static bool test_ctl_write_invalid_enumerated(struct ctl_data *ctl) in test_ctl_write_invalid_enumerated()
1056 static void test_ctl_write_invalid(struct ctl_data *ctl) in test_ctl_write_invalid()
1106 static void test_ctl_event_missing(struct ctl_data *ctl) in test_ctl_event_missing()
1112 static void test_ctl_event_spurious(struct ctl_data *ctl) in test_ctl_event_spurious()
1120 struct ctl_data *ctl; in main() local