Home
last modified time | relevance | path

Searched refs:chan_enable (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_port_wwan.c63 if (!len || !port_private->chan_enable) in t7xx_port_ctrl_tx()
122 if (!atomic_read(&port->usage_cnt) || !port->chan_enable) { in t7xx_port_wwan_recv_skb()
139 port->chan_enable = true; in t7xx_port_wwan_enable_chl()
148 port->chan_enable = false; in t7xx_port_wwan_disable_chl()
Dt7xx_port.h123 bool chan_enable; member
Dt7xx_port_proxy.c422 port->chan_enable = false; in t7xx_proxy_init_all_ports()
/linux-6.1.9/arch/sh/drivers/dma/
Ddma-g2.c24 unsigned long chan_enable; /* Channel enable */ member
77 g2_dma->channel[chan_nr].chan_enable = 1; in g2_enable_dma()
87 g2_dma->channel[chan_nr].chan_enable = 0; in g2_disable_dma()
143 g2_dma->channel[chan_nr].chan_enable, in g2_xfer_dma()