Lines Matching refs:sdma_driver_data
418 struct sdma_driver_data { struct
439 const struct sdma_driver_data *drvdata; argument
453 static struct sdma_driver_data sdma_imx31 = {
474 static struct sdma_driver_data sdma_imx25 = {
480 static struct sdma_driver_data sdma_imx35 = {
498 static struct sdma_driver_data sdma_imx51 = {
518 static struct sdma_driver_data sdma_imx53 = {
537 static struct sdma_driver_data sdma_imx6q = {
555 static struct sdma_driver_data sdma_imx7d = {
561 static struct sdma_driver_data sdma_imx8mq = {
1993 const struct sdma_driver_data *drvdata = NULL; in sdma_probe()