Lines Matching refs:ap_device
121 struct ap_device;
137 int (*probe)(struct ap_device *);
138 void (*remove)(struct ap_device *);
139 void (*suspend)(struct ap_device *);
140 void (*resume)(struct ap_device *);
148 struct ap_device { struct
154 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
157 struct ap_device ap_dev;
171 struct ap_device ap_dev;
262 void ap_queue_suspend(struct ap_device *ap_dev);
263 void ap_queue_resume(struct ap_device *ap_dev);