| /linux-6.15/tools/testing/selftests/powerpc/papr_attributes/ |
| H A D | attr_test.c | 38 int val_type; in value_type() local 43 val_type = STR_VAL; in value_type() 49 val_type = NUM_VAL; in value_type() 52 val_type = INVALID; in value_type() 55 return val_type; in value_type()
|
| /linux-6.15/sound/usb/ |
| H A D | mixer_quirks.c | 45 int val_type; member 61 int val_type, in snd_create_std_mono_ctl_offset() argument 74 cval->val_type = val_type; in snd_create_std_mono_ctl_offset() 114 int val_type, in snd_create_std_mono_ctl() argument 1224 cmask, val_type, name, in snd_ftu_create_effect_return_ctls() 1248 val_type, name, in snd_ftu_create_effect_send_ctls() 1258 val_type, name, in snd_ftu_create_effect_send_ctls() 1445 cmask, val_type, name, in snd_c400_create_effect_vol_ctls() 1548 .val_type = USB_MIXER_S16, 1555 .val_type = USB_MIXER_S16, [all …]
|
| H A D | mixer.c | 212 switch (cval->val_type) { in convert_signed_value() 242 switch (cval->val_type) { in convert_bytes_value() 284 switch (val_type) { in uac2_ctl_value_size() 1687 cval->val_type = ctl_info->type; in __build_feature_ctl() 1908 cval->val_type = USB_MIXER_BOOLEAN; in build_connector_control() 1956 cval->val_type = USB_MIXER_BOOLEAN; in parse_clock_source_unit() 2174 cval->val_type = USB_MIXER_S16; in build_mixer_unit_ctl() 2354 int val_type; member 2521 cval->val_type = valinfo->val_type; in build_audio_procunit() 2766 cval->val_type = USB_MIXER_U8; in parse_audio_selector_unit() [all …]
|
| H A D | mixer.h | 89 int val_type; member
|
| H A 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()
|
| H A 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()
|
| H A D | fcp.c | 343 elem->val_type = USB_MIXER_BESPOKEN; in fcp_add_new_ctl()
|
| H A D | mixer_scarlett2.c | 3190 elem->val_type = USB_MIXER_BESPOKEN; in scarlett2_add_new_ctl()
|
| /linux-6.15/scripts/gcc-plugins/ |
| H A D | randomize_layout_plugin.c | 590 tree field_type, val_type; in check_bad_casts_in_constructor() local 603 val_type = TREE_TYPE(val); in check_bad_casts_in_constructor() 605 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor() 608 if (field_type == val_type) in check_bad_casts_in_constructor() 612 val_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(val_type)))); in check_bad_casts_in_constructor() 616 if (field_type == val_type) in check_bad_casts_in_constructor() 618 if (TREE_CODE(val_type) != RECORD_TYPE) in check_bad_casts_in_constructor() 621 if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(val_type))) in check_bad_casts_in_constructor() 623 …SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARIANT(val_type)); in check_bad_casts_in_constructor()
|
| /linux-6.15/drivers/net/dsa/b53/ |
| H A D | b53_priv.h | 255 #define b53_build_op(type_op_size, val_type) \ argument 257 u8 reg, val_type val) \
|
| /linux-6.15/net/sched/ |
| H A D | act_ct.c | 1214 void *val, int val_type, in tcf_ct_set_key_val() argument 1218 if (!tb[val_type]) in tcf_ct_set_key_val() 1220 nla_memcpy(val, tb[val_type], len); in tcf_ct_set_key_val() 1445 void *val, int val_type, in tcf_ct_dump_key_val() argument 1454 err = nla_put(skb, val_type, len, val); in tcf_ct_dump_key_val()
|
| H A D | cls_flower.c | 814 void *val, int val_type, in fl_set_key_val() argument 817 if (!tb[val_type]) in fl_set_key_val() 819 nla_memcpy(val, tb[val_type], len); in fl_set_key_val() 2884 void *val, int val_type, in fl_dump_key_val() argument 2891 err = nla_put(skb, val_type, len, val); in fl_dump_key_val()
|
| /linux-6.15/fs/hugetlbfs/ |
| H A D | inode.c | 1280 enum hugetlbfs_size_type val_type) in hugetlbfs_size_to_hpages() argument 1282 if (val_type == NO_SIZE) in hugetlbfs_size_to_hpages() 1285 if (val_type == SIZE_PERCENT) { in hugetlbfs_size_to_hpages()
|