Searched refs:val_type (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c38 int val_type; local
43 val_type = STR_VAL;
49 val_type = NUM_VAL;
52 val_type = INVALID;
55 return val_type;
/linux-master/sound/usb/
H A Dmixer_quirks.c43 int val_type; member in struct:std_mono_table
59 int val_type,
72 cval->val_type = val_type;
112 int val_type,
117 val_type, 0 /* Offset */, name, tlv_callback);
130 t->cmask, t->val_type, t->name, t->tlv_callback);
1137 const int val_type = USB_MIXER_S16; local
1147 cmask, val_type, name,
1158 cmask, val_type, nam
55 snd_create_std_mono_ctl_offset(struct usb_mixer_interface *mixer, unsigned int unitid, unsigned int control, unsigned int cmask, int val_type, unsigned int idx_off, const char *name, snd_kcontrol_tlv_rw_t *tlv_callback) argument
108 snd_create_std_mono_ctl(struct usb_mixer_interface *mixer, unsigned int unitid, unsigned int control, unsigned int cmask, int val_type, const char *name, snd_kcontrol_tlv_rw_t *tlv_callback) argument
1173 const int val_type = USB_MIXER_U8; local
1186 const int val_type = USB_MIXER_S16; local
1199 const int val_type = USB_MIXER_U8; local
1214 const int val_type = USB_MIXER_S16; local
1238 const int val_type = USB_MIXER_S16; local
1329 const int val_type = USB_MIXER_S16; local
1373 const int val_type = USB_MIXER_U8; local
1386 const int val_type = USB_MIXER_S16; local
1399 const int val_type = USB_MIXER_U8; local
1416 const int val_type = USB_MIXER_S16; local
1461 const int val_type = USB_MIXER_S16; local
[all...]
H A Dmixer.h89 int val_type; member in struct:usb_mixer_elem_info
H A Dmixer.c212 switch (cval->val_type) {
242 switch (cval->val_type) {
282 static int uac2_ctl_value_size(int val_type) argument
284 switch (val_type) {
312 int val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1;
335 request, validx, idx, cval->val_type);
353 val_size = uac2_ctl_value_size(cval->val_type);
377 request, validx, idx, cval->val_type);
468 val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1;
470 val_len = uac2_ctl_value_size(cval->val_type);
2349 int val_type; member in struct:procunit_value_info
[all...]
H A Dmixer_scarlett.c540 int val_type, int channels, const char *name,
558 elem->val_type = val_type;
536 add_new_ctl(struct usb_mixer_interface *mixer, const struct snd_kcontrol_new *ncontrol, usb_mixer_elem_resume_func_t resume, int index, int offset, int num, int val_type, int channels, const char *name, const struct scarlett_mixer_elem_enum_info *opt, struct usb_mixer_elem_info **elem_ret ) argument
H A Dmixer_us16x08.c1044 int index, int val_type, int channels,
1064 elem->val_type = val_type;
1042 add_new_ctl(struct usb_mixer_interface *mixer, const struct snd_kcontrol_new *ncontrol, int index, int val_type, int channels, const char *name, void *opt, bool do_private_free, struct usb_mixer_elem_info **elem_ret) argument
H A Dmixer_scarlett2.c2661 elem->val_type = USB_MIXER_BESPOKEN;
/linux-master/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c594 tree field_type, val_type; local
607 val_type = TREE_TYPE(val);
609 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE)
612 if (field_type == val_type)
616 val_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(val_type))));
620 if (field_type == val_type)
622 if (TREE_CODE(val_type) != RECORD_TYPE)
625 if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(val_type)))
627 MISMATCH(DECL_SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARIANT(val_type));
[all...]
/linux-master/drivers/net/dsa/b53/
H A Db53_priv.h251 #define b53_build_op(type_op_size, val_type) \
253 u8 reg, val_type val) \
/linux-master/net/sched/
H A Dact_ct.c1182 void *val, int val_type,
1186 if (!tb[val_type])
1188 nla_memcpy(val, tb[val_type], len);
1412 void *val, int val_type,
1421 err = nla_put(skb, val_type, len, val);
1181 tcf_ct_set_key_val(struct nlattr **tb, void *val, int val_type, void *mask, int mask_type, int len) argument
1411 tcf_ct_dump_key_val(struct sk_buff *skb, void *val, int val_type, void *mask, int mask_type, int len) argument
H A Dcls_flower.c790 void *val, int val_type,
793 if (!tb[val_type])
795 nla_memcpy(val, tb[val_type], len);
2750 void *val, int val_type,
2757 err = nla_put(skb, val_type, len, val);
789 fl_set_key_val(struct nlattr **tb, void *val, int val_type, void *mask, int mask_type, int len) argument
2749 fl_dump_key_val(struct sk_buff *skb, void *val, int val_type, void *mask, int mask_type, int len) argument
/linux-master/fs/hugetlbfs/
H A Dinode.c1344 * (val_type == SIZE_STD) or percentage of the pool (val_type == SIZE_PERCENT).
1348 enum hugetlbfs_size_type val_type)
1350 if (val_type == NO_SIZE)
1353 if (val_type == SIZE_PERCENT) {
1347 hugetlbfs_size_to_hpages(struct hstate *h, unsigned long long size_opt, enum hugetlbfs_size_type val_type) argument

Completed in 409 milliseconds