/external/tinyalsa_new/src/ |
D | mixer.c | 82 struct mixer_ctl *ctl; member 112 static void mixer_cleanup_control(struct mixer_ctl *ctl) in mixer_cleanup_control() 182 struct mixer_ctl *ctl; in add_controls() local 419 struct mixer_ctl *ctl; in mixer_get_num_ctls_by_name() local 725 struct mixer_ctl *ctl; in mixer_get_ctl_by_name_and_index() local 768 void mixer_ctl_update(struct mixer_ctl *ctl) in mixer_ctl_update() 785 int mixer_ctl_is_access_tlv_rw(const struct mixer_ctl *ctl) in mixer_ctl_is_access_tlv_rw() 800 unsigned int mixer_ctl_get_id(const struct mixer_ctl *ctl) in mixer_ctl_get_id() 817 const char *mixer_ctl_get_name(const struct mixer_ctl *ctl) in mixer_ctl_get_name() 831 enum mixer_ctl_type mixer_ctl_get_type(const struct mixer_ctl *ctl) in mixer_ctl_get_type() [all …]
|
D | mixer_plugin.c | 72 struct snd_control *ctl; in mixer_plug_get_elem_id() local 91 static int mixer_plug_info_enum(struct snd_control *ctl, in mixer_plug_info_enum() 110 static int mixer_plug_info_bytes(struct snd_control *ctl, in mixer_plug_info_bytes() 127 static int mixer_plug_info_integer(struct snd_control *ctl, in mixer_plug_info_integer() 208 struct snd_control *ctl; in mixer_plug_tlv_write() local 221 struct snd_control *ctl; in mixer_plug_tlv_read() local 234 struct snd_control *ctl; in mixer_plug_elem_write() local 250 struct snd_control *ctl; in mixer_plug_elem_read() local 267 struct snd_control *ctl; in mixer_plug_get_elem_info() local
|
/external/tinyalsa/ |
D | mixer.c | 65 struct mixer_ctl *ctl; member 173 struct mixer_ctl *ctl = grp->ctl + n; in mixer_grp_open() local 298 static bool mixer_ctl_get_elem_info(struct mixer_ctl* ctl) in mixer_ctl_get_elem_info() 363 struct mixer_ctl *ctl; in mixer_get_ctl() local 414 void mixer_ctl_update(struct mixer_ctl *ctl) in mixer_ctl_update() 425 const char *mixer_ctl_get_name(struct mixer_ctl *ctl) in mixer_ctl_get_name() 433 enum mixer_ctl_type mixer_ctl_get_type(struct mixer_ctl *ctl) in mixer_ctl_get_type() 449 const char *mixer_ctl_get_type_string(struct mixer_ctl *ctl) in mixer_ctl_get_type_string() 465 unsigned int mixer_ctl_get_num_values(struct mixer_ctl *ctl) in mixer_ctl_get_num_values() 497 int mixer_ctl_get_percent(struct mixer_ctl *ctl, unsigned int id) in mixer_ctl_get_percent() [all …]
|
D | mixer_plugin.c | 68 struct snd_control *ctl; in mixer_plug_get_elem_id() local 85 static int mixer_plug_info_enum(struct snd_control *ctl, in mixer_plug_info_enum() 103 static int mixer_plug_info_bytes(struct snd_control *ctl, in mixer_plug_info_bytes() 120 static int mixer_plug_info_integer(struct snd_control *ctl, in mixer_plug_info_integer() 203 struct snd_control *ctl; in mixer_plug_tlv_write() local 216 struct snd_control *ctl; in mixer_plug_tlv_read() local 229 struct snd_control *ctl; in mixer_plug_elem_write() local 245 struct snd_control *ctl; in mixer_plug_elem_read() local 262 struct snd_control *ctl; in mixer_plug_get_elem_info() local
|
D | tinymix.c | 140 struct mixer_ctl *ctl; in tinymix_list_controls() local 171 static void tinymix_print_enum(struct mixer_ctl *ctl, const char *space, in tinymix_print_enum() 197 struct mixer_ctl *ctl; in tinymix_detail_control() local 282 static void tinymix_set_byte_ctl(struct mixer_ctl *ctl, in tinymix_set_byte_ctl() 347 struct mixer_ctl *ctl; in tinymix_set_value() local
|
/external/tinyalsa_new/examples/plugins/ |
D | sample_mixer_plugin.c | 56 struct snd_control *ctl, struct snd_ctl_elem_value *ev) in sample_mixer_int_ctl_get() 62 struct snd_control *ctl, struct snd_ctl_elem_value *ev) in sample_mixer_int_ctl_put() 74 struct snd_control *ctl, struct snd_ctl_elem_value *ev) in sample_mixer_byte_array_ctl_get() 80 struct snd_control *ctl, struct snd_ctl_elem_value *ev) in sample_mixer_byte_array_ctl_put() 91 struct snd_control *ctl, struct snd_ctl_tlv *ev) in sample_mixer_tlv_ctl_get() 97 struct snd_control *ctl, struct snd_ctl_tlv *tlv) in sample_mixer_tlv_ctl_put() 109 struct snd_control *ctl, struct snd_ctl_elem_value *ev) in sample_mixer_enum_ctl_get() 115 struct snd_control *ctl, struct snd_ctl_elem_value *ev) in sample_mixer_enum_ctl_put() 137 struct snd_control *ctl = SAMPLE_MIXER_PRIV_GET_CTL_PTR(priv, ctl_idx); in create_integer_ctl() local 148 struct snd_control *ctl = SAMPLE_MIXER_PRIV_GET_CTL_PTR(priv, ctl_idx); in create_byte_array_ctl() local [all …]
|
/external/linux-kselftest/tools/testing/selftests/alsa/ |
D | mixer-test.c | 101 int card, ctl, err; in find_controls() local 196 bool ctl_value_index_valid(struct ctl_data *ctl, snd_ctl_elem_value_t *val, in ctl_value_index_valid() 308 bool ctl_value_valid(struct ctl_data *ctl, snd_ctl_elem_value_t *val) in ctl_value_valid() 324 void test_ctl_get_value(struct ctl_data *ctl) in test_ctl_get_value() 359 bool show_mismatch(struct ctl_data *ctl, int index, in show_mismatch() 424 int write_and_verify(struct ctl_data *ctl, in write_and_verify() 496 void test_ctl_write_default(struct ctl_data *ctl) in test_ctl_write_default() 529 bool test_ctl_write_valid_boolean(struct ctl_data *ctl) in test_ctl_write_valid_boolean() 550 bool test_ctl_write_valid_integer(struct ctl_data *ctl) in test_ctl_write_valid_integer() 580 bool test_ctl_write_valid_integer64(struct ctl_data *ctl) in test_ctl_write_valid_integer64() [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_vm_create.c | 28 static int vm_create_ioctl(int i915, struct drm_i915_gem_vm_control *ctl) in vm_create_ioctl() 39 static int vm_destroy_ioctl(int i915, struct drm_i915_gem_vm_control *ctl) in vm_destroy_ioctl() 64 struct drm_i915_gem_vm_control ctl = {}; in has_vm() local 85 struct drm_i915_gem_vm_control ctl = {}; in invalid_create() local 109 struct drm_i915_gem_vm_control ctl = {}; in invalid_destroy() local
|
/external/tinyalsa_new/utils/ |
D | tinymix.c | 202 struct mixer_ctl *ctl; in list_controls() local 229 static void print_enum(struct mixer_ctl *ctl) in print_enum() 247 struct mixer_ctl *ctl; in print_control_values_by_name_or_id() local 322 static void tinymix_set_byte_ctl(struct mixer_ctl *ctl, in tinymix_set_byte_ctl() 470 static int set_control_value(struct mixer_ctl* ctl, unsigned int i, in set_control_value() 491 static int set_control_values(struct mixer_ctl* ctl, in set_control_values() 540 struct mixer_ctl *ctl; in set_values() local
|
/external/rust/crates/nix/test/common/ |
D | mod.rs | 43 let ctl = ::sysctl::Ctl::new("vfs.usermount").unwrap(); localVariable 70 let ctl = ::sysctl::Ctl::new("security.jail.jailed").unwrap(); localVariable
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/internal/ |
D | OnDemandAllocatingPool.kt | 53 controlState.loop { ctl -> in <lambda>() method 90 val ctl = controlState.value in <lambda>() constant
|
/external/tensorflow/tensorflow/core/ir/ |
D | utility_test.cc | 48 Value ctl = LookupControlDependency(copy); in TEST() local 82 Value ctl = ret_op.getOperand(1); in TEST() local 117 Value ctl = ret_op.getOperand(1); in TEST() local
|
D | utility.cc | 42 BlockArgument GetLoopRegionDataOf(BlockArgument ctl) { in GetLoopRegionDataOf() 63 Optional<Value> LookupDataValue(Value ctl) { in LookupDataValue()
|
/external/igt-gpu-tools/lib/i915/ |
D | gem_vm.c | 72 struct drm_i915_gem_vm_control ctl = {}; in __gem_vm_create() local 107 struct drm_i915_gem_vm_control ctl = { .vm_id = vm_id }; in __gem_vm_destroy() local
|
/external/arm-trusted-firmware/bl32/tsp/ |
D | tsp_timer.c | 20 uint32_t ctl; member 31 uint32_t ctl = 0; in tsp_generic_timer_start() local
|
/external/arm-trusted-firmware/drivers/st/ddr/ |
D | stm32mp1_ddr.c | 385 static void stm32mp1_start_sw_done(struct stm32mp1_ddrctl *ctl) in stm32mp1_start_sw_done() 393 static void stm32mp1_wait_sw_done_ack(struct stm32mp1_ddrctl *ctl) in stm32mp1_wait_sw_done_ack() 672 static void stm32mp1_refresh_disable(struct stm32mp1_ddrctl *ctl) in stm32mp1_refresh_disable() 684 static void stm32mp1_refresh_restore(struct stm32mp1_ddrctl *ctl, in stm32mp1_refresh_restore()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 4-1.c | 50 pid_t child, ctl; in main() local
|
D | 3-1.c | 52 pid_t child, ctl; in main() local
|
D | 9-1.c | 53 pid_t child, ctl; in main() local
|
D | 12-1.c | 55 pid_t child, ctl; in main() local
|
D | 14-1.c | 55 pid_t child, ctl; in main() local
|
D | 13-1.c | 54 pid_t child, ctl; in main() local
|
D | 17-1.c | 57 pid_t child, ctl; in main() local
|
/external/tensorflow/tensorflow/core/transforms/utils/ |
D | utils.h | 54 BlockArgument data, ctl; member
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
D | 3-2.c | 90 pid_t child, ctl; in main() local
|