Home
last modified time | relevance | path

Searched refs:_dwc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Ddrd.c51 static irqreturn_t dwc3_otg_thread_irq(int irq, void *_dwc) in dwc3_otg_thread_irq() argument
53 struct dwc3 *dwc = _dwc; in dwc3_otg_thread_irq()
68 static irqreturn_t dwc3_otg_irq(int irq, void *_dwc) in dwc3_otg_irq() argument
71 struct dwc3 *dwc = _dwc; in dwc3_otg_irq()
Dgadget.c1769 static irqreturn_t dwc3_interrupt(int irq, void *_dwc);
1770 static irqreturn_t dwc3_thread_interrupt(int irq, void *_dwc);
/Linux-v4.19/drivers/dma/dw/
Dcore.c41 struct dw_dma_chan *_dwc = to_dw_dma_chan(_chan); \
42 struct dma_slave_config *_sconfig = &_dwc->dma_sconfig; \
43 bool _is_slave = is_slave_direction(_dwc->direction); \
48 u8 _dms = (_dwc->direction == DMA_MEM_TO_DEV) ? \
49 _dwc->dws.p_master : _dwc->dws.m_master; \
50 u8 _sms = (_dwc->direction == DMA_DEV_TO_MEM) ? \
51 _dwc->dws.p_master : _dwc->dws.m_master; \
1395 struct dw_dma_chan *dwc, *_dwc; in dw_dma_remove() local
1405 list_for_each_entry_safe(dwc, _dwc, &dw->dma.channels, in dw_dma_remove()