Symbol: ap_device
drivers/s390/crypto/ap_bus.c
1048
struct ap_device *ap_dev = to_ap_dev(dev);
drivers/s390/crypto/ap_bus.c
664
const struct ap_device *ap_dev = to_ap_dev(dev);
drivers/s390/crypto/ap_bus.c
725
void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg)
drivers/s390/crypto/ap_bus.c
736
void ap_send_online_uevent(struct ap_device *ap_dev, int online)
drivers/s390/crypto/ap_bus.c
867
struct ap_device *ap_dev = &aq->ap_dev;
drivers/s390/crypto/ap_bus.c
978
struct ap_device *ap_dev = to_ap_dev(dev);
drivers/s390/crypto/ap_bus.h
124
struct ap_device;
drivers/s390/crypto/ap_bus.h
140
int (*probe)(struct ap_device *);
drivers/s390/crypto/ap_bus.h
141
void (*remove)(struct ap_device *);
drivers/s390/crypto/ap_bus.h
172
#define to_ap_dev(x) container_of((x), struct ap_device, device)
drivers/s390/crypto/ap_bus.h
175
struct ap_device ap_dev;
drivers/s390/crypto/ap_bus.h
190
struct ap_device ap_dev;
drivers/s390/crypto/ap_bus.h
375
void ap_send_config_uevent(struct ap_device *ap_dev, bool cfg);
drivers/s390/crypto/ap_bus.h
376
void ap_send_online_uevent(struct ap_device *ap_dev, int online);
drivers/s390/crypto/ap_queue.c
738
struct ap_device *ap_dev = &aq->ap_dev;
drivers/s390/crypto/ap_queue.c
756
struct ap_device *ap_dev = &aq->ap_dev;
drivers/s390/crypto/vfio_ap_ops.c
2317
struct ap_device *apdev = to_ap_dev(dev);
drivers/s390/crypto/vfio_ap_ops.c
2416
int vfio_ap_mdev_probe_queue(struct ap_device *apdev)
drivers/s390/crypto/vfio_ap_ops.c
2470
void vfio_ap_mdev_remove_queue(struct ap_device *apdev)
drivers/s390/crypto/vfio_ap_private.h
158
int vfio_ap_mdev_probe_queue(struct ap_device *queue);
drivers/s390/crypto/vfio_ap_private.h
159
void vfio_ap_mdev_remove_queue(struct ap_device *queue);
drivers/s390/crypto/zcrypt_cex4.c
427
static int zcrypt_cex4_card_probe(struct ap_device *ap_dev)
drivers/s390/crypto/zcrypt_cex4.c
619
static void zcrypt_cex4_card_remove(struct ap_device *ap_dev)
drivers/s390/crypto/zcrypt_cex4.c
645
static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev)
drivers/s390/crypto/zcrypt_cex4.c
709
static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev)