Linux Kernel
3.7.1
|
#include <cryp.h>
struct cryp_device_data - structure for a cryp device. : Pointer to the hardware base address. : Pointer to the devices dev structure. : Pointer to the device's clock control. : Pointer to the device's power control. : Current status of the power. : Lock for current_ctx. : Pointer to the currently allocated context. : For inclusion into a klist. : The dma structure holding channel configuration. : TRUE = power state on, FALSE = power state off. : Spinlock for power_state. : TRUE = saved ctx, FALSE = no saved ctx.
struct cryp_register __iomem* base |
struct klist_node list_node |