Searched refs:ap_dev (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/crypto/
H A Dap_bus.c349 struct ap_device *ap_dev = to_ap_dev(dev); local
350 return snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->device_type);
357 struct ap_device *ap_dev = to_ap_dev(dev); local
358 return snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->queue_depth);
366 struct ap_device *ap_dev = to_ap_dev(dev); local
369 spin_lock_bh(&ap_dev->lock);
370 rc = snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->total_request_count);
371 spin_unlock_bh(&ap_dev->lock);
401 struct ap_device *ap_dev = to_ap_dev(dev); local
411 (id->dev_type != ap_dev
425 struct ap_device *ap_dev = to_ap_dev(dev); local
455 struct ap_device *ap_dev = to_ap_dev(dev); local
471 __ap_flush_queue(struct ap_device *ap_dev) argument
487 ap_flush_queue(struct ap_device *ap_dev) argument
497 struct ap_device *ap_dev = to_ap_dev(dev); local
639 ap_probe_device_type(struct ap_device *ap_dev) argument
740 struct ap_device *ap_dev = to_ap_dev(dev); local
747 struct ap_device *ap_dev; local
844 ap_poll_read(struct ap_device *ap_dev, unsigned long *flags) argument
892 ap_poll_write(struct ap_device *ap_dev, unsigned long *flags) argument
935 ap_poll_queue(struct ap_device *ap_dev, unsigned long *flags) argument
950 __ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) argument
988 ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) argument
1021 ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg) argument
1053 __ap_poll_all(struct ap_device *ap_dev, unsigned long *flags) argument
1067 struct ap_device *ap_dev; local
1093 struct ap_device *ap_dev; local
[all...]
H A Dzcrypt_api.c85 ap_flush_queue(zdev->ap_dev);
207 rc = sysfs_create_group(&zdev->ap_dev->device.kobj,
211 get_device(&zdev->ap_dev->device);
233 sysfs_remove_group(&zdev->ap_dev->device.kobj,
235 put_device(&zdev->ap_dev->device);
298 get_device(&zdev->ap_dev->device);
301 if (try_module_get(zdev->ap_dev->drv->driver.owner)) {
305 module_put(zdev->ap_dev->drv->driver.owner);
311 put_device(&zdev->ap_dev->device);
373 get_device(&zdev->ap_dev
[all...]
H A Dap_bus.h152 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
153 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
154 void ap_flush_queue(struct ap_device *ap_dev);
H A Dzcrypt_cex2a.c63 static int zcrypt_cex2a_probe(struct ap_device *ap_dev);
64 static void zcrypt_cex2a_remove(struct ap_device *ap_dev);
256 * @ap_dev: pointer to the AP device
260 static void zcrypt_cex2a_receive(struct ap_device *ap_dev, argument
308 ap_queue_message(zdev->ap_dev, &ap_msg);
316 ap_cancel_message(zdev->ap_dev, &ap_msg);
350 ap_queue_message(zdev->ap_dev, &ap_msg);
358 ap_cancel_message(zdev->ap_dev, &ap_msg);
379 * @ap_dev: pointer to the AP device.
381 static int zcrypt_cex2a_probe(struct ap_device *ap_dev) argument
415 zcrypt_cex2a_remove(struct ap_device *ap_dev) argument
[all...]
H A Dzcrypt_pcica.c63 static int zcrypt_pcica_probe(struct ap_device *ap_dev);
64 static void zcrypt_pcica_remove(struct ap_device *ap_dev);
240 * @ap_dev: pointer to the AP device
244 static void zcrypt_pcica_receive(struct ap_device *ap_dev, argument
292 ap_queue_message(zdev->ap_dev, &ap_msg);
300 ap_cancel_message(zdev->ap_dev, &ap_msg);
334 ap_queue_message(zdev->ap_dev, &ap_msg);
342 ap_cancel_message(zdev->ap_dev, &ap_msg);
363 * @ap_dev: pointer to the AP device.
365 static int zcrypt_pcica_probe(struct ap_device *ap_dev) argument
398 zcrypt_pcica_remove(struct ap_device *ap_dev) argument
[all...]
H A Dzcrypt_pcicc.c75 static int zcrypt_pcicc_probe(struct ap_device *ap_dev);
76 static void zcrypt_pcicc_remove(struct ap_device *ap_dev);
223 msg->cprb.usage_domain[0]= AP_QID_QUEUE(zdev->ap_dev->qid);
286 msg->cprb.usage_domain[0] = AP_QID_QUEUE(zdev->ap_dev->qid);
448 * @ap_dev: pointer to the AP device
452 static void zcrypt_pcicc_receive(struct ap_device *ap_dev, argument
503 ap_queue_message(zdev->ap_dev, &ap_msg);
511 ap_cancel_message(zdev->ap_dev, &ap_msg);
546 ap_queue_message(zdev->ap_dev, &ap_msg);
554 ap_cancel_message(zdev->ap_dev,
577 zcrypt_pcicc_probe(struct ap_device *ap_dev) argument
610 zcrypt_pcicc_remove(struct ap_device *ap_dev) argument
[all...]
H A Dzcrypt_pcixcc.c86 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev);
87 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev);
176 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid);
244 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid);
570 * @ap_dev: pointer to the AP device
574 static void zcrypt_pcixcc_receive(struct ap_device *ap_dev, argument
643 ap_queue_message(zdev->ap_dev, &ap_msg);
651 ap_cancel_message(zdev->ap_dev, &ap_msg);
687 ap_queue_message(zdev->ap_dev, &ap_msg);
695 ap_cancel_message(zdev->ap_dev,
763 zcrypt_pcixcc_mcl(struct ap_device *ap_dev) argument
879 zcrypt_pcixcc_probe(struct ap_device *ap_dev) argument
932 zcrypt_pcixcc_remove(struct ap_device *ap_dev) argument
[all...]
H A Dzcrypt_api.h116 struct ap_device *ap_dev; /* The "real" ap device. */ member in struct:zcrypt_device

Completed in 78 milliseconds