/kernel/linux/linux-6.6/scripts/ |
H A D | asn1_compiler.c | 856 struct element *top, *element; in parse_type() local 863 top = element = alloc_elem(); in parse_type() 1075 top->flags |= ELEMENT_SKIPPABLE; in parse_type() 1132 return top; in parse_type()
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 456 winfmt->w.top = winfmt->w.left = 0; in ivtv_g_fmt_vid_out_overlay() 529 decoded video frame will always be placed in the top left corner of in ivtv_try_fmt_vid_out() 860 sel->r.top = clamp_t(unsigned, sel->r.top, 0, r.height - sel->r.height); in ivtv_s_selection() 867 sel->r.width, sel->r.height, sel->r.left, sel->r.top)) { in ivtv_s_selection() 887 sel->r.top = sel->r.left = 0; in ivtv_g_selection() 1133 * happens within the first 100 lines of the top field. in ivtv_s_std_dec() 1152 itv->main_rect.top = 0; in ivtv_s_std_dec()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.c | 1643 if (rect->height + rect->top > compose->height) in vfe_try_crop() 1644 rect->top = compose->height - rect->height; in vfe_try_crop() 1656 rect->top = 0; in vfe_try_crop() 1842 sel->r.top = 0; in vfe_get_selection() 1864 sel->r.top = rect->top; in vfe_get_selection()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rxrpc.h | 1024 __field(rxrpc_seq_t, top ) 1033 __entry->top = call->rx_top; 1042 __entry->top) 1286 __field(rxrpc_seq_t, top ) 1296 __entry->top = call->tx_top; 1313 __entry->top - __entry->hard_ack,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 160 struct drm_property *top; member 1656 } else if (psb_intel_sdvo_connector->top == property) { in psb_intel_sdvo_set_property() 1670 psb_intel_sdvo_connector->top, val); in psb_intel_sdvo_set_property() 2282 psb_intel_sdvo_connector->top = in psb_intel_sdvo_create_enhance_property_tv() 2284 if (!psb_intel_sdvo_connector->top) in psb_intel_sdvo_create_enhance_property_tv() 2288 psb_intel_sdvo_connector->top, in psb_intel_sdvo_create_enhance_property_tv()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | vdec.c | 378 inst->crop.top = 0; in vdec_s_fmt() 403 s->r.top = 0; in vdec_g_selection() 1488 inst->crop.top = ev_data->input_crop.top; in vdec_event_change() 1493 inst->crop.top = 0; in vdec_event_change() 1609 inst->crop.top = 0; in vdec_inst_init()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 451 winfmt->w.top = winfmt->w.left = 0; in ivtv_g_fmt_vid_out_overlay() 524 decoded video frame will always be placed in the top left corner of in ivtv_try_fmt_vid_out() 854 sel->r.top = clamp_t(unsigned, sel->r.top, 0, r.height - sel->r.height); in ivtv_s_selection() 861 sel->r.width, sel->r.height, sel->r.left, sel->r.top)) { in ivtv_s_selection() 881 sel->r.top = sel->r.left = 0; in ivtv_g_selection() 1127 * happens within the first 100 lines of the top field. in ivtv_s_std_dec() 1146 itv->main_rect.top = 0; in ivtv_s_std_dec()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-dma.c | 597 vin->crop.top, ys, xs, vin->format.width, vin->format.height, in rvin_scaler_gen2() 660 vin->crop.top, vin->compose.width, vin->compose.height, in rvin_scaler_gen3() 661 vin->compose.left, vin->compose.top); in rvin_scaler_gen3() 672 rvin_write(vin, vin->crop.top, VNSLPRC_REG); in rvin_crop_scale_comp() 673 rvin_write(vin, vin->crop.top + vin->crop.height - 1, VNELPRC_REG); in rvin_crop_scale_comp() 976 offsety = vin->compose.top * vin->format.bytesperline; in rvin_set_slot_addr() 1538 /* Initialize the top-level structure */ in rvin_dma_register()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 162 struct drm_property *top; member 1679 } else if (psb_intel_sdvo_connector->top == property) { in psb_intel_sdvo_set_property() 1693 psb_intel_sdvo_connector->top, val); in psb_intel_sdvo_set_property() 2304 psb_intel_sdvo_connector->top = in psb_intel_sdvo_create_enhance_property_tv() 2306 if (!psb_intel_sdvo_connector->top) in psb_intel_sdvo_create_enhance_property_tv() 2310 psb_intel_sdvo_connector->top, in psb_intel_sdvo_create_enhance_property_tv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_plane.c | 394 unsigned int left, right, top, bottom, adjhdisplay, adjvdisplay; in vc4_plane_margins_adj() local 400 vc4_crtc_get_margins(crtc_state, &left, &right, &top, &bottom); in vc4_plane_margins_adj() 401 if (!left && !right && !top && !bottom) in vc4_plane_margins_adj() 405 top + bottom >= crtc_state->mode.vdisplay) in vc4_plane_margins_adj() 416 adjvdisplay = crtc_state->mode.vdisplay - (top + bottom); in vc4_plane_margins_adj() 420 vc4_pstate->crtc_y += top; in vc4_plane_margins_adj() 1716 * ID order, and that then puts the cursor on top. in vc4_plane_create_additional_planes()
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 2035 struct clk_core *top = core; in clk_calc_new_rates() local 2081 top = clk_calc_new_rates(parent, rate); in clk_calc_new_rates() 2106 top = clk_calc_new_rates(parent, best_parent_rate); in clk_calc_new_rates() 2111 return top; in clk_calc_new_rates() 2284 struct clk_core *top, *fail_clk; in clk_core_set_rate_nolock() local 2302 top = clk_calc_new_rates(core, req_rate); in clk_core_set_rate_nolock() 2303 if (!top) in clk_core_set_rate_nolock() 2311 fail_clk = clk_propagate_rate_change(top, PRE_RATE_CHANGE); in clk_core_set_rate_nolock() 2315 clk_propagate_rate_change(top, ABORT_RATE_CHANGE); in clk_core_set_rate_nolock() 2321 clk_change_rate(top); in clk_core_set_rate_nolock() [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 2178 struct clk_core *top = core; in clk_calc_new_rates() local 2224 top = clk_calc_new_rates(parent, rate); in clk_calc_new_rates() 2249 top = clk_calc_new_rates(parent, best_parent_rate); in clk_calc_new_rates() 2254 return top; in clk_calc_new_rates() 2422 struct clk_core *top, *fail_clk; in clk_core_set_rate_nolock() local 2440 top = clk_calc_new_rates(core, req_rate); in clk_core_set_rate_nolock() 2441 if (!top) in clk_core_set_rate_nolock() 2449 fail_clk = clk_propagate_rate_change(top, PRE_RATE_CHANGE); in clk_core_set_rate_nolock() 2453 clk_propagate_rate_change(top, ABORT_RATE_CHANGE); in clk_core_set_rate_nolock() 2459 clk_change_rate(top); in clk_core_set_rate_nolock() [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/ |
H A D | entry.S | 75 mov r15,r2 ! r2 = user stack top 295 mov.l r2,@(OFF_SP,r0) ! point exception frame top
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head.S | 229 str r7, [r0], #4 @ set top PGD entry bits 233 str r7, [r0], #4 @ set top PGD entry bits
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp_dscl.c | 93 uint32_t top = data->recout.y; in dpp1_dscl_set_overscan() local 113 EXT_OVERSCAN_TOP, top); in dpp1_dscl_set_overscan()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head.S | 215 str r7, [r0], #4 @ set top PGD entry bits 219 str r7, [r0], #4 @ set top PGD entry bits
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2/ |
H A D | entry.S | 75 mov r15,r2 ! r2 = user stack top 295 mov.l r2,@(OFF_SP,r0) ! point exception frame top
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_cmd.c | 349 if (area->left < 0 || area->top < 0 || in qxl_io_update_area() 561 rect.top = 0; in qxl_update_surface()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi_msgs.c | 103 event.input_crop.top = crop->top; in event_seq_changed()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/ |
H A D | bdisp-debug.c | 460 src.crop.left, src.crop.top, in last_request_show() 462 dst.crop.left, dst.crop.top); in last_request_show()
|
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H A D | ipu-csi.c | 564 w->top = (reg & CSI_VSC_MASK) >> CSI_VSC_SHIFT; in ipu_csi_get_window() 582 reg |= ((w->top << CSI_VSC_SHIFT) | (w->left << CSI_HSC_SHIFT)); in ipu_csi_set_window()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.h | 531 unsigned int top; member 840 unsigned int *top, unsigned int *bottom);
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-debug.c | 460 src.crop.left, src.crop.top, in last_request_show() 462 dst.crop.left, dst.crop.top); in last_request_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gtt.h | 6 * sense to do otherwise. From top to bottom: 13 * from top to bottom (ie. gen6 on the top, gen8 on the bottom). 289 u8 top; member 572 return __px_dma(pt ? px_base(pt) : ppgtt->vm.scratch[ppgtt->vm.top]); in i915_page_dir_dma_addr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_cmd.c | 342 if (area->left < 0 || area->top < 0 || in qxl_io_update_area() 554 rect.top = 0; in qxl_update_surface()
|