Searched refs:ytop_off (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpif_display.h | 84 u32 ytop_off; /* offset of Y top from the member
|
H A D | vpif_capture.h | 65 u32 ytop_off; member
|
H A D | vpif_display.c | 88 if (!ISALIGNED(addr + common->ytop_off) || in vpif_buffer_prepare() 206 common->set_addr((addr + common->ytop_off), in vpif_start_streaming() 317 common->set_addr(addr + common->ytop_off, in process_progressive_mode() 522 common->ytop_off = 0; in vpif_calculate_offsets() 527 common->ytop_off = 0; in vpif_calculate_offsets() 533 common->ytop_off = sizeimage / 4; in vpif_calculate_offsets() 1153 common->ytop_off = 0; in vpif_probe_complete()
|
H A D | vpif_capture.c | 87 if (!IS_ALIGNED((addr + common->ytop_off), 8) || in vpif_buffer_prepare() 214 common->set_addr(addr + common->ytop_off, in vpif_start_streaming() 353 common->set_addr(addr + common->ytop_off, in vpif_schedule_next_buffer() 582 common->ytop_off = 0; in vpif_calculate_offsets() 588 common->ytop_off = 0; in vpif_calculate_offsets() 595 common->ytop_off = sizeimage / 4; in vpif_calculate_offsets()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/ |
H A D | vpif_capture.h | 65 u32 ytop_off; member
|
H A D | vpif_display.h | 76 u32 ytop_off; /* offset of Y top from the member
|
H A D | vpif_display.c | 88 if (!ISALIGNED(addr + common->ytop_off) || in vpif_buffer_prepare() 206 common->set_addr((addr + common->ytop_off), in vpif_start_streaming() 317 common->set_addr(addr + common->ytop_off, in process_progressive_mode() 522 common->ytop_off = 0; in vpif_calculate_offsets() 527 common->ytop_off = 0; in vpif_calculate_offsets() 533 common->ytop_off = sizeimage / 4; in vpif_calculate_offsets() 1134 common->ytop_off = 0; in vpif_probe_complete()
|
H A D | vpif_capture.c | 87 if (!IS_ALIGNED((addr + common->ytop_off), 8) || in vpif_buffer_prepare() 214 common->set_addr(addr + common->ytop_off, in vpif_start_streaming() 353 common->set_addr(addr + common->ytop_off, in vpif_schedule_next_buffer() 582 common->ytop_off = 0; in vpif_calculate_offsets() 588 common->ytop_off = 0; in vpif_calculate_offsets() 595 common->ytop_off = sizeimage / 4; in vpif_calculate_offsets()
|
Completed in 10 milliseconds