Searched defs:ccp_device (Results 1 – 3 of 3) sorted by relevance
339 struct ccp_device { struct340 struct list_head entry;342 struct ccp_vdata *vdata;343 unsigned int ord;344 char name[MAX_CCP_NAME_LEN];345 char rngname[MAX_CCP_NAME_LEN];347 struct device *dev;348 struct sp_device *sp;352 void *dev_specific;353 unsigned int qim;[all …]
342 struct ccp_device { struct343 struct list_head entry;345 struct ccp_vdata *vdata;346 unsigned int ord;347 char name[MAX_CCP_NAME_LEN];348 char rngname[MAX_CCP_NAME_LEN];350 struct device *dev;351 struct sp_device *sp;355 void *dev_specific;356 unsigned int qim;[all …]
77 struct ccp_device { struct90 static int ccp_get_errno(struct ccp_device *ccp) in ccp_get_errno() argument