Searched refs:ap_device (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.h | 160 struct ap_device; 167 int (*probe)(struct ap_device *); 168 void (*remove)(struct ap_device *); 177 typedef enum ap_wait (ap_func_t)(struct ap_device *ap_dev); 179 struct ap_device { struct 208 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument 220 void (*receive)(struct ap_device *, struct ap_message *, 261 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg); 262 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg); 263 void ap_flush_queue(struct ap_device *ap_dev);
|
D | ap_bus.c | 326 static int ap_queue_enable_interruption(struct ap_device *ap_dev, void *ind) in ap_queue_enable_interruption() 539 static enum ap_wait ap_sm_nop(struct ap_device *ap_dev) in ap_sm_nop() 551 static struct ap_queue_status ap_sm_recv(struct ap_device *ap_dev) in ap_sm_recv() 595 static enum ap_wait ap_sm_read(struct ap_device *ap_dev) in ap_sm_read() 625 static enum ap_wait ap_sm_write(struct ap_device *ap_dev) in ap_sm_write() 676 static enum ap_wait ap_sm_read_write(struct ap_device *ap_dev) in ap_sm_read_write() 687 static enum ap_wait ap_sm_reset(struct ap_device *ap_dev) in ap_sm_reset() 715 static enum ap_wait ap_sm_reset_wait(struct ap_device *ap_dev) in ap_sm_reset_wait() 755 static enum ap_wait ap_sm_setirq_wait(struct ap_device *ap_dev) in ap_sm_setirq_wait() 825 static inline enum ap_wait ap_sm_event(struct ap_device *ap_dev, in ap_sm_event() [all …]
|
D | zcrypt_pcixcc.c | 83 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev); 84 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev); 98 static int zcrypt_pcixcc_mcl(struct ap_device *ap_dev) in zcrypt_pcixcc_mcl() 214 static int zcrypt_pcixcc_rng_supported(struct ap_device *ap_dev) in zcrypt_pcixcc_rng_supported() 267 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev) in zcrypt_pcixcc_probe() 348 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev) in zcrypt_pcixcc_remove()
|
D | zcrypt_cex2a.c | 72 static int zcrypt_cex2a_probe(struct ap_device *ap_dev); 73 static void zcrypt_cex2a_remove(struct ap_device *ap_dev); 87 static int zcrypt_cex2a_probe(struct ap_device *ap_dev) in zcrypt_cex2a_probe() 144 static void zcrypt_cex2a_remove(struct ap_device *ap_dev) in zcrypt_cex2a_remove()
|
D | zcrypt_cex4.c | 56 static int zcrypt_cex4_probe(struct ap_device *ap_dev); 57 static void zcrypt_cex4_remove(struct ap_device *ap_dev); 71 static int zcrypt_cex4_probe(struct ap_device *ap_dev) in zcrypt_cex4_probe() 165 static void zcrypt_cex4_remove(struct ap_device *ap_dev) in zcrypt_cex4_remove()
|
D | zcrypt_api.h | 106 struct ap_device *ap_dev; /* The "real" ap device. */
|
D | zcrypt_msgtype6.h | 125 static inline void rng_type6CPRB_msgX(struct ap_device *ap_dev, in rng_type6CPRB_msgX()
|
D | zcrypt_msgtype50.c | 56 static void zcrypt_cex2a_receive(struct ap_device *, struct ap_message *, 386 static void zcrypt_cex2a_receive(struct ap_device *ap_dev, in zcrypt_cex2a_receive()
|
D | zcrypt_msgtype6.c | 63 static void zcrypt_msgtype6_receive(struct ap_device *, struct ap_message *, 818 static void zcrypt_msgtype6_receive(struct ap_device *ap_dev, in zcrypt_msgtype6_receive() 867 static void zcrypt_msgtype6_receive_ep11(struct ap_device *ap_dev, in zcrypt_msgtype6_receive_ep11()
|