Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Defs_vh.h25 struct partition_table { /* one per logical partition */ struct
38 struct partition_table vh_pt[NPARTAB]; /* device partition layout */ argument
/Linux-v6.6/drivers/input/rmi4/
Drmi_f34.h145 struct partition_table { struct
Drmi_f34v7.c368 const void *partition_table, in rmi_f34v7_parse_partition_table() argument
376 const struct partition_table *ptable; in rmi_f34v7_parse_partition_table()
380 ptable = partition_table + index; in rmi_f34v7_parse_partition_table()
385 __func__, i, sizeof(struct partition_table), ptable); in rmi_f34v7_parse_partition_table()
/Linux-v6.6/drivers/media/platform/allegro-dvt/
Dallegro-core.c519 unsigned int partition_table = SZ_256; in estimate_stream_size() local
521 return round_up(offset + num_blocks * pcm_size + partition_table, 32); in estimate_stream_size()