/Linux-v5.15/sound/usb/ |
D | mixer_quirks.c | 42 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 116 val_type, 0 /* Offset */, name, tlv_callback); in snd_create_std_mono_ctl() 129 t->cmask, t->val_type, t->name, t->tlv_callback); in snd_create_std_mono_table() 1136 const int val_type = USB_MIXER_S16; in snd_ftu_create_volume_ctls() local 1146 cmask, val_type, name, in snd_ftu_create_volume_ctls() 1157 cmask, val_type, name, in snd_ftu_create_volume_ctls() 1172 const int val_type = USB_MIXER_U8; in snd_ftu_create_effect_volume_ctl() local [all …]
|
D | mixer.c | 211 switch (cval->val_type) { in convert_signed_value() 241 switch (cval->val_type) { in convert_bytes_value() 281 static int uac2_ctl_value_size(int val_type) in uac2_ctl_value_size() argument 283 switch (val_type) { in uac2_ctl_value_size() 311 int val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1; in get_ctl_value_v1() 334 request, validx, idx, cval->val_type); in get_ctl_value_v1() 352 val_size = uac2_ctl_value_size(cval->val_type); in get_ctl_value_v2() 378 request, validx, idx, cval->val_type); in get_ctl_value_v2() 469 val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1; in snd_usb_mixer_set_ctl_value() 471 val_len = uac2_ctl_value_size(cval->val_type); in snd_usb_mixer_set_ctl_value() [all …]
|
D | mixer.h | 89 int val_type; member
|
D | mixer_scarlett.c | 540 int val_type, int channels, const char *name, in add_new_ctl() argument 558 elem->val_type = val_type; in add_new_ctl()
|
D | mixer_us16x08.c | 1044 int index, int val_type, int channels, in add_new_ctl() argument 1064 elem->val_type = val_type; in add_new_ctl()
|
D | mixer_scarlett_gen2.c | 1623 elem->val_type = USB_MIXER_BESPOKEN; in scarlett2_add_new_ctl()
|
/Linux-v5.15/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 618 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-v5.15/drivers/net/dsa/b53/ |
D | b53_priv.h | 236 #define b53_build_op(type_op_size, val_type) \ argument 238 u8 reg, val_type val) \
|
/Linux-v5.15/net/sched/ |
D | act_ct.c | 1142 void *val, int val_type, in tcf_ct_set_key_val() argument 1146 if (!tb[val_type]) in tcf_ct_set_key_val() 1148 nla_memcpy(val, tb[val_type], len); in tcf_ct_set_key_val() 1339 void *val, int val_type, in tcf_ct_dump_key_val() argument 1348 err = nla_put(skb, val_type, len, val); in tcf_ct_dump_key_val()
|
D | cls_flower.c | 756 void *val, int val_type, in fl_set_key_val() argument 759 if (!tb[val_type]) in fl_set_key_val() 761 nla_memcpy(val, tb[val_type], len); in fl_set_key_val() 2416 void *val, int val_type, in fl_dump_key_val() argument 2423 err = nla_put(skb, val_type, len, val); in fl_dump_key_val()
|
/Linux-v5.15/fs/hugetlbfs/ |
D | inode.c | 1203 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()
|