Lines Matching refs:sdma_driver_data
420 struct sdma_driver_data { struct
440 const struct sdma_driver_data *drvdata; argument
454 static struct sdma_driver_data sdma_imx31 = {
475 static struct sdma_driver_data sdma_imx25 = {
481 static struct sdma_driver_data sdma_imx35 = {
499 static struct sdma_driver_data sdma_imx51 = {
519 static struct sdma_driver_data sdma_imx53 = {
538 static struct sdma_driver_data sdma_imx6q = {
556 static struct sdma_driver_data sdma_imx7d = {
562 static struct sdma_driver_data sdma_imx8mq = {
1999 const struct sdma_driver_data *drvdata = NULL; in sdma_probe()