Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/crypto/
A Dap_bus.h129 struct ap_device;
145 int (*probe)(struct ap_device *);
146 void (*remove)(struct ap_device *);
171 struct ap_device { struct
176 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
179 struct ap_device ap_dev;
193 struct ap_device ap_dev;
389 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg);
390 void ap_send_online_uevent(struct ap_device *ap_dev, int online);
A Dzcrypt_cex2a.c74 static int zcrypt_cex2a_card_probe(struct ap_device *ap_dev) in zcrypt_cex2a_card_probe()
131 static void zcrypt_cex2a_card_remove(struct ap_device *ap_dev) in zcrypt_cex2a_card_remove()
150 static int zcrypt_cex2a_queue_probe(struct ap_device *ap_dev) in zcrypt_cex2a_queue_probe()
189 static void zcrypt_cex2a_queue_remove(struct ap_device *ap_dev) in zcrypt_cex2a_queue_remove()
A Dvfio_ap_private.h148 int vfio_ap_mdev_probe_queue(struct ap_device *queue);
149 void vfio_ap_mdev_remove_queue(struct ap_device *queue);
A Dzcrypt_cex2c.c245 static int zcrypt_cex2c_card_probe(struct ap_device *ap_dev) in zcrypt_cex2c_card_probe()
310 static void zcrypt_cex2c_card_remove(struct ap_device *ap_dev) in zcrypt_cex2c_card_remove()
333 static int zcrypt_cex2c_queue_probe(struct ap_device *ap_dev) in zcrypt_cex2c_queue_probe()
383 static void zcrypt_cex2c_queue_remove(struct ap_device *ap_dev) in zcrypt_cex2c_queue_remove()
A Dzcrypt_cex4.c437 static int zcrypt_cex4_card_probe(struct ap_device *ap_dev) in zcrypt_cex4_card_probe()
630 static void zcrypt_cex4_card_remove(struct ap_device *ap_dev) in zcrypt_cex4_card_remove()
656 static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev) in zcrypt_cex4_queue_probe()
720 static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev) in zcrypt_cex4_queue_remove()
A Dap_bus.c619 const struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
680 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent()
691 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent()
901 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
952 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
A Dvfio_ap_ops.c1804 struct ap_device *apdev = to_ap_dev(dev); in status_show()
1891 int vfio_ap_mdev_probe_queue(struct ap_device *apdev) in vfio_ap_mdev_probe_queue()
1929 void vfio_ap_mdev_remove_queue(struct ap_device *apdev) in vfio_ap_mdev_remove_queue()

Completed in 16 milliseconds