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

/linux-master/include/linux/
H A Dnubus.h54 unsigned long rom_length; member in struct:nubus_board
/linux-master/drivers/video/backlight/
H A Dlp855x_bl.c329 int rom_length; local
343 rom_length = of_get_child_count(node);
344 if (rom_length > 0) {
349 rom = devm_kcalloc(dev, rom_length, sizeof(*rom), GFP_KERNEL);
359 pdata->size_program = rom_length;
/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h603 * @rom_length: If @rom is non-zero, up to @rom_length bytes of Configuration
605 * case, @rom_length is updated with the actual length of the
623 __u32 rom_length; member in struct:fw_cdev_get_info
/linux-master/drivers/misc/
H A Dpch_phub.c490 unsigned char rom_length; local
522 &rom_length);
523 orom_size = rom_length * 512;
/linux-master/drivers/nubus/
H A Dnubus.c757 /* rom_length is *supposed* to be the total length of the
763 board->rom_length = nubus_get_rom(&rp, 4, bytelanes);
/linux-master/drivers/firewire/
H A Dcore-cdev.c457 size_t want = a->rom_length;
463 a->rom_length = client->device->config_rom_length * 4;

Completed in 127 milliseconds