| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | field-order.rst | 30 combine to frames. We distinguish between top (aka odd) and bottom (aka 32 the first line of an interlaced frame, the first line of the bottom 36 whether a frame commences with the top or bottom field is pointless. Any 37 two successive top and bottom, or bottom and top fields yield a valid 43 Whether the older field contains the top or bottom lines is a convention 96 - Images consist of the bottom (aka even) field only. Applications 103 order of the fields (whether the top or bottom field is older) 104 depends on the current video standard. In M/NTSC the bottom 110 in memory, immediately followed by the bottom field lines. Fields 115 - Images contain both fields, the bottom field lines are stored [all …]
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 386 if (btv->curr.top || btv->curr.bottom) in bttv_set_capture_control() 437 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma() 438 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma() 467 /* bottom field */ in bttv_risc_init_main() 537 r = bttv_risc_packed(btv, &buf->bottom, list, offset, bpl, in bttv_buffer_risc_vbi() 558 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local 563 bottom = NULL; in bttv_buffer_activate_vbi() 593 bottom = &vbi->bottom; in bttv_buffer_activate_vbi() 599 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); in bttv_buffer_activate_vbi() 609 if (NULL != set->top && NULL != set->bottom) { in bttv_buffer_activate_video() [all …]
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_draw.c | 97 drawable->self_bitmap_area.bottom = 0; in make_drawable() 142 int left, right, top, bottom; in qxl_draw_dirty_fb() local 167 bottom = clips->y2; in qxl_draw_dirty_fb() 175 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb() 179 height = bottom - top; in qxl_draw_dirty_fb() 199 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb() 230 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb() 249 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb()
|
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | header_bottom.py | 4 """Generate header bottom boilerplate""" 23 """Emit the bottom header guard""" 28 """Emit the bottom header guard"""
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-pc.c | 58 * Bit 1 Cool Bottom 65 * Bit 1 AAC (Cool Bottom 70 * Bit 1 Cool Bottom 82 * Bit 1 AAC (Cool Bottom 94 * Bit 1 Cool Bottom 104 * Bit 1 AAC (Cool Bottom
|
| /linux/drivers/ata/pata_parport/ |
| H A D | Kconfig | 21 Series noted on the bottom of the drive. Series 6 drivers will. 24 bottom, enable this option. 33 on the bottom of the drive. Series 5 drivers don't always have it 37 bottom, enable this option.
|
| /linux/Documentation/sphinx-static/ |
| H A D | theme_overrides.css | 50 padding-bottom: 1px; 54 padding-bottom: 1px; 101 /* fix bottom margin of lists items */ 104 margin-bottom: 12px;
|
| /linux/tools/perf/util/ |
| H A D | expr.y | 36 * creating ids the value is either a constant or BOTTOM. NAN is 37 * used as the special BOTTOM value, representing a "set of all 70 * During compute ids, the special "bottom" value uses NAN to represent the set 73 #define BOTTOM NAN 75 /* During computing ids, does val represent a constant (non-BOTTOM) value? */ 84 .val = BOTTOM, 112 * Set the value to BOTTOM to show that any value is possible 115 result.val = BOTTOM;
|
| /linux/arch/sh/kernel/ |
| H A D | dumpstack.c | 19 void dump_mem(const char *str, const char *loglvl, unsigned long bottom, in dump_mem() argument 25 printk("%s%s(0x%08lx to 0x%08lx)\n", loglvl, str, bottom, top); in dump_mem() 27 for (p = bottom & ~31; p < top; ) { in dump_mem() 33 if (p < bottom || p >= top) in dump_mem()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_breadcrumbs_types.h | 22 * bottom-half of the user interrupt) to the first client. After 26 * transferring the bottom-half status to the next client in the queue. 29 * bottom-half, we reduce the latency of the first waiter by avoiding
|
| /linux/block/ |
| H A D | blk-settings.c | 665 /* Check if second and later bottom devices are compliant */ 723 /* Check stacking of first bottom device */ 750 /* UINT_MAX indicates no stacking of bottom devices yet */ in blk_stack_atomic_writes_limits() 771 * @b: the underlying queue limits (bottom, component device) 779 * all component (bottom) devices. The stacking function will 782 * Returns 0 if the top and bottom queue_limits are compatible. The 784 * ensure alignment with the bottom device. If no compatible sizes 792 unsigned int top, bottom, alignment; in blk_stack_limits() local 843 /* Bottom device has different alignment. Check that it is in blk_stack_limits() 850 bottom = max(b->physical_block_size, b->io_min) + alignment; in blk_stack_limits() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_lwt_ip_encap.sh | |
| /linux/include/media/ |
| H A D | v4l2-rect.h | 121 int right, bottom; in v4l2_rect_intersect() local 125 bottom = min(r1->top + r1->height, r2->top + r2->height); in v4l2_rect_intersect() 127 r->height = max(0, bottom - r->top); in v4l2_rect_intersect() 177 * IF the top side of r1 is below the bottom of r2 OR in v4l2_rect_overlap() 178 * the top side of r2 is below the bottom of r1 THEN in v4l2_rect_overlap()
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-go7007.c | 54 u8 *bottom; member 233 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); in saa7134_go7007_irq_ts_done() 253 virt_to_page(saa->bottom), in saa7134_go7007_stream_start() 440 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init() 441 if (!saa->bottom) in saa7134_go7007_init() 466 if (saa->bottom) in saa7134_go7007_init() 467 free_page((unsigned long)saa->bottom); in saa7134_go7007_init() 488 free_page((unsigned long)saa->bottom); in saa7134_go7007_fini()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-alcatel-idol347.dts | 119 sound-name-prefix = "Speaker Bottom"; 280 "Speaker", "Speaker Bottom"; 281 pin-switches = "Speaker Top", "Speaker Bottom"; 284 "Speaker Bottom", "Speaker Bottom OUT", 454 speaker_bottom_default: speaker-bottom-default-state {
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_rect_test.c | 118 /* 1:1 scaling bottom/right clip */ in drm_test_rect_clip_scaled_clipped() 146 /* 2:1 scaling bottom/right clip */ in drm_test_rect_clip_scaled_clipped() 174 /* 1:2 scaling bottom/right clip */ in drm_test_rect_clip_scaled_clipped() 221 .description = "top-left x bottom-right", 228 .description = "top-right x bottom-left", 235 .description = "bottom-left x top-right", 242 .description = "bottom-right x top-left", 263 .description = "up x bottom", 270 .description = "bottom x up",
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_util.h | 166 * @btm_ftch: Number of extra lines to overfetch from bottom 170 * @btm_rpt: Number of extra lines to repeat from bottom 174 * Number of pixels ext in left, right, top and bottom direction 182 * and bottom directions from source image for scaling. 190 * bottom directions for scaling.
|
| /linux/Documentation/driver-api/media/ |
| H A D | dtv-demux.rst | 41 Note that functions called from a bottom half context must not sleep. 45 bottom half context. Thus, if a demux kABI function is called from network 65 bottom half mechanism or start a tasklet instead of making the callback
|
| /linux/arch/mips/alchemy/ |
| H A D | board-mtx1.c | 214 …[1] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 01 - AdapterA-Slot1 (bottom) … 216 …[3] = { -1, AU1500_PCI_INTD, AU1500_PCI_INTC, 0xff, 0xff }, /* IDSEL 03 - AdapterB-Slot1 (bottom) … 218 …[5] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 05 - AdapterC-Slot1 (bottom) … 220 …[7] = { -1, AU1500_PCI_INTD, AU1500_PCI_INTC, 0xff, 0xff }, /* IDSEL 07 - AdapterD-Slot1 (bottom) …
|
| /linux/include/sound/sof/ |
| H A D | control.h | 55 SOF_CHMAP_BC, /**< bottom centre */ 56 SOF_CHMAP_BLC, /**< bottom left centre */ 57 SOF_CHMAP_BRC, /**< bottom right centre */
|
| /linux/net/xfrm/ |
| H A D | xfrm_replay.c | 14 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local 22 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi() 26 if (unlikely(seq < bottom)) in xfrm_replay_seqhi() 30 if (unlikely(seq >= bottom)) in xfrm_replay_seqhi() 461 u32 bottom = top - wsize + 1; in xfrm_replay_check_esn() local 474 if (likely(seq > top) || seq < bottom) in xfrm_replay_check_esn() 478 if (likely(seq > top && seq < bottom)) in xfrm_replay_check_esn() 480 if (seq >= bottom) in xfrm_replay_check_esn()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | DefaultKeyAssignments | 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_ili9163.c | 144 * 7) MY: 1(bottom to top), 0(top to bottom) Row Address Order 147 * 4) ML: 1(bottom to top), 0(top to bottom) Vertical Refresh Order
|
| /linux/drivers/media/rc/keymaps/ |
| H A D | rc-su3000.c | 11 { 0x25, KEY_POWER }, /* right-bottom Red */ 42 { 0x0f, KEY_BLUE }, /* bottom yellow button */
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_diag.h | 47 * @port_data.data: cached QTCB Bottom of command exchange port data. 50 * @config_data.data: cached QTCB Bottom of command exchange config data.
|