Home
last modified time | relevance | path

Searched refs:ap_device (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/s390/crypto/
H A Dap_bus.h134 struct ap_device;
150 int (*probe)(struct ap_device *);
151 void (*remove)(struct ap_device *);
176 struct ap_device { struct
181 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
184 struct ap_device ap_dev;
201 struct ap_device ap_dev;
369 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg);
370 void ap_send_online_uevent(struct ap_device *ap_dev, int online);
H A Dvfio_ap_private.h156 int vfio_ap_mdev_probe_queue(struct ap_device *queue);
157 void vfio_ap_mdev_remove_queue(struct ap_device *queue);
H A Dzcrypt_cex4.c428 static int zcrypt_cex4_card_probe(struct ap_device *ap_dev) in zcrypt_cex4_card_probe()
621 static void zcrypt_cex4_card_remove(struct ap_device *ap_dev) in zcrypt_cex4_card_remove()
647 static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev) in zcrypt_cex4_queue_probe()
711 static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev) in zcrypt_cex4_queue_remove()
H A Dap_bus.c629 const struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
690 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent()
701 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent()
911 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
962 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
H A Dvfio_ap_ops.c2049 struct ap_device *apdev = to_ap_dev(dev); in status_show()
2151 int vfio_ap_mdev_probe_queue(struct ap_device *apdev) in vfio_ap_mdev_probe_queue()
2205 void vfio_ap_mdev_remove_queue(struct ap_device *apdev) in vfio_ap_mdev_remove_queue()