Lines Matching refs:ap_dev
63 static int zcrypt_pcica_probe(struct ap_device *ap_dev);
64 static void zcrypt_pcica_remove(struct ap_device *ap_dev);
206 zdev->ap_dev->qid); in convert_type84()
208 zdev->ap_dev->qid, zdev->online, t84h->code); in convert_type84()
234 zdev->ap_dev->qid); in convert_response()
236 zdev->ap_dev->qid, zdev->online); in convert_response()
249 static void zcrypt_pcica_receive(struct ap_device *ap_dev, in zcrypt_pcica_receive() argument
303 ap_queue_message(zdev->ap_dev, &ap_msg); in zcrypt_pcica_modexpo()
310 ap_cancel_message(zdev->ap_dev, &ap_msg); in zcrypt_pcica_modexpo()
342 ap_queue_message(zdev->ap_dev, &ap_msg); in zcrypt_pcica_modexpo_crt()
349 ap_cancel_message(zdev->ap_dev, &ap_msg); in zcrypt_pcica_modexpo_crt()
368 static int zcrypt_pcica_probe(struct ap_device *ap_dev) in zcrypt_pcica_probe() argument
376 zdev->ap_dev = ap_dev; in zcrypt_pcica_probe()
385 ap_dev->reply = &zdev->reply; in zcrypt_pcica_probe()
386 ap_dev->private = zdev; in zcrypt_pcica_probe()
393 ap_dev->private = NULL; in zcrypt_pcica_probe()
402 static void zcrypt_pcica_remove(struct ap_device *ap_dev) in zcrypt_pcica_remove() argument
404 struct zcrypt_device *zdev = ap_dev->private; in zcrypt_pcica_remove()