Searched refs:ap_device (Results 1 – 2 of 2) sorted by relevance
124 struct ap_device;140 int (*probe)(struct ap_device *);141 void (*remove)(struct ap_device *);166 struct ap_device { struct171 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument174 struct ap_device ap_dev;189 struct ap_device ap_dev;372 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg);373 void ap_send_online_uevent(struct ap_device *ap_dev, int online);
655 const struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()716 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent()727 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent()938 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()993 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()