Searched refs:to_desc (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk_ringbuffer.c | 355 static struct prb_desc *to_desc(struct prb_desc_ring *desc_ring, u64 n) in to_desc() function 437 struct prb_desc *desc = to_desc(desc_ring, id); in desc_read() 548 struct prb_desc *desc = to_desc(desc_ring, id); in desc_make_reusable() 969 desc = to_desc(desc_ring, id); in desc_reserve() 1280 d = to_desc(desc_ring, id); in desc_reopen_last() 1452 struct prb_desc *d = to_desc(desc_ring, id); in desc_make_final() 1513 d = to_desc(desc_ring, id); in prb_reserve() 1581 struct prb_desc *d = to_desc(desc_ring, e->id); in _prb_commit() 1803 struct prb_desc *rdesc = to_desc(desc_ring, seq); in prb_read()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | pl330.c | 2238 to_desc(struct dma_async_tx_descriptor *tx) in to_desc() function 2709 struct dma_pl330_desc *desc, *last = to_desc(tx); in pl330_tx_submit()
|