Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firewire/
Dcore-card.c64 static size_t config_rom_length = 1 + 4 + 1 + 1; variable
148 WARN_ON(j != config_rom_length); in generate_config_rom()
158 config_rom_length); in update_config_roms()
186 if (config_rom_length + required_space(desc) > 256) in fw_core_add_descriptor()
190 config_rom_length += required_space(desc); in fw_core_add_descriptor()
205 config_rom_length -= required_space(desc); in fw_core_remove_descriptor()
605 ret = card->driver->enable(card, tmp_config_rom, config_rom_length); in fw_card_add()
Ddevice-attribute-test.c89 .config_rom_length = sizeof(simple_avc_config_rom), in device_attr_simple_avc()
170 .config_rom_length = sizeof(legacy_avc_config_rom), in device_attr_legacy_avc()
Dcore-device.c467 length = device->config_rom_length * 4; in config_rom_show()
728 device->config_rom_length = length; in read_config_rom()
Dcore-cdev.c479 size_t have = client->device->config_rom_length * 4; in ioctl_get_info()
486 a->rom_length = client->device->config_rom_length * 4; in ioctl_get_info()
/linux-6.12.1/sound/firewire/tascam/
Dtascam.c52 if (fw_dev->config_rom_length < 30) { in identify_model()
/linux-6.12.1/include/linux/
Dfirewire.h200 size_t config_rom_length; member