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