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

/linux-master/drivers/firewire/
H A Ddevice-attribute-test.c118 KUNIT_EXPECT_GT(test, show_immediate(node_dev, &config_rom_attributes[0].attr, buf), 0);
122 KUNIT_EXPECT_GT(test, show_immediate(node_dev, &config_rom_attributes[4].attr, buf), 0);
126 KUNIT_EXPECT_GT(test, show_text_leaf(node_dev, &config_rom_attributes[5].attr, buf), 0);
130 KUNIT_EXPECT_GT(test, show_text_leaf(node_dev, &config_rom_attributes[6].attr, buf), 0);
136 KUNIT_EXPECT_LT(test, show_immediate(unit0_dev, &config_rom_attributes[0].attr, buf), 0);
139 KUNIT_EXPECT_GT(test, show_immediate(unit0_dev, &config_rom_attributes[4].attr, buf), 0);
143 KUNIT_EXPECT_LT(test, show_text_leaf(unit0_dev, &config_rom_attributes[5].attr, buf), 0);
146 KUNIT_EXPECT_GT(test, show_text_leaf(unit0_dev, &config_rom_attributes[6].attr, buf), 0);
150 KUNIT_EXPECT_GT(test, show_immediate(unit0_dev, &config_rom_attributes[2].attr, buf), 0);
154 KUNIT_EXPECT_GT(test, show_immediate(unit0_dev, &config_rom_attributes[
[all...]
H A Dcore-device.c401 static struct config_rom_attribute config_rom_attributes[] = { variable in typeref:struct:config_rom_attribute
422 for (i = 0; i < ARRAY_SIZE(config_rom_attributes); i++) {
423 attr = &config_rom_attributes[i].attr;
794 ARRAY_SIZE(config_rom_attributes));
1118 ARRAY_SIZE(config_rom_attributes));

Completed in 218 milliseconds