Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dcore-card.c76 static size_t config_rom_length = 1 + 4 + 1 + 1; variable
160 WARN_ON(j != config_rom_length); in generate_config_rom()
170 config_rom_length); in update_config_roms()
199 if (config_rom_length + required_space(desc) > 256) { in fw_core_add_descriptor()
203 config_rom_length += required_space(desc); in fw_core_add_descriptor()
222 config_rom_length -= required_space(desc); in fw_core_remove_descriptor()
571 ret = card->driver->enable(card, tmp_config_rom, config_rom_length); in fw_card_add()
Dcore-device.c405 length = device->config_rom_length * 4; in config_rom_show()
670 device->config_rom_length = length; in read_config_rom()
Dcore-cdev.c458 size_t have = client->device->config_rom_length * 4; in ioctl_get_info()
463 a->rom_length = client->device->config_rom_length * 4; in ioctl_get_info()
/Linux-v4.19/sound/firewire/tascam/
Dtascam.c53 if (fw_dev->config_rom_length < 30) { in identify_model()
/Linux-v4.19/include/linux/
Dfirewire.h196 size_t config_rom_length; member