config_rom_length   63 drivers/firewire/core-card.c static size_t config_rom_length = 1 + 4 + 1 + 1;
config_rom_length  147 drivers/firewire/core-card.c 	WARN_ON(j != config_rom_length);
config_rom_length  157 drivers/firewire/core-card.c 					     config_rom_length);
config_rom_length  186 drivers/firewire/core-card.c 	if (config_rom_length + required_space(desc) > 256) {
config_rom_length  190 drivers/firewire/core-card.c 		config_rom_length += required_space(desc);
config_rom_length  209 drivers/firewire/core-card.c 	config_rom_length -= required_space(desc);
config_rom_length  558 drivers/firewire/core-card.c 	ret = card->driver->enable(card, tmp_config_rom, config_rom_length);
config_rom_length  445 drivers/firewire/core-cdev.c 		size_t have = client->device->config_rom_length * 4;
config_rom_length  450 drivers/firewire/core-cdev.c 	a->rom_length = client->device->config_rom_length * 4;
config_rom_length  392 drivers/firewire/core-device.c 	length = device->config_rom_length * 4;
config_rom_length  657 drivers/firewire/core-device.c 	device->config_rom_length = length;
config_rom_length  196 include/linux/firewire.h 	size_t config_rom_length;
config_rom_length   55 sound/firewire/tascam/tascam.c 	if (fw_dev->config_rom_length < 30) {