/linux-4.1.27/sound/soc/codecs/ |
D | adau1977.c | 128 unsigned int slot_width; member 300 unsigned int slot_width; in adau1977_hw_params() local 339 slot_width = 16; in adau1977_hw_params() 344 slot_width = 32; in adau1977_hw_params() 351 if (adau1977->slot_width) in adau1977_hw_params() 352 slot_width = adau1977->slot_width; in adau1977_hw_params() 354 if (slot_width == 16) in adau1977_hw_params() 515 adau1977->slot_width = 0; in adau1977_set_tdm_slot() 603 adau1977->slot_width = width; in adau1977_set_tdm_slot() 717 if (adau1977->slot_width == 16) in adau1977_startup() [all …]
|
D | mc13783.c | 309 int slot_width) in mc13783_set_tdm_slot_dac() argument 354 int slot_width) in mc13783_set_tdm_slot_codec() argument 376 int slot_width) in mc13783_set_tdm_slot_sync() argument 381 slot_width); in mc13783_set_tdm_slot_sync() 386 slot_width); in mc13783_set_tdm_slot_sync()
|
D | adau17x1.c | 548 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in adau17x1_set_dai_tdm_slot() argument 559 slot_width = 32; in adau17x1_set_dai_tdm_slot() 579 switch (slot_width * slots) { in adau17x1_set_dai_tdm_slot()
|
D | ab8500-codec.c | 2226 int slots, int slot_width) in ab8500_codec_set_dai_tdm_slot() argument 2235 switch (slot_width) { in ab8500_codec_set_dai_tdm_slot() 2250 __func__, slot_width); in ab8500_codec_set_dai_tdm_slot() 2255 __func__, slot_width); in ab8500_codec_set_dai_tdm_slot()
|
D | wm9081.c | 1193 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in wm9081_set_tdm_slot() argument 1204 wm9081->tdm_width = slot_width; in wm9081_set_tdm_slot()
|
D | tlv320aic3x.c | 1275 int slots, int slot_width) in aic3x_set_dai_tdm_slot() argument 1298 aic3x->tdm_delay = lsb * slot_width; in aic3x_set_dai_tdm_slot()
|
D | wm8993.c | 1355 unsigned int rx_mask, int slots, int slot_width) in wm8993_set_tdm_slot() argument 1397 wm8993->tdm_width = slot_width; in wm8993_set_tdm_slot()
|
D | arizona.c | 1557 unsigned int rx_mask, int slots, int slot_width) in arizona_set_tdm_slot() argument 1580 arizona->tdm_width[dai->id - 1] = slot_width; in arizona_set_tdm_slot()
|
D | wm8904.c | 1522 unsigned int rx_mask, int slots, int slot_width) in wm8904_set_tdm_slot() argument 1560 wm8904->tdm_width = slot_width; in wm8904_set_tdm_slot()
|
D | max98090.c | 1748 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in max98090_set_tdm_slot() argument 1759 max98090->tdm_width = slot_width; in max98090_set_tdm_slot()
|
D | rt5670.c | 2554 unsigned int rx_mask, int slots, int slot_width) in rt5670_set_tdm_slot() argument 2578 switch (slot_width) { in rt5670_set_tdm_slot()
|
D | rt5645.c | 2304 unsigned int rx_mask, int slots, int slot_width) in rt5645_set_tdm_slot() argument 2349 switch (slot_width) { in rt5645_set_tdm_slot()
|
D | rt5677.c | 4285 unsigned int rx_mask, int slots, int slot_width) in rt5677_set_tdm_slot() argument 4309 switch (slot_width) { in rt5677_set_tdm_slot()
|
/linux-4.1.27/sound/soc/fsl/ |
D | fsl_esai.c | 58 u32 slot_width; member 346 u32 rx_mask, int slots, int slot_width) in fsl_esai_set_dai_tdm_slot() argument 366 esai_priv->slot_width = slot_width; in fsl_esai_set_dai_tdm_slot() 516 u32 slot_width = width; in fsl_esai_hw_params() local 521 if (esai_priv->slot_width) in fsl_esai_hw_params() 522 slot_width = esai_priv->slot_width; in fsl_esai_hw_params() 524 bclk = params_rate(params) * slot_width * esai_priv->slots; in fsl_esai_hw_params() 546 val = ESAI_xCR_xSWS(slot_width, width) | (tx ? ESAI_xCR_PADC : 0); in fsl_esai_hw_params()
|
D | fsl-asoc-card.c | 62 u32 slot_width; member 147 if (cpu_priv->slot_width) { in fsl_asoc_card_hw_params() 149 cpu_priv->slot_width); in fsl_asoc_card_hw_params() 467 priv->cpu_priv.slot_width = 32; in fsl_asoc_card_probe()
|
D | imx-ssi.c | 62 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in imx_ssi_set_dai_tdm_slot() argument
|
D | fsl_ssi.c | 971 u32 rx_mask, int slots, int slot_width) in fsl_ssi_set_dai_tdm_slot() argument
|
/linux-4.1.27/sound/soc/ux500/ |
D | ux500_msp_dai.c | 584 int slots, int slot_width) in ux500_msp_dai_set_tdm_slot() argument 609 if (!(slot_width == 16)) { in ux500_msp_dai_set_tdm_slot() 611 __func__, slot_width); in ux500_msp_dai_set_tdm_slot() 614 drvdata->slot_width = slot_width; in ux500_msp_dai_set_tdm_slot() 699 drvdata->msp->playback_dma_data.data_size = drvdata->slot_width; in ux500_msp_dai_probe() 700 drvdata->msp->capture_dma_data.data_size = drvdata->slot_width; in ux500_msp_dai_probe() 763 drvdata->slot_width = 16; in ux500_msp_drv_probe()
|
D | ux500_msp_dai.h | 58 int slot_width; member
|
/linux-4.1.27/include/sound/ |
D | simple_card.h | 21 int slot_width; member
|
D | soc-dai.h | 114 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width); 149 int slots, int slot_width);
|
D | soc.h | 1532 unsigned int *slot_width);
|
/linux-4.1.27/sound/soc/pxa/ |
D | pxa-ssp.c | 384 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in pxa_ssp_set_dai_tdm_slot() argument 394 if (slot_width > 16) in pxa_ssp_set_dai_tdm_slot() 395 sscr0 |= SSCR0_EDSS | SSCR0_DataSize(slot_width - 16); in pxa_ssp_set_dai_tdm_slot() 397 sscr0 |= SSCR0_DataSize(slot_width); in pxa_ssp_set_dai_tdm_slot()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_sas.h | 185 u32 slot_width; member 189 #define MVS_CHIP_SLOT_SZ (1U << mvi->chip->slot_width)
|
D | mv_init.c | 376 (1L << mvs_chips[ent->driver_data].slot_width) * in mvs_pci_alloc()
|
/linux-4.1.27/sound/soc/generic/ |
D | simple-card.c | 139 set->slot_width); in __asoc_simple_card_dai_init() 229 ret = snd_soc_of_parse_tdm_slot(np, &dai->slots, &dai->slot_width); in asoc_simple_card_sub_parse_of()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp.h | 52 u8 slot_width; member 67 SMBIOS_SLOT_WIDTH = offsetof(struct smbios_system_slot, slot_width),
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 2224 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in snd_soc_dai_set_tdm_slot() argument 2237 slots, slot_width); in snd_soc_dai_set_tdm_slot() 3291 unsigned int *slot_width) in snd_soc_of_parse_tdm_slot() argument 3310 if (slot_width) in snd_soc_of_parse_tdm_slot() 3311 *slot_width = val; in snd_soc_of_parse_tdm_slot()
|