Lines Matching refs:zcrypt_card
44 struct zcrypt_card *zc = to_ap_card(dev)->private; in type_show()
55 struct zcrypt_card *zc = to_ap_card(dev)->private; in online_show()
64 struct zcrypt_card *zc = to_ap_card(dev)->private; in online_store()
89 struct zcrypt_card *zc = to_ap_card(dev)->private; in load_show()
107 struct zcrypt_card *zcrypt_card_alloc(void) in zcrypt_card_alloc()
109 struct zcrypt_card *zc; in zcrypt_card_alloc()
111 zc = kzalloc(sizeof(struct zcrypt_card), GFP_KERNEL); in zcrypt_card_alloc()
121 void zcrypt_card_free(struct zcrypt_card *zc) in zcrypt_card_free()
129 struct zcrypt_card *zdev = in zcrypt_card_release()
130 container_of(kref, struct zcrypt_card, refcount); in zcrypt_card_release()
134 void zcrypt_card_get(struct zcrypt_card *zc) in zcrypt_card_get()
140 int zcrypt_card_put(struct zcrypt_card *zc) in zcrypt_card_put()
152 int zcrypt_card_register(struct zcrypt_card *zc) in zcrypt_card_register()
179 void zcrypt_card_unregister(struct zcrypt_card *zc) in zcrypt_card_unregister()