Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/crypto/mediatek/
H A Dmtk-platform.h100 struct mtk_desc *res_prev; member
H A Dmtk-aes.c304 ring->res_prev = res; in mtk_aes_xmit()
834 __le32 status = cryp->ring[aes->id]->res_prev->ct; in mtk_aes_gcm_tag_verify()