Searched defs:ap_device (Results 1 – 1 of 1) sorted by relevance
179 struct ap_device { struct180 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