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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-device.h48 size_t config_rom_length; member in struct:fw_device
H A Dfw-device.c353 memcpy(buf, device->config_rom, device->config_rom_length * 4);
355 return device->config_rom_length * 4;
498 device->config_rom_length = length;
H A Dfw-card.c63 generate_config_rom(struct fw_card *card, size_t *config_rom_length) argument
122 *config_rom_length = j;
H A Dfw-cdev.c274 size_t have = client->device->config_rom_length * 4;
280 get_info->rom_length = client->device->config_rom_length * 4;

Completed in 113 milliseconds