Searched refs:sha_dd (Results 1 – 1 of 1) sorted by relevance
2586 sha_dd = devm_kzalloc(&pdev->dev, sizeof(*sha_dd), GFP_KERNEL); in atmel_sha_probe()2587 if (!sha_dd) in atmel_sha_probe()2590 sha_dd->dev = dev; in atmel_sha_probe()2598 (unsigned long)sha_dd); in atmel_sha_probe()2613 if (sha_dd->irq < 0) { in atmel_sha_probe()2614 err = sha_dd->irq; in atmel_sha_probe()2637 atmel_sha_get_cap(sha_dd); in atmel_sha_probe()2664 list_del(&sha_dd->list); in atmel_sha_probe()2666 if (sha_dd->caps.has_dma) in atmel_sha_probe()2680 list_del(&sha_dd->list); in atmel_sha_remove()[all …]