Home
last modified time | relevance | path

Searched defs:ap_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/s390/crypto/
Dap_bus.h156 struct ap_device { struct
157 struct device device;
158 struct ap_driver *drv; /* Pointer to AP device driver. */
159 spinlock_t lock; /* Per device lock. */
160 struct list_head list; /* private list of all AP devices. */
184 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument