Home
last modified time | relevance | path

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

/linux-6.12.1/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()
/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_port_wwan.c134 if (!port_private->chan_enable) in t7xx_port_wwan_tx()
191 if (!atomic_read(&port->usage_cnt) || !port->chan_enable) { in t7xx_port_wwan_recv_skb()
208 port->chan_enable = true; in t7xx_port_wwan_enable_chl()
217 port->chan_enable = false; in t7xx_port_wwan_disable_chl()
Dt7xx_port.h128 bool chan_enable; member
Dt7xx_port_proxy.c506 port->chan_enable = false; in t7xx_proxy_init_all_ports()
/linux-6.12.1/include/linux/iio/
Dbackend.h96 int (*chan_enable)(struct iio_backend *back, unsigned int chan); member
/linux-6.12.1/drivers/iio/adc/
Dadi-axi-adc.c332 .chan_enable = axi_adc_chan_enable,
/linux-6.12.1/drivers/iio/
Dindustrialio-backend.c271 return iio_backend_op_call(back, chan_enable, chan); in iio_backend_chan_enable()