Lines Matching refs:ap_dev
62 static int zcrypt_pcica_probe(struct ap_device *ap_dev);
63 static void zcrypt_pcica_remove(struct ap_device *ap_dev);
241 static void zcrypt_pcica_receive(struct ap_device *ap_dev, in zcrypt_pcica_receive() argument
294 ap_queue_message(zdev->ap_dev, &ap_msg); in zcrypt_pcica_modexpo()
301 ap_cancel_message(zdev->ap_dev, &ap_msg); in zcrypt_pcica_modexpo()
332 ap_queue_message(zdev->ap_dev, &ap_msg); in zcrypt_pcica_modexpo_crt()
339 ap_cancel_message(zdev->ap_dev, &ap_msg); in zcrypt_pcica_modexpo_crt()
358 static int zcrypt_pcica_probe(struct ap_device *ap_dev) in zcrypt_pcica_probe() argument
366 zdev->ap_dev = ap_dev; in zcrypt_pcica_probe()
375 ap_dev->reply = &zdev->reply; in zcrypt_pcica_probe()
376 ap_dev->private = zdev; in zcrypt_pcica_probe()
383 ap_dev->private = NULL; in zcrypt_pcica_probe()
392 static void zcrypt_pcica_remove(struct ap_device *ap_dev) in zcrypt_pcica_remove() argument
394 struct zcrypt_device *zdev = ap_dev->private; in zcrypt_pcica_remove()