Home
last modified time | relevance | path

Searched refs:zcrypt_card (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/s390/crypto/
Dzcrypt_card.c42 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()
[all …]
Dzcrypt_api.h73 struct zcrypt_card { struct
94 struct zcrypt_card *zcard; argument
119 struct zcrypt_card *zcrypt_card_alloc(void);
120 void zcrypt_card_free(struct zcrypt_card *);
121 void zcrypt_card_get(struct zcrypt_card *);
122 int zcrypt_card_put(struct zcrypt_card *);
123 int zcrypt_card_register(struct zcrypt_card *);
124 void zcrypt_card_unregister(struct zcrypt_card *);
Dzcrypt_queue.c53 struct zcrypt_card *zc = zq->zcard; in online_store()
158 struct zcrypt_card *zc; in zcrypt_queue_register()
208 struct zcrypt_card *zc; in zcrypt_queue_unregister()
Dzcrypt_api.c569 static inline struct zcrypt_queue *zcrypt_pick_queue(struct zcrypt_card *zc, in zcrypt_pick_queue()
585 static inline void zcrypt_drop_queue(struct zcrypt_card *zc, in zcrypt_drop_queue()
598 static inline bool zcrypt_card_compare(struct zcrypt_card *zc, in zcrypt_card_compare()
599 struct zcrypt_card *pref_zc, in zcrypt_card_compare()
634 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_modexpo()
718 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_crt()
802 struct zcrypt_card *zc, *pref_zc; in _zcrypt_send_cprb()
926 struct zcrypt_card *zc, *pref_zc; in zcrypt_send_ep11_cprb()
1031 struct zcrypt_card *zc, *pref_zc; in zcrypt_rng()
1094 struct zcrypt_card *zc; in zcrypt_device_status_mask()
[all …]
Dzcrypt_cex2a.c85 struct zcrypt_card *zc; in zcrypt_cex2a_card_probe()
136 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2a_card_remove()
DMakefile9 zcrypt-objs := zcrypt_api.o zcrypt_card.o zcrypt_queue.o
Dzcrypt_cex2c.c145 struct zcrypt_card *zc; in zcrypt_cex2c_card_probe()
193 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2c_card_remove()
Dzcrypt_cex4.c82 struct zcrypt_card *zc = ac->private; in serialnr_show()
192 struct zcrypt_card *zc; in zcrypt_cex4_card_probe()
332 struct zcrypt_card *zc = ac->private; in zcrypt_cex4_card_remove()