/linux-6.6.21/include/sound/ |
D | soc.h | 72 #define SOC_SINGLE_TLV(xname, reg, shift, max, invert, tlv_array) \ argument 76 .tlv.p = (tlv_array), \ 80 #define SOC_SINGLE_SX_TLV(xname, xreg, xshift, xmin, xmax, tlv_array) \ argument 84 .tlv.p = (tlv_array),\ 92 #define SOC_SINGLE_RANGE_TLV(xname, xreg, xshift, xmin, xmax, xinvert, tlv_array) \ argument 96 .tlv.p = (tlv_array), \ 130 #define SOC_DOUBLE_TLV(xname, reg, shift_left, shift_right, max, invert, tlv_array) \ argument 134 .tlv.p = (tlv_array), \ 139 #define SOC_DOUBLE_SX_TLV(xname, xreg, shift_left, shift_right, xmin, xmax, tlv_array) \ argument 143 .tlv.p = (tlv_array), \ [all …]
|
D | soc-dapm.h | 350 #define SOC_DAPM_SINGLE_TLV(xname, reg, shift, max, invert, tlv_array) \ argument 354 .tlv.p = (tlv_array), \ 357 #define SOC_DAPM_SINGLE_TLV_AUTODISABLE(xname, reg, shift, max, invert, tlv_array) \ argument 361 .tlv.p = (tlv_array), \ 364 #define SOC_DAPM_SINGLE_TLV_VIRT(xname, max, tlv_array) \ argument 365 SOC_DAPM_SINGLE(xname, SND_SOC_NOPM, 0, max, 0, tlv_array)
|
/linux-6.6.21/net/nfc/ |
D | llcp.h | 222 const u8 *tlv_array, u16 tlv_array_len); 224 const u8 *tlv_array, u16 tlv_array_len);
|
D | llcp_commands.c | 193 const u8 *tlv_array, u16 tlv_array_len) in nfc_llcp_parse_gb_tlv() argument 195 const u8 *tlv = tlv_array; in nfc_llcp_parse_gb_tlv() 243 const u8 *tlv_array, u16 tlv_array_len) in nfc_llcp_parse_connection_tlv() argument 245 const u8 *tlv = tlv_array; in nfc_llcp_parse_connection_tlv()
|
/linux-6.6.21/sound/soc/codecs/ |
D | wm8991.h | 811 tlv_array) \ argument 813 snd_soc_get_volsw, wm899x_outpga_put_volsw_vu, tlv_array)
|
D | peb2466.c | 36 unsigned int tlv_array[PEB2466_TLV_SIZE]; member 304 DECLARE_TLV_DB_SCALE(tlv_array, min_val, step, 0); in peb2466_add_lkup_ctrl() 307 BUILD_BUG_ON(sizeof(lkup_ctrl->tlv_array) < sizeof(tlv_array)); in peb2466_add_lkup_ctrl() 308 memcpy(lkup_ctrl->tlv_array, tlv_array, sizeof(tlv_array)); in peb2466_add_lkup_ctrl() 314 control.tlv.p = lkup_ctrl->tlv_array; in peb2466_add_lkup_ctrl()
|
D | rt715-sdca.c | 439 xhandler_put, tlv_array, xcount, xmax) \ argument 443 .tlv.p = (tlv_array), \ 449 xhandler_put, tlv_array, xcount, xmax) \ argument 453 .tlv.p = (tlv_array), \
|
D | wm8990.c | 69 tlv_array) \ argument 71 snd_soc_get_volsw, wm899x_outpga_put_volsw_vu, tlv_array)
|
D | wm8400.c | 101 #define WM8400_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert, tlv_array) \ argument 103 snd_soc_get_volsw, wm8400_outpga_put_volsw_vu, tlv_array)
|
D | rt712-sdca-dmic.c | 409 xhandler_put, xcount, xmax, tlv_array) \ argument 413 .tlv.p = (tlv_array), \
|
D | wsa881x.c | 201 #define WSA881X_PA_GAIN_TLV(xname, reg, shift, max, invert, tlv_array) \ argument 205 .tlv.p = (tlv_array), \
|
D | rt715.c | 505 #define RT715_MAIN_VOL_EXT_TLV(xname, xhandler_get, xhandler_put, tlv_array) \ argument 509 .tlv.p = (tlv_array), \
|
D | rt722-sdca.c | 685 xhandler_put, xcount, xmax, tlv_array) \ argument 689 .tlv.p = (tlv_array), \
|
D | wcd938x.c | 78 #define WCD938X_EAR_PA_GAIN_TLV(xname, reg, shift, max, invert, tlv_array) \ argument 82 .tlv.p = (tlv_array), \
|
/linux-6.6.21/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 713 xmod, xpipe, xinstance, xtask, tlv_array, xgain_val, \ argument 718 .tlv.p = (tlv_array), \ 760 xmod, xpipe, xinstance, xtask, tlv_array, xgain_val) \ argument 768 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, tlv_array, \
|
/linux-6.6.21/sound/pci/hda/ |
D | tas2781_hda_i2c.c | 40 xhandler_get, xhandler_put, tlv_array) \ argument 44 .tlv.p = (tlv_array), \
|