Lines Matching refs:zcrypt_device
86 struct zcrypt_device *zdev = to_ap_dev(dev)->private; in zcrypt_type_show()
95 struct zcrypt_device *zdev = to_ap_dev(dev)->private; in zcrypt_online_show()
103 struct zcrypt_device *zdev = to_ap_dev(dev)->private; in zcrypt_online_store()
154 static void __zcrypt_increase_preference(struct zcrypt_device *zdev) in __zcrypt_increase_preference()
156 struct zcrypt_device *tmp; in __zcrypt_increase_preference()
162 tmp = list_entry(l, struct zcrypt_device, list); in __zcrypt_increase_preference()
182 static void __zcrypt_decrease_preference(struct zcrypt_device *zdev) in __zcrypt_decrease_preference()
184 struct zcrypt_device *tmp; in __zcrypt_decrease_preference()
190 tmp = list_entry(l, struct zcrypt_device, list); in __zcrypt_decrease_preference()
204 struct zcrypt_device *zdev = in zcrypt_device_release()
205 container_of(kref, struct zcrypt_device, refcount); in zcrypt_device_release()
209 void zcrypt_device_get(struct zcrypt_device *zdev) in zcrypt_device_get()
215 int zcrypt_device_put(struct zcrypt_device *zdev) in zcrypt_device_put()
221 struct zcrypt_device *zcrypt_device_alloc(size_t max_response_size) in zcrypt_device_alloc()
223 struct zcrypt_device *zdev; in zcrypt_device_alloc()
225 zdev = kzalloc(sizeof(struct zcrypt_device), GFP_KERNEL); in zcrypt_device_alloc()
243 void zcrypt_device_free(struct zcrypt_device *zdev) in zcrypt_device_free()
256 int zcrypt_device_register(struct zcrypt_device *zdev) in zcrypt_device_register()
303 void zcrypt_device_unregister(struct zcrypt_device *zdev) in zcrypt_device_unregister()
425 struct zcrypt_device *zdev; in zcrypt_rsa_modexpo()
469 struct zcrypt_device *zdev; in zcrypt_rsa_crt()
553 struct zcrypt_device *zdev; in zcrypt_send_cprb()
607 struct zcrypt_device *zdev; in zcrypt_send_ep11_cprb()
672 struct zcrypt_device *zdev; in zcrypt_rng()
703 struct zcrypt_device *zdev; in zcrypt_status_mask()
715 struct zcrypt_device *zdev; in zcrypt_qdepth_mask()
731 struct zcrypt_device *zdev; in zcrypt_perdev_reqcnt()
746 struct zcrypt_device *zdev; in zcrypt_pendingq_count()
761 struct zcrypt_device *zdev; in zcrypt_requestq_count()
776 struct zcrypt_device *zdev; in zcrypt_count_type()
1252 struct zcrypt_device *zdev; in zcrypt_disable_card()
1266 struct zcrypt_device *zdev; in zcrypt_enable_card()