table_bytes 451 drivers/clk/mmp/clk-mix.c size_t table_bytes; table_bytes 465 drivers/clk/mmp/clk-mix.c table_bytes = sizeof(*config->table) * config->table_size; table_bytes 466 drivers/clk/mmp/clk-mix.c mix->table = kmemdup(config->table, table_bytes, GFP_KERNEL); table_bytes 474 drivers/clk/mmp/clk-mix.c table_bytes = sizeof(u32) * num_parents; table_bytes 475 drivers/clk/mmp/clk-mix.c mix->mux_table = kmemdup(config->mux_table, table_bytes, table_bytes 143 drivers/firmware/google/coreboot_table.c len = header->header_bytes + header->table_bytes; table_bytes 22 drivers/firmware/google/coreboot_table.h u32 table_bytes;