/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | lp855x_bl.c | 350 int rom_length; in lp855x_parse_dt() local 367 rom_length = of_get_child_count(node); in lp855x_parse_dt() 368 if (rom_length > 0) { in lp855x_parse_dt() 373 rom = devm_kcalloc(dev, rom_length, sizeof(*rom), GFP_KERNEL); in lp855x_parse_dt() 383 pdata->size_program = rom_length; in lp855x_parse_dt()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | lp855x_bl.c | 329 int rom_length; in lp855x_parse_dt() local 343 rom_length = of_get_child_count(node); in lp855x_parse_dt() 344 if (rom_length > 0) { in lp855x_parse_dt() 349 rom = devm_kcalloc(dev, rom_length, sizeof(*rom), GFP_KERNEL); in lp855x_parse_dt() 359 pdata->size_program = rom_length; in lp855x_parse_dt()
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
H A D | page.h | 11 extern unsigned long rom_length;
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nubus.h | 54 unsigned long rom_length; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nubus.h | 54 unsigned long rom_length; member
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | pch_phub.c | 490 unsigned char rom_length; in pch_phub_bin_read() local 522 &rom_length); in pch_phub_bin_read() 523 orom_size = rom_length * 512; in pch_phub_bin_read()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | pch_phub.c | 490 unsigned char rom_length; in pch_phub_bin_read() local 522 &rom_length); in pch_phub_bin_read() 523 orom_size = rom_length * 512; in pch_phub_bin_read()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | firewire-cdev.h | 469 * @rom_length: If @rom is non-zero, up to @rom_length bytes of Configuration 471 * case, @rom_length is updated with the actual length of the 489 __u32 rom_length; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | firewire-cdev.h | 141 __u32 rom_length; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | firewire-cdev.h | 141 __u32 rom_length; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | firewire-cdev.h | 128 __u32 rom_length; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | firewire-cdev.h | 603 * @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
|
/kernel/linux/linux-5.10/drivers/nubus/ |
H A D | nubus.c | 750 /* rom_length is *supposed* to be the total length of the in nubus_add_board() 756 board->rom_length = nubus_get_rom(&rp, 4, bytelanes); in nubus_add_board()
|
/kernel/linux/linux-6.6/drivers/nubus/ |
H A D | nubus.c | 757 /* rom_length is *supposed* to be the total length of the in nubus_add_board() 763 board->rom_length = nubus_get_rom(&rp, 4, bytelanes); in nubus_add_board()
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-cdev.c | 444 size_t want = a->rom_length; in ioctl_get_info() 450 a->rom_length = client->device->config_rom_length * 4; in ioctl_get_info()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-cdev.c | 457 size_t want = a->rom_length; in ioctl_get_info() 463 a->rom_length = client->device->config_rom_length * 4; in ioctl_get_info()
|