cregit-Linux how code gets into the kernel

Release 4.12 include/linux/platform_data/crypto-atmel.h

#ifndef __LINUX_CRYPTO_ATMEL_H

#define __LINUX_CRYPTO_ATMEL_H

#include <linux/platform_data/dma-atmel.h>

/**
 * struct crypto_dma_data - DMA data for AES/TDES/SHA
 */

struct crypto_dma_data {
	
struct at_dma_slave	txdata;
	
struct at_dma_slave	rxdata;
};

/**
 * struct crypto_platform_data - board-specific AES/TDES/SHA configuration
 * @dma_slave: DMA slave interface to use in data transfers.
 */

struct crypto_platform_data {
	
struct crypto_dma_data	*dma_slave;
};

#endif /* __LINUX_CRYPTO_ATMEL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Nicolas Royer3697.30%266.67%
Arnd Bergmann12.70%133.33%
Total37100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.