Home
last modified time | relevance | path

Searched defs:ccp_device (Results 1 – 2 of 2) sorted by relevance

/drivers/crypto/ccp/
Dccp-dev.h339 struct ccp_device { struct
340 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 …]
/drivers/hwmon/
Dcorsair-cpro.c78 struct ccp_device { struct
94 static int ccp_get_errno(struct ccp_device *ccp) in ccp_get_errno() argument