ap_device
struct ap_device *ap_dev = to_ap_dev(dev);
const struct ap_device *ap_dev = to_ap_dev(dev);
void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg)
void ap_send_online_uevent(struct ap_device *ap_dev, int online)
struct ap_device *ap_dev = &aq->ap_dev;
struct ap_device *ap_dev = to_ap_dev(dev);
struct ap_device;
int (*probe)(struct ap_device *);
void (*remove)(struct ap_device *);
#define to_ap_dev(x) container_of((x), struct ap_device, device)
struct ap_device ap_dev;
struct ap_device ap_dev;
void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg);
void ap_send_online_uevent(struct ap_device *ap_dev, int online);
struct ap_device *ap_dev = &aq->ap_dev;
struct ap_device *ap_dev = &aq->ap_dev;
struct ap_device *apdev = to_ap_dev(dev);
int vfio_ap_mdev_probe_queue(struct ap_device *apdev)
void vfio_ap_mdev_remove_queue(struct ap_device *apdev)
int vfio_ap_mdev_probe_queue(struct ap_device *queue);
void vfio_ap_mdev_remove_queue(struct ap_device *queue);
static int zcrypt_cex4_card_probe(struct ap_device *ap_dev)
static void zcrypt_cex4_card_remove(struct ap_device *ap_dev)
static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev)
static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev)