Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/interconnect/imx/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 504 B image not shown  

Quelle  intel_pch_refclk.h

  Sprache: C
 

/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2021 Intel Corporation
 */


#ifndef _INTEL_PCH_REFCLK_H_
#define _INTEL_PCH_REFCLK_H_

#include <linux/types.h>

struct intel_crtc_state;
struct intel_display;

#ifdef I915
void lpt_program_iclkip(const struct intel_crtc_state *crtc_state);
void lpt_disable_iclkip(struct intel_display *display);
int lpt_get_iclkip(struct intel_display *display);
int lpt_iclkip(const struct intel_crtc_state *crtc_state);

void intel_init_pch_refclk(struct intel_display *display);
void lpt_disable_clkout_dp(struct intel_display *display);
#else
static inline void lpt_program_iclkip(const struct intel_crtc_state *crtc_state)
{
}
static inline void lpt_disable_iclkip(struct intel_display *display)
{
}
static inline int lpt_get_iclkip(struct intel_display *display)
{
 return 0;
}
static inline int lpt_iclkip(const struct intel_crtc_state *crtc_state)
{
 return 0;
}
static inline void intel_init_pch_refclk(struct intel_display *display)
{
}
static inline void lpt_disable_clkout_dp(struct intel_display *display)
{
}
#endif

#endif

Messung V0.5 in Prozent
C=95 H=98 G=96

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Anfrage:

Dauer der Verarbeitung:

Sekunden

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.