Home
last modified time | relevance | path

Searched refs:ccp_rr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dev.c123 static struct ccp_device *ccp_rr; variable
141 if (!ccp_rr) in ccp_add_device()
145 ccp_rr = ccp; in ccp_add_device()
163 if (ccp_rr == ccp) { in ccp_del_device()
168 if (list_is_last(&ccp_rr->entry, &ccp_units)) in ccp_del_device()
169 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_del_device()
172 ccp_rr = list_next_entry(ccp_rr, entry); in ccp_del_device()
176 ccp_rr = NULL; in ccp_del_device()
214 dp = ccp_rr; in ccp_get_device()
215 if (list_is_last(&ccp_rr->entry, &ccp_units)) in ccp_get_device()
[all …]