Searched refs:sdma_desc (Results 1 – 3 of 3) sorted by relevance
19 struct sdma_desc { struct64 struct sdma_desc *descp;89 struct sdma_desc descs[NUM_DESC];
575 static inline int sdma_mapping_type(struct sdma_desc *d) in sdma_mapping_type()581 static inline size_t sdma_mapping_len(struct sdma_desc *d) in sdma_mapping_len()587 static inline dma_addr_t sdma_mapping_addr(struct sdma_desc *d) in sdma_mapping_addr()602 struct sdma_desc *desc = &tx->descp[tx->num_desc]; in make_tx_sdma_desc()
395 struct sdma_desc { struct448 struct sdma_desc *desc;834 static struct sdma_desc *to_sdma_desc(struct dma_async_tx_descriptor *t) in to_sdma_desc()836 return container_of(t, struct sdma_desc, vd.tx); in to_sdma_desc()842 struct sdma_desc *desc; in sdma_start_desc()870 struct sdma_desc *desc = sdmac->desc; in sdma_update_channel_loop()958 struct sdma_desc *desc; in sdma_int_handler()1412 static int sdma_alloc_bd(struct sdma_desc *desc) in sdma_alloc_bd()1431 static void sdma_free_bd(struct sdma_desc *desc) in sdma_free_bd()1444 struct sdma_desc *desc = container_of(vd, struct sdma_desc, vd); in sdma_desc_free()[all …]