Searched refs:ccp_rr (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/crypto/ccp/
H A Dccp-dev.c123 static struct ccp_device *ccp_rr; variable in typeref:struct:ccp_device
141 if (!ccp_rr)
145 ccp_rr = ccp;
163 if (ccp_rr == ccp) {
168 if (list_is_last(&ccp_rr->entry, &ccp_units))
169 ccp_rr = list_first_entry(&ccp_units, struct ccp_device,
172 ccp_rr = list_next_entry(ccp_rr, entry);
176 ccp_rr = NULL;
209 * The (ccp_rr) pointe
[all...]

Completed in 162 milliseconds