Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/crypto/
Dap_bus.h179 struct ap_device { struct
180 struct device device;
181 struct ap_driver *drv; /* Pointer to AP device driver. */
182 spinlock_t lock; /* Per device lock. */
183 struct list_head list; /* private list of all AP devices. */
208 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument