Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 11 of 11) sorted by relevance

/linux/sound/usb/
A Dmixer_quirks.c42 int val_type; member
58 int val_type, in snd_create_std_mono_ctl_offset() argument
71 cval->val_type = val_type; in snd_create_std_mono_ctl_offset()
111 int val_type, in snd_create_std_mono_ctl() argument
1221 cmask, val_type, name, in snd_ftu_create_effect_return_ctls()
1245 val_type, name, in snd_ftu_create_effect_send_ctls()
1255 val_type, name, in snd_ftu_create_effect_send_ctls()
1442 cmask, val_type, name, in snd_c400_create_effect_vol_ctls()
1545 .val_type = USB_MIXER_S16,
1552 .val_type = USB_MIXER_S16,
[all …]
A Dmixer.c211 switch (cval->val_type) { in convert_signed_value()
241 switch (cval->val_type) { in convert_bytes_value()
283 switch (val_type) { in uac2_ctl_value_size()
1680 cval->val_type = ctl_info->type; in __build_feature_ctl()
1901 cval->val_type = USB_MIXER_BOOLEAN; in build_connector_control()
1950 cval->val_type = USB_MIXER_BOOLEAN; in parse_clock_source_unit()
2162 cval->val_type = USB_MIXER_S16; in build_mixer_unit_ctl()
2339 int val_type; member
2506 cval->val_type = valinfo->val_type; in build_audio_procunit()
2749 cval->val_type = USB_MIXER_U8; in parse_audio_selector_unit()
[all …]
A Dmixer.h89 int val_type; member
A Dmixer_scarlett.c540 int val_type, int channels, const char *name, in add_new_ctl() argument
558 elem->val_type = val_type; in add_new_ctl()
A Dmixer_us16x08.c1044 int index, int val_type, int channels, in add_new_ctl() argument
1064 elem->val_type = val_type; in add_new_ctl()
A Dmixer_scarlett_gen2.c1623 elem->val_type = USB_MIXER_BESPOKEN; in scarlett2_add_new_ctl()
/linux/scripts/gcc-plugins/
A Drandomize_layout_plugin.c618 tree field_type, val_type; in check_bad_casts_in_constructor() local
631 val_type = TREE_TYPE(val); in check_bad_casts_in_constructor()
633 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor()
636 if (field_type == val_type) in check_bad_casts_in_constructor()
640 val_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(val_type)))); in check_bad_casts_in_constructor()
644 if (field_type == val_type) in check_bad_casts_in_constructor()
646 if (TREE_CODE(val_type) != RECORD_TYPE) in check_bad_casts_in_constructor()
649 if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(val_type))) in check_bad_casts_in_constructor()
651 …SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARIANT(val_type)); in check_bad_casts_in_constructor()
/linux/drivers/net/dsa/b53/
A Db53_priv.h236 #define b53_build_op(type_op_size, val_type) \ argument
238 u8 reg, val_type val) \
/linux/net/sched/
A Dact_ct.c1143 void *val, int val_type, in tcf_ct_set_key_val() argument
1147 if (!tb[val_type]) in tcf_ct_set_key_val()
1149 nla_memcpy(val, tb[val_type], len); in tcf_ct_set_key_val()
1340 void *val, int val_type, in tcf_ct_dump_key_val() argument
1349 err = nla_put(skb, val_type, len, val); in tcf_ct_dump_key_val()
A Dcls_flower.c759 void *val, int val_type, in fl_set_key_val() argument
762 if (!tb[val_type]) in fl_set_key_val()
764 nla_memcpy(val, tb[val_type], len); in fl_set_key_val()
2419 void *val, int val_type, in fl_dump_key_val() argument
2426 err = nla_put(skb, val_type, len, val); in fl_dump_key_val()
/linux/fs/hugetlbfs/
A Dinode.c1203 enum hugetlbfs_size_type val_type) in hugetlbfs_size_to_hpages() argument
1205 if (val_type == NO_SIZE) in hugetlbfs_size_to_hpages()
1208 if (val_type == SIZE_PERCENT) { in hugetlbfs_size_to_hpages()

Completed in 748 milliseconds