Home
last modified time | relevance | path

Searched full:adjust (Results 1 – 25 of 1489) sorted by relevance

12345678910>>...60

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c43 hdcp->connection.link.adjust.hdcp1.disable = 1; in push_error_status()
47 hdcp->connection.link.adjust.hdcp2.disable = 1; in push_error_status()
60 hdcp->displays[i].adjust.disable != MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION) { in is_cp_desired_hdcp1()
67 !hdcp->connection.link.adjust.hdcp1.disable && in is_cp_desired_hdcp1()
80 hdcp->displays[i].adjust.disable != MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION) { in is_cp_desired_hdcp2()
87 !hdcp->connection.link.adjust.hdcp2.disable && in is_cp_desired_hdcp2()
262 display->adjust.disable == true && in update_display_adjustments()
264 display->adjust.disable = false; in update_display_adjustments()
271 display->adjust.disable = true; in update_display_adjustments()
275 memcmp(adj, &display->adjust, in update_display_adjustments()
[all …]
H A Dhdcp1_transition.c35 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp1_transition() local
51 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_transition()
111 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_transition()
158 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp1_dp_transition() local
167 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_dp_transition()
177 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_dp_transition()
233 } else if (conn->hdcp1_retry_count < conn->link.adjust.hdcp1.min_auth_retries_wa) { in mod_hdcp_hdcp1_dp_transition()
263 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_dp_transition()
287 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_dp_transition()
/linux/net/ipv6/ila/
H A Dila_common.c43 __sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3]; in ila_csum_do_neutral_fmt() local
53 *adjust = ~csum_fold(csum_add(diff, csum_unfold(*adjust))); in ila_csum_do_neutral_fmt()
66 __sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3]; in ila_csum_do_neutral_nofmt() local
71 *adjust = ~csum_fold(csum_add(diff, csum_unfold(*adjust))); in ila_csum_do_neutral_nofmt()
/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst130 radio enable, tuner adjust disable)
133 radio disable, tuner adjust disable)
139 radio enable, tuner adjust disable)
144 radio enable, tuner adjust disable)
149 radio enable, tuner adjust disable)
161 disable, "zero" bit phase 1, tuner adjust)
163 disable, "zero" bit phase 2, tuner adjust)
166 disable, "one" bit phase 1, tuner adjust)
168 disable, "one" bit phase 2, tuner adjust)
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c66 gm20b_pmu_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gm20b_pmu_acr_bld_patch() argument
73 hdr.code_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch()
74 hdr.code_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch()
76 hdr.data_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch()
77 hdr.data_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch()
79 hdr.overlay_dma_base = lower_32_bits((addr + adjust) << 8); in gm20b_pmu_acr_bld_patch()
80 hdr.overlay_dma_base1 = upper_32_bits((addr + adjust) << 8); in gm20b_pmu_acr_bld_patch()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-selection.rst67 must be filled with zeros. The driver may adjust coordinates of the
72 - ``0`` - The driver can adjust the rectangle size freely and shall
85 Please refer to :ref:`sel-const-adjust`.
96 2. Adjust width, height, left, and top to hardware limits and
118 .. _sel-const-adjust:
181 It is not possible to adjust struct :c:type:`v4l2_rect`
H A Dselection-api-configuration.rst17 Therefore, as usual, drivers are expected to adjust the requested
40 The driver may further adjust the requested size and/or position
59 bounds rectangle. The driver must adjust the composing rectangle to fit
100 further adjust the requested size and/or position according to hardware
111 driver must adjust the area to fit to the bounding limits. Moreover, the
/linux/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c116 int64_t adjust; in inv_align_timestamp_it() local
121 /* adjust timestamp while respecting jitter */ in inv_align_timestamp_it()
126 adjust = add_max; in inv_align_timestamp_it()
128 adjust = sub_max; in inv_align_timestamp_it()
130 adjust = 0; in inv_align_timestamp_it()
132 ts->timestamp += adjust; in inv_align_timestamp_it()
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h76 /* Adjust - contrast */
78 /* Adjust - saturation */
80 /* Adjust - sharpness */
82 /* Adjust - brightness */
84 /* Adjust - hue */
/linux/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8mq-usb-phy.yaml58 Adjust amount of current sourced to DPn and DMn after a J-to-K
65 Adjust the boosted transmit launch pk-pk differential amplitude
70 Adjust the voltage level used to detect a disconnect event at the host
77 Adjust TX de-emphasis attenuation in dB at nominal
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp102.c78 gp102_sec2_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp102_sec2_acr_bld_patch() argument
82 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp102_sec2_acr_bld_patch()
83 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp102_sec2_acr_bld_patch()
84 hdr.overlay_dma_base = hdr.overlay_dma_base + adjust; in gp102_sec2_acr_bld_patch()
241 gp102_sec2_acr_bld_patch_1(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp102_sec2_acr_bld_patch_1() argument
245 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp102_sec2_acr_bld_patch_1()
246 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp102_sec2_acr_bld_patch_1()
/linux/Documentation/devicetree/bindings/serial/
H A Dnvidia,tegra20-hsuart.yaml58 nvidia,adjust-baud-rates:
78 we use nvidia,adjust-baud-rates.
86 nvidia,adjust-baud-rates = <0 9600 100>,
124 nvidia,adjust-baud-rates = <1000000 4000000 136>; /* 1.36% shift */
/linux/drivers/platform/x86/
H A Dintel_ips.c25 * close or over our TDP) we don't adjust the clamps more than once every
287 struct task_struct *adjust; member
729 * ips_adjust - adjust power clamp based on thermal state
732 * Wake up every 5s or so and check whether we should adjust the power clamp.
735 * - do we need to adjust up or down?
745 * - CPU busy, GPU not busy - adjust CPU up
746 * - CPU not busy, GPU busy - adjust GPU up
747 * - CPU busy, GPU busy - adjust preferred unit up, taking headroom from
750 * - adjust both CPU and GPU down if possible
765 dev_dbg(ips->dev, "starting ips-adjust thread\n"); in ips_adjust()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgm20b.c34 gm20b_gr_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gm20b_gr_acr_bld_patch() argument
41 hdr.code_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()
42 hdr.code_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()
44 hdr.data_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()
45 hdr.data_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()
H A Dgp108.c29 gp108_gr_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp108_gr_acr_bld_patch() argument
33 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp108_gr_acr_bld_patch()
34 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp108_gr_acr_bld_patch()
/linux/Documentation/netlink/specs/
H A Ddpll.yaml368 name: phase-adjust-min
371 name: phase-adjust-max
374 name: phase-adjust
570 - phase-adjust-min
571 - phase-adjust-max
572 - phase-adjust
602 - phase-adjust
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_check_mtu.c70 /* Exceed MTU with 1 via delta adjust */ in xdp_exceed_mtu()
99 * are responsible for catching this, when doing actual size adjust in xdp_minus_delta()
185 /* Exceed MTU with 1 via delta adjust */ in tc_exceed_mtu()
212 /* Exceed MTU with 1 via delta adjust */ in tc_exceed_mtu_da()
239 * are responsible for catching this, when doing actual size adjust in tc_minus_delta()
/linux/tools/testing/selftests/tc-testing/creating-plugins/
H A DAddingPlugins.txt36 def adjust_command(self, stage, command) # see "ADJUST" below
68 ADJUST
72 executed. The plugin can adjust the command, based on the stage of
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp_cm.c375 const struct dpp_grph_csc_adjustment *adjust) in dpp3_cm_set_gamut_remap() argument
381 if (adjust->gamut_adjust_type != GRAPHICS_GAMUT_ADJUST_TYPE_SW) in dpp3_cm_set_gamut_remap()
389 arr_matrix[i] = adjust->temperature_matrix[i]; in dpp3_cm_set_gamut_remap()
445 struct dpp_grph_csc_adjustment *adjust) in dpp3_cm_get_gamut_remap() argument
454 adjust->gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_BYPASS; in dpp3_cm_get_gamut_remap()
458 adjust->gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_SW; in dpp3_cm_get_gamut_remap()
459 convert_hw_matrix(adjust->temperature_matrix, in dpp3_cm_get_gamut_remap()
/linux/drivers/gpu/drm/amd/display/dc/dwb/dcn30/
H A Ddcn30_dwb_cm.c360 struct cm_grph_csc_adjustment adjust = params->csc_params; in dwb3_set_gamut_remap() local
363 if (adjust.gamut_adjust_type != CM_GAMUT_ADJUST_TYPE_SW) { in dwb3_set_gamut_remap()
365 dwb3_program_gamut_remap(dwbc, NULL, adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_BYPASS); in dwb3_set_gamut_remap()
372 arr_matrix[i] = adjust.temperature_matrix[i]; in dwb3_set_gamut_remap()
380 adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_RAMB_COEFF); in dwb3_set_gamut_remap()
383 adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_RAMA_COEFF); in dwb3_set_gamut_remap()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.h21 * @phase_adjust: current phase adjust value
85 * @input_phase_adj_max: max phase adjust value for an input pins
86 * @output_phase_adj_max: max phase adjust value for an output pins
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-combphy.c851 * Set up SU adjust signal: in rk3576_combphy_cfg()
852 * su_trim[7:0], PLL KVCO adjust bits[2:0] to min in rk3576_combphy_cfg()
854 * su_trim[31:24], CKDRV adjust in rk3576_combphy_cfg()
883 * Set up SU adjust signal: in rk3576_combphy_cfg()
884 * su_trim[7:0], PLL KVCO adjust bits[2:0] to min in rk3576_combphy_cfg()
887 * su_trim[23:16], CKRCV adjust in rk3576_combphy_cfg()
888 * su_trim[31:24], CKDRV adjust in rk3576_combphy_cfg()
900 /* ssc ppm adjust to 3500ppm */ in rk3576_combphy_cfg()
923 * Set up SU adjust signal: in rk3576_combphy_cfg()
924 * su_trim[7:0], PLL KVCO adjust bits[2:0] to min in rk3576_combphy_cfg()
[all …]
/linux/arch/powerpc/lib/
H A Dcopyuser_64.S36 * adjust r3 to point to the correct place.
331 /* adjust by 24 */
334 /* adjust by 16 */
337 /* adjust by 8 */
388 /* adjust by 24 */
391 /* adjust by 16 */
394 /* adjust by 8 */
396 /* adjust by 4 */
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S36 * adjust r3 to point to the correct place.
331 /* adjust by 24 */
334 /* adjust by 16 */
337 /* adjust by 8 */
388 /* adjust by 24 */
391 /* adjust by 16 */
394 /* adjust by 8 */
396 /* adjust by 4 */
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c463 int adjust; in igc_ptp_rx_pktstamp() local
470 /* Adjust timestamp for the RX latency based on link speed */ in igc_ptp_rx_pktstamp()
473 adjust = IGC_I225_RX_LATENCY_10; in igc_ptp_rx_pktstamp()
476 adjust = IGC_I225_RX_LATENCY_100; in igc_ptp_rx_pktstamp()
479 adjust = IGC_I225_RX_LATENCY_1000; in igc_ptp_rx_pktstamp()
482 adjust = IGC_I225_RX_LATENCY_2500; in igc_ptp_rx_pktstamp()
485 adjust = 0; in igc_ptp_rx_pktstamp()
490 return ktime_sub_ns(timestamp, adjust); in igc_ptp_rx_pktstamp()
720 int adjust = 0; in igc_ptp_tx_reg_to_stamp() local
731 adjust = IGC_I225_TX_LATENCY_10; in igc_ptp_tx_reg_to_stamp()
[all …]

12345678910>>...60