Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dibmphp_res.c578 struct resource_node *res_prev; in ibmphp_add_resource() local
662 res_prev = NULL; in ibmphp_add_resource()
669 res_prev = res_cur; in ibmphp_add_resource()
679 res_prev->nextRange = res; in ibmphp_add_resource()
687 res_prev = res_cur; in ibmphp_add_resource()
692 res_prev->next = res; in ibmphp_add_resource()
694 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()
695 res_prev->nextRange = NULL; in ibmphp_add_resource()
698 if (!res_prev) { in ibmphp_add_resource()
710 } else if (res_prev->rangeno == res_cur->rangeno) in ibmphp_add_resource()
[all …]
/Linux-v5.4/drivers/crypto/mediatek/
Dmtk-platform.h100 struct mtk_desc *res_prev; member
Dmtk-aes.c321 ring->res_prev = res; in mtk_aes_xmit()
870 u32 status = cryp->ring[aes->id]->res_prev->ct; in mtk_aes_gcm_tag_verify()