Searched defs:ccp_device (Results 1 – 1 of 1) sorted by relevance
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 …]