Searched refs:ap_device (Results 1 – 5 of 5) 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;384 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg);385 void ap_send_online_uevent(struct ap_device *ap_dev, int online);
156 int vfio_ap_mdev_probe_queue(struct ap_device *queue);157 void vfio_ap_mdev_remove_queue(struct ap_device *queue);
432 static int zcrypt_cex4_card_probe(struct ap_device *ap_dev) in zcrypt_cex4_card_probe()624 static void zcrypt_cex4_card_remove(struct ap_device *ap_dev) in zcrypt_cex4_card_remove()650 static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev) in zcrypt_cex4_queue_probe()714 static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev) in zcrypt_cex4_queue_remove()
589 const struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()650 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent()661 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent()872 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()927 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
2245 struct ap_device *apdev = to_ap_dev(dev); in status_show()2347 int vfio_ap_mdev_probe_queue(struct ap_device *apdev) in vfio_ap_mdev_probe_queue()2401 void vfio_ap_mdev_remove_queue(struct ap_device *apdev) in vfio_ap_mdev_remove_queue()