Searched refs:tlv (Results 176 - 200 of 492) sorted by relevance

1234567891011>>

/linux-master/sound/soc/meson/
H A Dt9015.c13 #include <sound/tlv.h>
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1340 const struct htt_tlv *tlv; local
1346 if (len < sizeof(*tlv)) {
1347 ath11k_err(ab, "htt tlv parse failure at byte %zd (%zu bytes left, %zu expected)\n",
1348 ptr - begin, len, sizeof(*tlv));
1351 tlv = (struct htt_tlv *)ptr;
1352 tlv_tag = FIELD_GET(HTT_TLV_TAG, tlv->header);
1353 tlv_len = FIELD_GET(HTT_TLV_LEN, tlv->header);
1354 ptr += sizeof(*tlv);
1355 len -= sizeof(*tlv);
1358 ath11k_err(ab, "htt tlv pars
2959 ath11k_dp_rx_mon_update_status_buf_state(struct ath11k_mon_data *pmon, struct hal_tlv_hdr *tlv) argument
3005 struct hal_tlv_hdr *tlv; local
[all...]
/linux-master/sound/core/
H A Dcontrol.c306 kctl->tlv.p = ncontrol->tlv.p;
1742 kctl->tlv.c = snd_ctl_elem_user_tlv;
1836 if (kctl->tlv.c == NULL)
1846 ret = kctl->tlv.c(kctl, op_flag, size, buf);
1860 if (kctl->tlv.p == NULL)
1863 len = sizeof(unsigned int) * 2 + kctl->tlv.p[1];
1867 if (copy_to_user(buf, kctl->tlv.p, len))
1897 container = buf->tlv;
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c1047 .tlv = {.p = db_scale_output_gain},
1057 .tlv = {.p = db_scale_output_gain},
1127 .tlv = {.p = db_scale_input_gain},
1322 .tlv = {.p = db_scale_output_gain},
1385 .tlv = {.p = db_scale_output_gain},
1743 .tlv = {.p = db_scale_output_gain},
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.h248 enum channel_tlvs tlv);
474 struct vfpf_tpa_tlv *tlv,
/linux-master/sound/pci/emu10k1/
H A Dp16v.c88 #include <sound/tlv.h>
742 .tlv = { .p = snd_p16v_db_scale1 }, \
/linux-master/sound/firewire/
H A Disight.c21 #include <sound/tlv.h>
581 ctl->tlv.p = isight->gain_tlv;
/linux-master/sound/pci/hda/
H A Dpatch_cs8409-tables.c30 .tlv = { .p = cs42l42_dac_db_scale },
43 .tlv = { .p = cs42l42_adc_db_scale },
/linux-master/sound/soc/codecs/
H A Dtas2562.c21 #include <sound/tlv.h>
520 .tlv.p = dvc_tlv,
H A Dtas2781-i2c.c31 #include <sound/tlv.h>
32 #include <sound/tas2781-tlv.h>
H A Dsrc4xxx.c11 #include <sound/tlv.h>
H A Dmax98371.c15 #include <sound/tlv.h>
H A Dssm3515.c18 #include <sound/tlv.h>
H A Dad1836.c19 #include <sound/tlv.h>
H A Dadau1781.c18 #include <sound/tlv.h>
H A Daudio-iio-aux.c17 #include <sound/tlv.h>
H A Dak5558.c23 #include <sound/tlv.h>
H A Dwm8711.c26 #include <sound/tlv.h>
H A Drt5682-i2c.c27 #include <sound/tlv.h>
H A Dframer-codec.c18 #include <sound/tlv.h>
H A Dmax98363.c13 #include <sound/tlv.h>
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h987 static inline size_t _iwl_tlv_array_len(const struct iwl_ucode_tlv *tlv, argument
990 size_t var_len = le32_to_cpu(tlv->length) - fixed_size;
/linux-master/include/uapi/sound/
H A Dasoc.h292 struct snd_soc_tplg_ctl_tlv tlv; member in struct:snd_soc_tplg_ctl_hdr
H A Demu10k1.h337 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
/linux-master/sound/pci/ice1712/
H A Dpontis.c18 #include <sound/tlv.h>
541 .tlv = { .p = db_scale_volume },
551 .tlv = { .p = db_scale_volume },

Completed in 222 milliseconds

1234567891011>>