Lines Matching refs:zcrypt_card
42 struct zcrypt_card *zc = to_ap_card(dev)->private; in type_show()
54 struct zcrypt_card *zc = ac->private; in online_show()
65 struct zcrypt_card *zc = ac->private; in online_store()
93 struct zcrypt_card *zc = to_ap_card(dev)->private; in load_show()
111 struct zcrypt_card *zcrypt_card_alloc(void) in zcrypt_card_alloc()
113 struct zcrypt_card *zc; in zcrypt_card_alloc()
115 zc = kzalloc(sizeof(struct zcrypt_card), GFP_KERNEL); in zcrypt_card_alloc()
125 void zcrypt_card_free(struct zcrypt_card *zc) in zcrypt_card_free()
133 struct zcrypt_card *zdev = in zcrypt_card_release()
134 container_of(kref, struct zcrypt_card, refcount); in zcrypt_card_release()
138 void zcrypt_card_get(struct zcrypt_card *zc) in zcrypt_card_get()
144 int zcrypt_card_put(struct zcrypt_card *zc) in zcrypt_card_put()
156 int zcrypt_card_register(struct zcrypt_card *zc) in zcrypt_card_register()
186 void zcrypt_card_unregister(struct zcrypt_card *zc) in zcrypt_card_unregister()