| /linux-6.15/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 | sdw.c | 26 u32 rx_ch[SDW_MAX_PORTS], tx_ch[SDW_MAX_PORTS]; in qcom_snd_sdw_startup() local 48 &rx_ch_cnt, rx_ch); in qcom_snd_sdw_startup() 65 rx_ch_cnt, rx_ch); in qcom_snd_sdw_startup()
|
| H 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() 249 unsigned int rx_ch[SLIM_MAX_RX_PORTS] = {144, 145, 146, 147, 148, 149, in sdm845_dai_init() local 304 ARRAY_SIZE(rx_ch), in sdm845_dai_init() 305 rx_ch); in sdm845_dai_init()
|
| /linux-6.15/drivers/spi/ |
| H 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-6.15/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()
|
| H A D | t7xx_port.h | 96 enum port_ch rx_ch; member
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | stm32-usart.c | 1026 if (stm32_port->rx_ch) in stm32_usart_unthrottle() 1087 if (stm32_port->rx_ch) { in stm32_usart_startup() 1134 if (stm32_port->rx_ch) { in stm32_usart_shutdown() 1342 if (stm32_port->rx_ch) { in stm32_usart_set_termios() 1784 stm32port->rx_ch = NULL; in stm32_usart_serial_probe() 1809 stm32port->rx_ch = NULL; in stm32_usart_serial_probe() 1818 if (!stm32port->rx_ch) in stm32_usart_serial_probe() 1844 if (stm32port->rx_ch) in stm32_usart_serial_probe() 1861 if (stm32port->rx_ch) in stm32_usart_serial_probe() 1888 if (stm32_port->rx_ch) { in stm32_usart_serial_remove() [all …]
|
| H A D | stm32-usart.h | 202 struct dma_chan *rx_ch; /* dma rx channel */ member
|
| /linux-6.15/drivers/remoteproc/ |
| H 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()
|
| H A D | imx_dsp_rproc.c | 123 struct mbox_chan *rx_ch; member 535 priv->rx_ch = mbox_request_channel_byname(cl, "rx"); in imx_dsp_rproc_mbox_alloc() 536 if (IS_ERR(priv->rx_ch)) { in imx_dsp_rproc_mbox_alloc() 537 ret = PTR_ERR(priv->rx_ch); in imx_dsp_rproc_mbox_alloc() 562 mbox_free_channel(priv->rx_ch); in imx_dsp_rproc_mbox_alloc() 583 mbox_free_channel(priv->rx_ch); in imx_dsp_rproc_free_mbox()
|
| /linux-6.15/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()
|