Searched refs:test_fops (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | dma_test.c | 595 DEFINE_DEBUGFS_ATTRIBUTE(test_fops, NULL, test_store, "%llu\n"); 637 debugfs_create_file("test", 0200, dt->debugfs_dir, svc, &test_fops); in dma_test_debugfs_init()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 770 void test_fops(double a, double b) in test_fops() function 1023 test_fops(2, 3); in test_floats() 1024 test_fops(1.4, -5); in test_floats()
|