Searched refs:sdma_desc (Results 1 – 4 of 4) 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()
1577 struct sdma_desc *descp) in sdma_unmap_desc()2252 struct sdma_desc *descp = tx->descp; in submit_tx()2999 struct sdma_desc *descp; in _extend_sdma_tx_descs()3020 descp = kmalloc_objs(struct sdma_desc, MAX_DESC, GFP_ATOMIC); in _extend_sdma_tx_descs()
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 …]