Searched refs:h_offset (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_support.c747 unsigned int rem, h_offset; local
781 h_offset = ((char *)best - debug_alloc_pool) +
783 h = (struct debug_alloc_header *)(debug_alloc_pool + h_offset);
787 h_offset = best->next;
792 bestprev->next = h_offset;
794 dah_first = h_offset;
806 unsigned int h_offset; local
823 h_offset = (char *)h - debug_alloc_pool;
824 if (h_offset < dah_first) {
826 dah_first = h_offset;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c409 int v_offset, h_offset; local
437 h_offset = tv_dac->h_pos * H_POS_UNIT;
442 h_offset -= 50;
450 p1 = (u16)((int)p1 + h_offset);
451 p2 = (u16)((int)p2 - h_offset);
460 h_offset = (h_offset * (int)(const_ptr->pix_to_tv)) / 1000;
476 restart -= v_offset + h_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dhexium_orion.c189 .h_offset = 1, .h_pixels = 680,
194 .h_offset = 1, .h_pixels = 640,
199 .h_offset = 1, .h_pixels = 720,
H A Dhexium_gemini.c151 .h_offset = 1, .h_pixels = 680,
156 .h_offset = 1, .h_pixels = 640,
161 .h_offset = 1, .h_pixels = 720,
H A Dmxb.c795 .h_offset = 0x14, .h_pixels = 680,
800 .h_offset = 0x14, .h_pixels = 680,
805 .h_offset = 0x06, .h_pixels = 708,
810 .h_offset = 0x14, .h_pixels = 720,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_v4l.c838 .h_offset = 0x48, .h_pixels = 708,
843 .h_offset = 0x40, .h_pixels = 708,
852 .h_offset = 0x08, .h_pixels = 708,
857 .h_offset = 0x40, .h_pixels = 708,
866 .h_offset = 0x48, .h_pixels = 708,
871 .h_offset = 0x40, .h_pixels = 708,
H A Dbudget-av.c1521 .h_offset = 0x14,.h_pixels = 680,
1526 .h_offset = 0x06,.h_pixels = 708,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dsaa7146_vv.h49 int h_offset; /* horizontal offset of processing window */ member in struct:saa7146_standard
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_hlp.c23 hxo = vv->standard->h_offset;

Completed in 172 milliseconds