Searched refs:tlv (Results 201 - 225 of 492) sorted by relevance

1234567891011>>

/linux-master/sound/pci/vx222/
H A Dvx222_ops.c18 #include <sound/tlv.h>
945 .tlv = { .p = db_scale_mic },
956 .tlv = { .p = db_scale_mic },
/linux-master/sound/usb/
H A Dmixer_scarlett.c126 #include <sound/tlv.h>
497 .tlv = { .p = db_scale_scarlett_gain }
509 .tlv = { .p = db_scale_scarlett_gain }
/linux-master/sound/isa/
H A Dopl3sa2.c20 #include <sound/tlv.h>
337 .tlv = { .p = (xtlv) } }
392 .tlv = { .p = (xtlv) } }
/linux-master/sound/isa/ad1816a/
H A Dad1816a_lib.c15 #include <sound/tlv.h>
718 .tlv = { .p = (xtlv) } }
782 .tlv = { .p = (xtlv) } }
/linux-master/sound/pci/ca0106/
H A Dca0106_mixer.c58 #include <sound/tlv.h>
549 .tlv = { .p = snd_ca0106_db_scale1 }, \
630 .tlv = { .p = snd_ca0106_db_scale2 }, \
/linux-master/net/ipv6/
H A Dcalipso.c53 * i.e. the worst case is when the previous tlv finishes on 4n + 3.
807 unsigned char *tlv = (unsigned char *)opt; local
812 if (tlv[offset] == IPV6_TLV_PAD1)
816 tlv_len = tlv[offset + 1] + 2;
/linux-master/sound/soc/
H A Dsoc-ops.c819 unsigned int size, unsigned int __user *tlv)
828 ret = params->get(kcontrol, tlv, count);
832 ret = params->put(kcontrol, tlv, count);
818 snd_soc_bytes_tlv_callback(struct snd_kcontrol *kcontrol, int op_flag, unsigned int size, unsigned int __user *tlv) argument
/linux-master/sound/pci/hda/
H A Dtas2781_hda_i2c.c22 #include <sound/tlv.h>
23 #include <sound/tas2781-tlv.h>
44 .tlv.p = (tlv_array), \
/linux-master/sound/soc/codecs/
H A Drt715-sdca.c27 #include <sound/tlv.h>
443 .tlv.p = (tlv_array), \
453 .tlv.p = (tlv_array), \
H A Dtlv320aic23.c29 #include <sound/tlv.h>
H A Dad193x.c18 #include <sound/tlv.h>
H A Djz4725b.c23 #include <sound/tlv.h>
H A Drk817_codec.c19 #include <sound/tlv.h>
H A Dinno_rk3036.c10 #include <sound/tlv.h>
H A Dssm2602.c22 #include <sound/tlv.h>
H A Dpcm186x.c24 #include <sound/tlv.h>
H A Dssm4567.c23 #include <sound/tlv.h>
H A Dak4671.c17 #include <sound/tlv.h>
H A Dak4641.c24 #include <sound/tlv.h>
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h131 u8 tlv[]; member in struct:mt76_connac2_mcu_rxd
191 struct tlv { struct
780 sizeof(struct tlv) + \
1858 struct tlv *mt76_connac_mcu_add_nested_tlv(struct sk_buff *skb, int tag,
1861 static inline struct tlv *
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c642 } __packed tlv; member in struct:__anon1099
650 .tlv = {
661 memcpy(data.tlv.omac_addr, vif->addr, ETH_ALEN);
932 struct tlv *sta_wtbl;
942 sta_wtbl = mt76_connac_mcu_add_tlv(skb, STA_REC_WTBL, sizeof(struct tlv));
1154 struct tlv *sta_wtbl;
1176 sizeof(struct tlv));
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1998 struct ieee80211_radiotap_tlv *tlv; local
2004 len = sizeof(*tlv) + ALIGN(eht_len, 4) +
2005 sizeof(*tlv) + ALIGN(usig_len, 4);
2011 tlv = skb_push(skb, len);
2012 memset(tlv, 0, len);
2013 tlv->type = cpu_to_le16(IEEE80211_RADIOTAP_EHT);
2014 tlv->len = cpu_to_le16(eht_len);
2016 eht = (struct ieee80211_radiotap_eht *)tlv->data;
2029 tlv = (void *)tlv
[all...]
/linux-master/sound/core/
H A Dpcm_lib.c15 #include <sound/tlv.h>
2484 /* tlv callback for channel map ctl element
2488 unsigned int size, unsigned int __user *tlv)
2499 if (put_user(SNDRV_CTL_TLVT_CONTAINER, tlv))
2502 dst = tlv + 2;
2525 if (put_user(count, tlv + 1))
2563 .tlv.c = pcm_chmap_ctl_tlv,
2487 pcm_chmap_ctl_tlv(struct snd_kcontrol *kcontrol, int op_flag, unsigned int size, unsigned int __user *tlv) argument
/linux-master/sound/pci/oxygen/
H A Dxonar_cs43xx.c45 #include <sound/tlv.h>
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-alsa.c30 #include <sound/tlv.h>

Completed in 449 milliseconds

1234567891011>>