Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_bus.h124 struct ap_device;
140 int (*probe)(struct ap_device *);
141 void (*remove)(struct ap_device *);
166 struct ap_device { struct
172 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
175 struct ap_device ap_dev;
190 struct ap_device ap_dev;
375 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg);
376 void ap_send_online_uevent(struct ap_device *ap_dev, int online);
H A Dvfio_ap_private.h158 int vfio_ap_mdev_probe_queue(struct ap_device *queue);
159 void vfio_ap_mdev_remove_queue(struct ap_device *queue);
H A Dzcrypt_cex4.c427 static int zcrypt_cex4_card_probe(struct ap_device *ap_dev) in zcrypt_cex4_card_probe()
619 static void zcrypt_cex4_card_remove(struct ap_device *ap_dev) in zcrypt_cex4_card_remove()
645 static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev) in zcrypt_cex4_queue_probe()
709 static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev) in zcrypt_cex4_queue_remove()
H A Dap_bus.c664 const struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
725 void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg) in ap_send_config_uevent()
736 void ap_send_online_uevent(struct ap_device *ap_dev, int online) in ap_send_online_uevent()
867 struct ap_device *ap_dev = &aq->ap_dev; in __ap_revise_reserved()
978 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
1048 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
H A Dap_queue.c738 struct ap_device *ap_dev = &aq->ap_dev; in driver_override_show()
756 struct ap_device *ap_dev = &aq->ap_dev; in driver_override_store()
H A Dvfio_ap_ops.c2317 struct ap_device *apdev = to_ap_dev(dev); in status_show()
2416 int vfio_ap_mdev_probe_queue(struct ap_device *apdev) in vfio_ap_mdev_probe_queue()
2470 void vfio_ap_mdev_remove_queue(struct ap_device *apdev) in vfio_ap_mdev_remove_queue()