Searched refs:val_type (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/sound/usb/ |
D | mixer_quirks.c | 52 int val_type; member 68 int val_type, in snd_create_std_mono_ctl_offset() argument 81 cval->val_type = val_type; in snd_create_std_mono_ctl_offset() 121 int val_type, in snd_create_std_mono_ctl() argument 126 val_type, 0 /* Offset */, name, tlv_callback); in snd_create_std_mono_ctl() 139 t->cmask, t->val_type, t->name, t->tlv_callback); in snd_create_std_mono_table() 1003 const int val_type = USB_MIXER_S16; in snd_ftu_create_volume_ctls() local 1013 cmask, val_type, name, in snd_ftu_create_volume_ctls() 1024 cmask, val_type, name, in snd_ftu_create_volume_ctls() 1039 const int val_type = USB_MIXER_U8; in snd_ftu_create_effect_volume_ctl() local [all …]
|
D | mixer.c | 219 switch (cval->val_type) { in convert_signed_value() 249 switch (cval->val_type) { in convert_bytes_value() 289 static int uac2_ctl_value_size(int val_type) in uac2_ctl_value_size() argument 291 switch (val_type) { in uac2_ctl_value_size() 314 int val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1; in get_ctl_value_v1() 337 request, validx, idx, cval->val_type); in get_ctl_value_v1() 355 val_size = uac2_ctl_value_size(cval->val_type); in get_ctl_value_v2() 381 request, validx, idx, cval->val_type); in get_ctl_value_v2() 472 val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1; in snd_usb_mixer_set_ctl_value() 474 val_len = uac2_ctl_value_size(cval->val_type); in snd_usb_mixer_set_ctl_value() [all …]
|
D | mixer.h | 70 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 | 1054 int index, int val_type, int channels, in add_new_ctl() argument 1074 elem->val_type = val_type; in add_new_ctl()
|
/Linux-v4.19/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 622 tree field_type, val_type; in check_bad_casts_in_constructor() local 635 val_type = TREE_TYPE(val); in check_bad_casts_in_constructor() 637 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor() 640 if (field_type == val_type) in check_bad_casts_in_constructor() 644 val_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(val_type)))); in check_bad_casts_in_constructor() 648 if (field_type == val_type) in check_bad_casts_in_constructor() 650 if (TREE_CODE(val_type) != RECORD_TYPE) in check_bad_casts_in_constructor() 653 if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(val_type))) in check_bad_casts_in_constructor() 655 …SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARIANT(val_type)); in check_bad_casts_in_constructor()
|
/Linux-v4.19/drivers/net/dsa/b53/ |
D | b53_priv.h | 206 #define b53_build_op(type_op_size, val_type) \ argument 208 u8 reg, val_type val) \
|
/Linux-v4.19/fs/hugetlbfs/ |
D | inode.c | 1093 enum hugetlbfs_size_type val_type) in hugetlbfs_size_to_hpages() argument 1095 if (val_type == NO_SIZE) in hugetlbfs_size_to_hpages() 1098 if (val_type == SIZE_PERCENT) { in hugetlbfs_size_to_hpages()
|
/Linux-v4.19/net/sched/ |
D | cls_flower.c | 505 void *val, int val_type, in fl_set_key_val() argument 508 if (!tb[val_type]) in fl_set_key_val() 510 memcpy(val, nla_data(tb[val_type]), len); in fl_set_key_val() 1449 void *val, int val_type, in fl_dump_key_val() argument 1456 err = nla_put(skb, val_type, len, val); in fl_dump_key_val()
|