Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-card.c64 static size_t config_rom_length = 1 + 4 + 1 + 1; variable
146 WARN_ON(j != config_rom_length); in generate_config_rom()
156 config_rom_length); in update_config_roms()
184 if (config_rom_length + required_space(desc) > 256) in fw_core_add_descriptor()
188 config_rom_length += required_space(desc); in fw_core_add_descriptor()
203 config_rom_length -= required_space(desc); in fw_core_remove_descriptor()
646 ret = card->driver->enable(card, tmp_config_rom, config_rom_length); in DEFINE_FREE()
H A Ddevice-attribute-test.c89 .config_rom_length = sizeof(simple_avc_config_rom), in device_attr_simple_avc()
171 .config_rom_length = sizeof(legacy_avc_config_rom), in device_attr_legacy_avc()