Searched refs:test1 (Results 1 - 2 of 2) sorted by relevance

/drivers/rtc/
H A Drtc-test.c16 static struct platform_device *test0 = NULL, *test1 = NULL; variable in typeref:struct:
153 if ((test1 = platform_device_alloc("rtc-test", 1)) == NULL) {
161 if ((err = platform_device_add(test1)))
170 platform_device_put(test1);
183 platform_device_unregister(test1);
/drivers/net/wireless/b43legacy/
H A Dmain.c440 u16 test1; local
452 test1 = b43legacy_read16(dev, B43legacy_MMIO_TSF_1);
453 } while (v3 != test3 || v2 != test2 || v1 != test1);

Completed in 77 milliseconds