Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.h150 struct vsp1_partition *part_table; member
H A Dvsp1_video.c288 pipe->part_table = kcalloc(pipe->partitions, sizeof(*pipe->part_table), in vsp1_video_pipeline_setup_partitions()
290 if (!pipe->part_table) in vsp1_video_pipeline_setup_partitions()
294 vsp1_video_calculate_partition(pipe, &pipe->part_table[i], in vsp1_video_pipeline_setup_partitions()
371 pipe->partition = &pipe->part_table[partition]; in vsp1_video_pipeline_run_partition()
859 kfree(pipe->part_table); in vsp1_video_cleanup_pipeline()
860 pipe->part_table = NULL; in vsp1_video_cleanup_pipeline()
/openbmc/u-boot/board/nokia/rx51/
H A Dtag_omap.h129 char part_table[0]; member