Searched refs:zdev (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.c61 struct zcrypt_device *zdev = to_ap_dev(dev)->private; local
62 return snprintf(buf, PAGE_SIZE, "%s\n", zdev->type_string);
70 struct zcrypt_device *zdev = to_ap_dev(dev)->private; local
71 return snprintf(buf, PAGE_SIZE, "%d\n", zdev->online);
78 struct zcrypt_device *zdev = to_ap_dev(dev)->private; local
83 zdev->online = online;
85 ap_flush_queue(zdev->ap_dev);
106 static void __zcrypt_increase_preference(struct zcrypt_device *zdev) argument
111 if (zdev->speed_rating == 0)
113 for (l = zdev
132 __zcrypt_decrease_preference(struct zcrypt_device *zdev) argument
155 struct zcrypt_device *zdev = local
160 zcrypt_device_get(struct zcrypt_device *zdev) argument
166 zcrypt_device_put(struct zcrypt_device *zdev) argument
174 struct zcrypt_device *zdev; local
193 zcrypt_device_free(struct zcrypt_device *zdev) argument
203 zcrypt_device_register(struct zcrypt_device *zdev) argument
227 zcrypt_device_unregister(struct zcrypt_device *zdev) argument
278 struct zcrypt_device *zdev; local
322 struct zcrypt_device *zdev; local
397 struct zcrypt_device *zdev; local
432 struct zcrypt_device *zdev; local
444 struct zcrypt_device *zdev; local
460 struct zcrypt_device *zdev; local
475 struct zcrypt_device *zdev; local
490 struct zcrypt_device *zdev; local
505 struct zcrypt_device *zdev; local
956 struct zcrypt_device *zdev; local
970 struct zcrypt_device *zdev; local
[all...]
H A Dzcrypt_cex2a.c78 * @zdev: crypto device pointer
84 static int ICAMEX_msg_to_type50MEX_msg(struct zcrypt_device *zdev, argument
125 * @zdev: crypto device pointer
131 static int ICACRT_msg_to_type50CRT_msg(struct zcrypt_device *zdev, argument
203 * @zdev: crypto device pointer
210 static int convert_type80(struct zcrypt_device *zdev, argument
220 zdev->online = 0;
230 static int convert_response(struct zcrypt_device *zdev, argument
239 return convert_error(zdev, reply);
241 return convert_type80(zdev, repl
291 zcrypt_cex2a_modexpo(struct zcrypt_device *zdev, struct ica_rsa_modexpo *mex) argument
333 zcrypt_cex2a_modexpo_crt(struct zcrypt_device *zdev, struct ica_rsa_modexpo_crt *crt) argument
383 struct zcrypt_device *zdev; local
417 struct zcrypt_device *zdev = ap_dev->private; local
[all...]
H A Dzcrypt_pcica.c78 * @zdev: crypto device pointer
84 static int ICAMEX_msg_to_type4MEX_msg(struct zcrypt_device *zdev, argument
127 * @zdev: crypto device pointer
133 static int ICACRT_msg_to_type4CRT_msg(struct zcrypt_device *zdev, argument
187 * @zdev: crypto device pointer
194 static int convert_type84(struct zcrypt_device *zdev, argument
204 zdev->online = 0;
214 static int convert_response(struct zcrypt_device *zdev, argument
223 return convert_error(zdev, reply);
225 return convert_type84(zdev, repl
275 zcrypt_pcica_modexpo(struct zcrypt_device *zdev, struct ica_rsa_modexpo *mex) argument
317 zcrypt_pcica_modexpo_crt(struct zcrypt_device *zdev, struct ica_rsa_modexpo_crt *crt) argument
367 struct zcrypt_device *zdev; local
400 struct zcrypt_device *zdev = ap_dev->private; local
[all...]
H A Dzcrypt_error.h90 static inline int convert_error(struct zcrypt_device *zdev, argument
117 zdev->online = 0;
123 zdev->online = 0;
128 zdev->online = 0;
H A Dzcrypt_pcixcc.c124 * @zdev: crypto device pointer
130 static int ICAMEX_msg_to_type6MEX_msgX(struct zcrypt_device *zdev, argument
176 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid);
179 msg->fr = (zdev->user_space_type == ZCRYPT_PCIXCC_MCL2) ?
191 * @zdev: crypto device pointer
197 static int ICACRT_msg_to_type6CRT_msgX(struct zcrypt_device *zdev, argument
244 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid);
248 msg->fr = (zdev->user_space_type == ZCRYPT_PCIXCC_MCL2) ?
258 * @zdev: crypto device pointer
269 static int XCRB_msg_to_type6CPRB_msgX(struct zcrypt_device *zdev, argument
376 convert_type86_ica(struct zcrypt_device *zdev, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) argument
486 convert_type86_xcrb(struct zcrypt_device *zdev, struct ap_message *reply, struct ica_xcRB *xcRB) argument
508 convert_response_ica(struct zcrypt_device *zdev, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) argument
536 convert_response_xcrb(struct zcrypt_device *zdev, struct ap_message *reply, struct ica_xcRB *xcRB) argument
624 zcrypt_pcixcc_modexpo(struct zcrypt_device *zdev, struct ica_rsa_modexpo *mex) argument
668 zcrypt_pcixcc_modexpo_crt(struct zcrypt_device *zdev, struct ica_rsa_modexpo_crt *crt) argument
712 zcrypt_pcixcc_send_cprb(struct zcrypt_device *zdev, struct ica_xcRB *xcRB) argument
881 struct zcrypt_device *zdev; local
934 struct zcrypt_device *zdev = ap_dev->private; local
[all...]
H A Dzcrypt_pcicc.c148 * @zdev: crypto device pointer
154 static int ICAMEX_msg_to_type6MEX_msg(struct zcrypt_device *zdev, argument
223 msg->cprb.usage_domain[0]= AP_QID_QUEUE(zdev->ap_dev->qid);
235 * @zdev: crypto device pointer
241 static int ICACRT_msg_to_type6CRT_msg(struct zcrypt_device *zdev, argument
286 msg->cprb.usage_domain[0] = AP_QID_QUEUE(zdev->ap_dev->qid);
299 * @zdev: crypto device pointer
315 static int convert_type86(struct zcrypt_device *zdev, argument
373 zdev->max_mod_size = PCICC_MAX_MOD_SIZE_OLD;
378 zdev
416 convert_response(struct zcrypt_device *zdev, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) argument
485 zcrypt_pcicc_modexpo(struct zcrypt_device *zdev, struct ica_rsa_modexpo *mex) argument
528 zcrypt_pcicc_modexpo_crt(struct zcrypt_device *zdev, struct ica_rsa_modexpo_crt *crt) argument
579 struct zcrypt_device *zdev; local
612 struct zcrypt_device *zdev = ap_dev->private; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcirrusfb.c400 struct zorro_dev *zdev; member in struct:cirrusfb_info
2206 zorro_release_device(cinfo->zdev);
2213 if (zorro_resource_start(cinfo->zdev) > 0x01000000)
2476 cinfo->zdev = z;

Completed in 111 milliseconds