Searched refs:chan2dev (Results 1 – 4 of 4) sorted by relevance
/drivers/dma/ |
D | dw_dmac.c | 73 static struct device *chan2dev(struct dma_chan *chan) in chan2dev() function 105 dev_dbg(chan2dev(&dwc->chan), "desc %p not ACKed\n", desc); in dwc_desc_get() 110 dev_vdbg(chan2dev(&dwc->chan), "scanned %u descriptors on freelist\n", i); in dwc_desc_get() 141 dev_vdbg(chan2dev(&dwc->chan), in dwc_desc_put() 145 dev_vdbg(chan2dev(&dwc->chan), "moving desc %p to freelist\n", desc); in dwc_desc_put() 175 dev_err(chan2dev(&dwc->chan), in dwc_dostart() 177 dev_err(chan2dev(&dwc->chan), in dwc_dostart() 205 dev_vdbg(chan2dev(&dwc->chan), "descriptor %u complete\n", txd->cookie); in dwc_descriptor_complete() 240 dev_err(chan2dev(&dwc->chan), in dwc_complete_all() 285 dev_vdbg(chan2dev(&dwc->chan), "scan_descriptors: llp=0x%x\n", llp); in dwc_scan_descriptors() [all …]
|
/drivers/isdn/pcbit/ |
D | edss1.c | 256 dev = chan2dev(chan); in pcbit_fsm_timer()
|
D | layer2.h | 142 static __inline__ struct pcbit_dev * chan2dev(struct pcbit_chan * chan) in chan2dev() function
|
D | drv.c | 306 dev = chan2dev(chan); in pcbit_block_timer()
|