Lines Matching defs:ap_dev
71 * @ap_dev: pointer to the AP device.
73 static int zcrypt_cex2a_card_probe(struct ap_device *ap_dev)
84 struct ap_card *ac = to_ap_card(&ap_dev->device);
94 if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX2A) {
101 } else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX3A) {
132 static void zcrypt_cex2a_card_remove(struct ap_device *ap_dev)
134 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private;
150 * @ap_dev: pointer to the AP device.
152 static int zcrypt_cex2a_queue_probe(struct ap_device *ap_dev)
154 struct ap_queue *aq = to_ap_queue(&ap_dev->device);
158 switch (ap_dev->device_type) {
193 static void zcrypt_cex2a_queue_remove(struct ap_device *ap_dev)
195 struct ap_queue *aq = to_ap_queue(&ap_dev->device);