Searched refs:rx_ch (Results 1 – 12 of 12) sorted by relevance
| /linux/sound/soc/qcom/ |
| 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()
|
| A D | sdm845.c | 66 u32 rx_ch[SLIM_MAX_RX_PORTS], tx_ch[SLIM_MAX_TX_PORTS]; in sdm845_slim_snd_hw_params() local 78 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params() 90 rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params() 248 unsigned int rx_ch[SLIM_MAX_RX_PORTS] = {144, 145, 146, 147, 148, 149, in sdm845_dai_init() local 303 ARRAY_SIZE(rx_ch), in sdm845_dai_init() 304 rx_ch); in sdm845_dai_init()
|
| /linux/drivers/spi/ |
| A D | spi-img-spfi.c | 98 struct dma_chan *rx_ch; member 623 if (IS_ERR(spfi->rx_ch)) { in img_spfi_probe() 624 ret = PTR_ERR(spfi->rx_ch); in img_spfi_probe() 625 spfi->rx_ch = NULL; in img_spfi_probe() 633 if (spfi->rx_ch) in img_spfi_probe() 636 spfi->rx_ch = NULL; in img_spfi_probe() 640 host->dma_rx = spfi->rx_ch; in img_spfi_probe() 655 if (spfi->rx_ch) in img_spfi_probe() 656 dma_release_channel(spfi->rx_ch); in img_spfi_probe() 675 if (spfi->rx_ch) in img_spfi_remove() [all …]
|
| /linux/drivers/tty/serial/ |
| A D | stm32-usart.c | 1028 if (stm32_port->rx_ch) in stm32_usart_unthrottle() 1089 if (stm32_port->rx_ch) { in stm32_usart_startup() 1136 if (stm32_port->rx_ch) { in stm32_usart_shutdown() 1344 if (stm32_port->rx_ch) { in stm32_usart_set_termios() 1786 stm32port->rx_ch = NULL; in stm32_usart_serial_probe() 1811 stm32port->rx_ch = NULL; in stm32_usart_serial_probe() 1820 if (!stm32port->rx_ch) in stm32_usart_serial_probe() 1846 if (stm32port->rx_ch) in stm32_usart_serial_probe() 1863 if (stm32port->rx_ch) in stm32_usart_serial_probe() 1890 if (stm32_port->rx_ch) { in stm32_usart_serial_remove() [all …]
|
| A D | stm32-usart.h | 202 struct dma_chan *rx_ch; /* dma rx channel */ member
|
| /linux/drivers/net/wwan/t7xx/ |
| A D | t7xx_port_proxy.c | 57 .rx_ch = PORT_CH_UART2_RX, 68 .rx_ch = PORT_CH_MBIM_RX, 78 .rx_ch = PORT_CH_MD_LOG_RX, 89 .rx_ch = PORT_CH_CONTROL_RX, 97 .rx_ch = PORT_CH_AP_CONTROL_RX, 109 .rx_ch = PORT_CH_UNIMPORTANT, 129 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch() 353 ch_id = FIELD_GET(PORT_CH_ID_MASK, port_conf->rx_ch); in t7xx_proxy_setup_ch_mapping() 386 dev_err(port->dev, "drop on RX ch %d, %d\n", port_conf->rx_ch, ret); in t7xx_port_proxy_recv_skb_from_dedicated_queue() 407 channel == port_conf->rx_ch) in t7xx_port_proxy_find_port()
|
| 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()
|
| A D | t7xx_port.h | 94 enum port_ch rx_ch; member
|
| /linux/drivers/remoteproc/ |
| A D | imx_rproc.c | 107 struct mbox_chan *rx_ch; member 814 if (priv->tx_ch && priv->rx_ch) in imx_rproc_xtr_mbox_init() 832 priv->rx_ch = mbox_request_channel_byname(cl, "rx"); in imx_rproc_xtr_mbox_init() 833 if (IS_ERR(priv->rx_ch)) { in imx_rproc_xtr_mbox_init() 835 return dev_err_probe(cl->dev, PTR_ERR(priv->rx_ch), in imx_rproc_xtr_mbox_init() 851 if (priv->rx_ch) { in imx_rproc_free_mbox() 852 mbox_free_channel(priv->rx_ch); in imx_rproc_free_mbox() 853 priv->rx_ch = NULL; in imx_rproc_free_mbox()
|
| A D | imx_dsp_rproc.c | 120 struct mbox_chan *rx_ch; member 532 priv->rx_ch = mbox_request_channel_byname(cl, "rx"); in imx_dsp_rproc_mbox_alloc() 533 if (IS_ERR(priv->rx_ch)) { in imx_dsp_rproc_mbox_alloc() 534 ret = PTR_ERR(priv->rx_ch); in imx_dsp_rproc_mbox_alloc() 559 mbox_free_channel(priv->rx_ch); in imx_dsp_rproc_mbox_alloc() 580 mbox_free_channel(priv->rx_ch); in imx_dsp_rproc_free_mbox()
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| A D | txrx.h | 75 u32 rx_ch:4; member
|
| A D | txrx.c | 368 u8 hwch = (bd->reserved0 << 4) + bd->rx_ch; in wcn36xx_rx_skb()
|
Completed in 23 milliseconds