Home
last modified time | relevance | path

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

/openbmc/linux/kernel/printk/
H A Dprintk_ringbuffer.c355 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()
968 desc = to_desc(desc_ring, id); in desc_reserve()
1279 d = to_desc(desc_ring, id); in desc_reopen_last()
1451 struct prb_desc *d = to_desc(desc_ring, id); in desc_make_final()
1512 d = to_desc(desc_ring, id); in prb_reserve()
1579 struct prb_desc *d = to_desc(desc_ring, e->id); in _prb_commit()
1801 struct prb_desc *rdesc = to_desc(desc_ring, seq); in prb_read()
/openbmc/linux/drivers/dma/
H A Dpl330.c2037 to_desc(struct dma_async_tx_descriptor *tx) in to_desc() function
2509 struct dma_pl330_desc *desc, *last = to_desc(tx); in pl330_tx_submit()