Home
last modified time | relevance | path

Searched refs:word_length (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/soundwire/
H A Dqcom.c160 u8 word_length; member
1154 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1156 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params()
1183 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1186 pcfg->word_length + 1, in qcom_swrm_compute_params()
1486 pcfg->word_length = SWR_INVALID_PARAM; in qcom_swrm_get_port_config()
1494 of_property_read_u8_index(np, "qcom,ports-word-length", i, &pcfg->word_length); in qcom_swrm_get_port_config()
/linux/sound/soc/ti/
H A Ddavinci-mcasp.c1452 int word_length; in davinci_mcasp_hw_rule_format()
1461 word_length = 8; in davinci_mcasp_hw_rule_format()
1466 word_length = 16; in davinci_mcasp_hw_rule_format()
1471 word_length = 24; in davinci_mcasp_hw_rule_min_periodsize()
1476 word_length = 24; in davinci_mcasp_hw_rule_min_periodsize()
1481 word_length = 32; in davinci_mcasp_hw_rule_min_periodsize()
1533 davinci_config_channel_size(mcasp, word_length, substream->stream); in davinci_mcasp_startup()
1539 mcasp->max_format_width = word_length; in davinci_mcasp_startup()
1211 int word_length; davinci_mcasp_hw_params() local
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1516 enum drxi2s_word_length word_length; member