Searched refs:hw_shutdown (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/pcmcia/
H A Dsoc_common.h91 void (*hw_shutdown)(struct soc_pcmcia_socket *); member in struct:pcmcia_low_level
/linux-master/drivers/pcmcia/
H A Dsa1100_h3600.c147 .hw_shutdown = h3600_pcmcia_hw_shutdown,
H A Dsoc_common.c154 if (skt->ops->hw_shutdown)
155 skt->ops->hw_shutdown(skt);
/linux-master/drivers/dma/
H A Dep93xx_dma.c192 * @hw_shutdown: shuts the channel down and flushes whatever is left
208 void (*hw_shutdown)(struct ep93xx_dma_chan *); member in struct:ep93xx_dma_engine
962 edmac->edma->hw_shutdown(edmac);
1215 edmac->edma->hw_shutdown(edmac);
1382 edma->hw_shutdown = m2m_hw_shutdown;
1390 edma->hw_shutdown = m2p_hw_shutdown;

Completed in 116 milliseconds