Searched refs:pDBfree (Results 1 – 4 of 4) sorted by relevance
91 pDB = aup->pDBfree; in GetFreeDB()94 aup->pDBfree = pDB->pnext; in GetFreeDB()101 db_dest_t *pDBfree = aup->pDBfree; in ReleaseDB() local102 if (pDBfree) in ReleaseDB()103 pDBfree->pnext = pDB; in ReleaseDB()104 aup->pDBfree = pDB; in ReleaseDB()210 db_dest_t *pDB, *pDBfree; in au1k_irda_net_init() local245 pDBfree = NULL; in au1k_irda_net_init()248 pDB->pnext = pDBfree; in au1k_irda_net_init()249 pDBfree = pDB; in au1k_irda_net_init()[all …]
96 db_dest_t *pDBfree; member
481 pDB = aup->pDBfree; in au1000_GetFreeDB()484 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB()491 struct db_dest *pDBfree = aup->pDBfree; in au1000_ReleaseDB() local492 if (pDBfree) in au1000_ReleaseDB()493 pDBfree->pnext = pDB; in au1000_ReleaseDB()494 aup->pDBfree = pDB; in au1000_ReleaseDB()1027 struct db_dest *pDB, *pDBfree; in au1000_probe() local1179 pDBfree = NULL; in au1000_probe()1183 pDB->pnext = pDBfree; in au1000_probe()1184 pDBfree = pDB; in au1000_probe()[all …]
89 struct db_dest *pDBfree; member