Home
last modified time | relevance | path

Searched refs:partition_table (Results 1 – 3 of 3) sorted by relevance

/drivers/input/rmi4/
Drmi_f34v7.c346 const void *partition_table, in rmi_f34v7_parse_partition_table() argument
354 const struct partition_table *ptable; in rmi_f34v7_parse_partition_table()
358 ptable = partition_table + index; in rmi_f34v7_parse_partition_table()
363 __func__, i, sizeof(struct partition_table), ptable); in rmi_f34v7_parse_partition_table()
Drmi_f34.h145 struct partition_table { struct
/drivers/media/platform/allegro-dvt/
Dallegro-core.c494 unsigned int partition_table = SZ_256; in estimate_stream_size() local
496 return round_up(offset + num_blocks * pcm_size + partition_table, 32); in estimate_stream_size()