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

/linux-master/drivers/firewire/
H A Dcore-card.c63 static size_t config_rom_length = 1 + 4 + 1 + 1; variable
147 WARN_ON(j != config_rom_length);
157 config_rom_length);
186 if (config_rom_length + required_space(desc) > 256) {
190 config_rom_length += required_space(desc);
209 config_rom_length -= required_space(desc);
586 ret = card->driver->enable(card, tmp_config_rom, config_rom_length);
H A Ddevice-attribute-test.c89 .config_rom_length = sizeof(simple_avc_config_rom),
170 .config_rom_length = sizeof(legacy_avc_config_rom),
H A Dcore-device.c470 length = device->config_rom_length * 4;
734 device->config_rom_length = length;
817 * - serializes accesses to fw_device.config_rom/.config_rom_length and
H A Dcore-cdev.c458 size_t have = client->device->config_rom_length * 4;
463 a->rom_length = client->device->config_rom_length * 4;
/linux-master/sound/firewire/tascam/
H A Dtascam.c52 if (fw_dev->config_rom_length < 30) {
/linux-master/include/linux/
H A Dfirewire.h180 * fw_device.config_rom and fw_device.config_rom_length may be accessed during
198 size_t config_rom_length; member in struct:fw_device

Completed in 418 milliseconds