Home
last modified time | relevance | path

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

/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); \
53 | DWC_CTLL_DMS(_dwc->dst_master) \
54 | DWC_CTLL_SMS(_dwc->src_master)); \
1705 struct dw_dma_chan *dwc, *_dwc; in dw_dma_remove() local
1715 list_for_each_entry_safe(dwc, _dwc, &dw->dma.channels, in dw_dma_remove()
/drivers/usb/dwc3/
Dgadget.c1638 static irqreturn_t dwc3_interrupt(int irq, void *_dwc);
1639 static irqreturn_t dwc3_thread_interrupt(int irq, void *_dwc);
2756 static irqreturn_t dwc3_thread_interrupt(int irq, void *_dwc) in dwc3_thread_interrupt() argument
2758 struct dwc3 *dwc = _dwc; in dwc3_thread_interrupt()
2797 static irqreturn_t dwc3_interrupt(int irq, void *_dwc) in dwc3_interrupt() argument
2799 struct dwc3 *dwc = _dwc; in dwc3_interrupt()