Home
last modified time | relevance | path

Searched refs:table_bytes (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/clk/mmp/
Dclk-mix.c451 size_t table_bytes; in mmp_clk_register_mix() local
465 table_bytes = sizeof(*config->table) * config->table_size; in mmp_clk_register_mix()
466 mix->table = kmemdup(config->table, table_bytes, GFP_KERNEL); in mmp_clk_register_mix()
474 table_bytes = sizeof(u32) * num_parents; in mmp_clk_register_mix()
475 mix->mux_table = kmemdup(config->mux_table, table_bytes, in mmp_clk_register_mix()
/Linux-v4.19/drivers/firmware/google/
Dcoreboot_table-acpi.c51 header->header_bytes + header->table_bytes); in coreboot_table_acpi_probe()
Dcoreboot_table.h30 u32 table_bytes; member
/Linux-v4.19/fs/exofs/
Dsuper.c582 unsigned table_bytes = table_count * sizeof(dt->dt_dev_table[0]) + in exofs_read_lookup_dev_table() local
587 dt = kmalloc(table_bytes, GFP_KERNEL); in exofs_read_lookup_dev_table()
590 table_bytes); in exofs_read_lookup_dev_table()
601 table_bytes); in exofs_read_lookup_dev_table()