Lines Matching refs:zcrypt_card
42 struct zcrypt_card *zc = to_ap_card(dev)->private; in type_show()
53 struct zcrypt_card *zc = to_ap_card(dev)->private; in online_show()
62 struct zcrypt_card *zc = to_ap_card(dev)->private; in online_store()
87 struct zcrypt_card *zc = to_ap_card(dev)->private; in load_show()
105 struct zcrypt_card *zcrypt_card_alloc(void) in zcrypt_card_alloc()
107 struct zcrypt_card *zc; in zcrypt_card_alloc()
109 zc = kzalloc(sizeof(struct zcrypt_card), GFP_KERNEL); in zcrypt_card_alloc()
119 void zcrypt_card_free(struct zcrypt_card *zc) in zcrypt_card_free()
127 struct zcrypt_card *zdev = in zcrypt_card_release()
128 container_of(kref, struct zcrypt_card, refcount); in zcrypt_card_release()
132 void zcrypt_card_get(struct zcrypt_card *zc) in zcrypt_card_get()
138 int zcrypt_card_put(struct zcrypt_card *zc) in zcrypt_card_put()
150 int zcrypt_card_register(struct zcrypt_card *zc) in zcrypt_card_register()
177 void zcrypt_card_unregister(struct zcrypt_card *zc) in zcrypt_card_unregister()