Symbol: ap_device
drivers/s390/crypto/ap_bus.c
1065
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
747
void ap_send_se_bind_uevent(struct ap_device *ap_dev)
drivers/s390/crypto/ap_bus.c
754
void ap_send_se_assoc_uevent(struct ap_device *ap_dev, unsigned int assoc_idx)
drivers/s390/crypto/ap_bus.c
994
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
138
int (*probe)(struct ap_device *);
drivers/s390/crypto/ap_bus.h
139
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_bus.h
377
void ap_send_se_bind_uevent(struct ap_device *ap_dev);
drivers/s390/crypto/ap_bus.h
378
void ap_send_se_assoc_uevent(struct ap_device *ap_dev, unsigned int assoc_idx);
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
453
static int zcrypt_cex4_card_probe(struct ap_device *ap_dev)
drivers/s390/crypto/zcrypt_cex4.c
645
static void zcrypt_cex4_card_remove(struct ap_device *ap_dev)
drivers/s390/crypto/zcrypt_cex4.c
671
static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev)
drivers/s390/crypto/zcrypt_cex4.c
735
static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev)