Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c376 tmp_bridge = agp_alloc_bridge(); in test_agp_alloc_bridge()
384 agp_put_bridge(tmp_bridge); in test_agp_put_bridge()
385 tmp_bridge = NULL; in test_agp_put_bridge()
Dstr_agp.h40 static struct agp_bridge_data *tmp_bridge = NULL; variable