Searched refs:rx_ch (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/qcom/ |
| H A D | apq8096.c | 36 u32 rx_ch[SLIM_MAX_RX_PORTS], tx_ch[SLIM_MAX_TX_PORTS]; in msm_snd_hw_params() local 41 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in msm_snd_hw_params() 51 rx_ch_cnt, rx_ch); in msm_snd_hw_params() 77 unsigned int rx_ch[SLIM_MAX_RX_PORTS] = {144, 145, 146, 147, 148, 149, in apq8096_init() local 84 tx_ch, ARRAY_SIZE(rx_ch), rx_ch); in apq8096_init()
|
| H A D | sdm845.c | 64 u32 rx_ch[SLIM_MAX_RX_PORTS], tx_ch[SLIM_MAX_TX_PORTS]; in sdm845_slim_snd_hw_params() local 70 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params() 82 rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params() 245 unsigned int rx_ch[SLIM_MAX_RX_PORTS] = {144, 145, 146, 147, 148, 149, in sdm845_dai_init() local 300 ARRAY_SIZE(rx_ch), in sdm845_dai_init() 301 rx_ch); in sdm845_dai_init()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_port_proxy.c | 58 .rx_ch = PORT_CH_UART2_RX, 69 .rx_ch = PORT_CH_MBIM_RX, 79 .rx_ch = PORT_CH_MD_LOG_RX, 90 .rx_ch = PORT_CH_CONTROL_RX, 98 .rx_ch = PORT_CH_AP_CONTROL_RX, 106 .rx_ch = PORT_CH_AP_ADB_RX, 116 .rx_ch = PORT_CH_MIPC_RX, 130 .rx_ch = PORT_CH_UNIMPORTANT, 150 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch() 374 ch_id = FIELD_GET(PORT_CH_ID_MASK, port_conf->rx_ch); in t7xx_proxy_setup_ch_mapping() [all …]
|
| H A D | t7xx_port_ctrl_msg.c | 170 if (port_conf->rx_ch == PORT_CH_CONTROL_RX || in control_msg_handler() 171 port_conf->rx_ch == PORT_CH_AP_CONTROL_RX) { in control_msg_handler() 172 int event = port_conf->rx_ch == PORT_CH_CONTROL_RX ? in control_msg_handler()
|
| /linux/drivers/remoteproc/ |
| H A D | imx_rproc.c | 117 struct mbox_chan *rx_ch; member 870 if (priv->tx_ch && priv->rx_ch) in imx_rproc_xtr_mbox_init() 888 priv->rx_ch = mbox_request_channel_byname(cl, "rx"); in imx_rproc_xtr_mbox_init() 889 if (IS_ERR(priv->rx_ch)) { in imx_rproc_xtr_mbox_init() 891 return dev_err_probe(cl->dev, PTR_ERR(priv->rx_ch), in imx_rproc_xtr_mbox_init() 908 if (priv->rx_ch) { in imx_rproc_free_mbox() 909 mbox_free_channel(priv->rx_ch); in imx_rproc_free_mbox() 910 priv->rx_ch = NULL; in imx_rproc_free_mbox()
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | txrx.h | 75 u32 rx_ch:4; member
|
| H A D | txrx.c | 368 u8 hwch = (bd->reserved0 << 4) + bd->rx_ch; in wcn36xx_rx_skb()
|
| /linux/drivers/tty/serial/ |
| H A D | stm32-usart.h | 202 struct dma_chan *rx_ch; /* dma rx channel */ member
|