Lines Matching refs:zcrypt_device

82 	struct zcrypt_device *zdev = to_ap_dev(dev)->private;  in zcrypt_type_show()
91 struct zcrypt_device *zdev = to_ap_dev(dev)->private; in zcrypt_online_show()
99 struct zcrypt_device *zdev = to_ap_dev(dev)->private; in zcrypt_online_store()
150 static void __zcrypt_increase_preference(struct zcrypt_device *zdev) in __zcrypt_increase_preference()
152 struct zcrypt_device *tmp; in __zcrypt_increase_preference()
158 tmp = list_entry(l, struct zcrypt_device, list); in __zcrypt_increase_preference()
178 static void __zcrypt_decrease_preference(struct zcrypt_device *zdev) in __zcrypt_decrease_preference()
180 struct zcrypt_device *tmp; in __zcrypt_decrease_preference()
186 tmp = list_entry(l, struct zcrypt_device, list); in __zcrypt_decrease_preference()
200 struct zcrypt_device *zdev = in zcrypt_device_release()
201 container_of(kref, struct zcrypt_device, refcount); in zcrypt_device_release()
205 void zcrypt_device_get(struct zcrypt_device *zdev) in zcrypt_device_get()
211 int zcrypt_device_put(struct zcrypt_device *zdev) in zcrypt_device_put()
217 struct zcrypt_device *zcrypt_device_alloc(size_t max_response_size) in zcrypt_device_alloc()
219 struct zcrypt_device *zdev; in zcrypt_device_alloc()
221 zdev = kzalloc(sizeof(struct zcrypt_device), GFP_KERNEL); in zcrypt_device_alloc()
239 void zcrypt_device_free(struct zcrypt_device *zdev) in zcrypt_device_free()
252 int zcrypt_device_register(struct zcrypt_device *zdev) in zcrypt_device_register()
299 void zcrypt_device_unregister(struct zcrypt_device *zdev) in zcrypt_device_unregister()
423 struct zcrypt_device *zdev; in zcrypt_rsa_modexpo()
467 struct zcrypt_device *zdev; in zcrypt_rsa_crt()
552 struct zcrypt_device *zdev; in zcrypt_send_cprb()
606 struct zcrypt_device *zdev; in zcrypt_send_ep11_cprb()
671 struct zcrypt_device *zdev; in zcrypt_rng()
702 struct zcrypt_device *zdev; in zcrypt_status_mask()
714 struct zcrypt_device *zdev; in zcrypt_qdepth_mask()
730 struct zcrypt_device *zdev; in zcrypt_perdev_reqcnt()
745 struct zcrypt_device *zdev; in zcrypt_pendingq_count()
760 struct zcrypt_device *zdev; in zcrypt_requestq_count()
775 struct zcrypt_device *zdev; in zcrypt_count_type()
1259 struct zcrypt_device *zdev; in zcrypt_disable_card()
1273 struct zcrypt_device *zdev; in zcrypt_enable_card()