Home
last modified time | relevance | path

Searched defs:zdev (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/drivers/s390/crypto/
Dzcrypt_api.c67 struct zcrypt_device *zdev = to_ap_dev(dev)->private; in zcrypt_type_show() local
76 struct zcrypt_device *zdev = to_ap_dev(dev)->private; in zcrypt_online_show() local
84 struct zcrypt_device *zdev = to_ap_dev(dev)->private; in zcrypt_online_store() local
115 static void __zcrypt_increase_preference(struct zcrypt_device *zdev) in __zcrypt_increase_preference()
143 static void __zcrypt_decrease_preference(struct zcrypt_device *zdev) in __zcrypt_decrease_preference()
165 struct zcrypt_device *zdev = in zcrypt_device_release() local
170 void zcrypt_device_get(struct zcrypt_device *zdev) in zcrypt_device_get()
176 int zcrypt_device_put(struct zcrypt_device *zdev) in zcrypt_device_put()
184 struct zcrypt_device *zdev; in zcrypt_device_alloc() local
203 void zcrypt_device_free(struct zcrypt_device *zdev) in zcrypt_device_free()
[all …]
Dzcrypt_pcica.c86 static int ICAMEX_msg_to_type4MEX_msg(struct zcrypt_device *zdev, in ICAMEX_msg_to_type4MEX_msg()
135 static int ICACRT_msg_to_type4CRT_msg(struct zcrypt_device *zdev, in ICACRT_msg_to_type4CRT_msg()
196 static int convert_type84(struct zcrypt_device *zdev, in convert_type84()
216 static int convert_response(struct zcrypt_device *zdev, in convert_response()
278 static long zcrypt_pcica_modexpo(struct zcrypt_device *zdev, in zcrypt_pcica_modexpo()
316 static long zcrypt_pcica_modexpo_crt(struct zcrypt_device *zdev, in zcrypt_pcica_modexpo_crt()
362 struct zcrypt_device *zdev; in zcrypt_pcica_probe() local
396 struct zcrypt_device *zdev = ap_dev->private; in zcrypt_pcica_remove() local
Dzcrypt_cex2a.c96 static int ICAMEX_msg_to_type50MEX_msg(struct zcrypt_device *zdev, in ICAMEX_msg_to_type50MEX_msg()
154 static int ICACRT_msg_to_type50CRT_msg(struct zcrypt_device *zdev, in ICACRT_msg_to_type50CRT_msg()
252 static int convert_type80(struct zcrypt_device *zdev, in convert_type80()
275 static int convert_response(struct zcrypt_device *zdev, in convert_response()
340 static long zcrypt_cex2a_modexpo(struct zcrypt_device *zdev, in zcrypt_cex2a_modexpo()
381 static long zcrypt_cex2a_modexpo_crt(struct zcrypt_device *zdev, in zcrypt_cex2a_modexpo_crt()
430 struct zcrypt_device *zdev = NULL; in zcrypt_cex2a_probe() local
484 struct zcrypt_device *zdev = ap_dev->private; in zcrypt_cex2a_remove() local
Dzcrypt_pcixcc.c131 static int ICAMEX_msg_to_type6MEX_msgX(struct zcrypt_device *zdev, in ICAMEX_msg_to_type6MEX_msgX()
198 static int ICACRT_msg_to_type6CRT_msgX(struct zcrypt_device *zdev, in ICACRT_msg_to_type6CRT_msgX()
270 static int XCRB_msg_to_type6CPRB_msgX(struct zcrypt_device *zdev, in XCRB_msg_to_type6CPRB_msgX()
402 static int convert_type86_ica(struct zcrypt_device *zdev, in convert_type86_ica()
506 static int convert_type86_xcrb(struct zcrypt_device *zdev, in convert_type86_xcrb()
528 static int convert_type86_rng(struct zcrypt_device *zdev, in convert_type86_rng()
545 static int convert_response_ica(struct zcrypt_device *zdev, in convert_response_ica()
580 static int convert_response_xcrb(struct zcrypt_device *zdev, in convert_response_xcrb()
608 static int convert_response_rng(struct zcrypt_device *zdev, in convert_response_rng()
690 static long zcrypt_pcixcc_modexpo(struct zcrypt_device *zdev, in zcrypt_pcixcc_modexpo()
[all …]
Dzcrypt_pcicc.c156 static int ICAMEX_msg_to_type6MEX_msg(struct zcrypt_device *zdev, in ICAMEX_msg_to_type6MEX_msg()
243 static int ICACRT_msg_to_type6CRT_msg(struct zcrypt_device *zdev, in ICACRT_msg_to_type6CRT_msg()
317 static int convert_type86(struct zcrypt_device *zdev, in convert_type86()
412 static int convert_response(struct zcrypt_device *zdev, in convert_response()
482 static long zcrypt_pcicc_modexpo(struct zcrypt_device *zdev, in zcrypt_pcicc_modexpo()
521 static long zcrypt_pcicc_modexpo_crt(struct zcrypt_device *zdev, in zcrypt_pcicc_modexpo_crt()
568 struct zcrypt_device *zdev; in zcrypt_pcicc_probe() local
602 struct zcrypt_device *zdev = ap_dev->private; in zcrypt_pcicc_remove() local
Dzcrypt_error.h90 static inline int convert_error(struct zcrypt_device *zdev, in convert_error()
/linux-3.3/drivers/video/
Dcirrusfb.c1979 struct zorro_dev *zdev = to_zorro_dev(info->device); in cirrusfb_zorro_unmap() local