Searched defs:ccp_device (Results 1 – 2 of 2) 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 …]
78 struct ccp_device { struct94 static int ccp_get_errno(struct ccp_device *ccp) in ccp_get_errno() argument