Lines Matching refs:ap_device
117 struct ap_device;
133 int (*probe)(struct ap_device *);
134 void (*remove)(struct ap_device *);
135 void (*suspend)(struct ap_device *);
136 void (*resume)(struct ap_device *);
144 struct ap_device { struct
150 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
153 struct ap_device ap_dev;
167 struct ap_device ap_dev;
254 void ap_queue_suspend(struct ap_device *ap_dev);
255 void ap_queue_resume(struct ap_device *ap_dev);