Home
last modified time | relevance | path

Searched refs:pwm_freq_hz (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_panel.c1271 static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in spt_hz_to_pwm() argument
1284 return clock / (pwm_freq_hz * mul); in spt_hz_to_pwm()
1292 static u32 lpt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in lpt_hz_to_pwm() argument
1308 return clock / (pwm_freq_hz * mul); in lpt_hz_to_pwm()
1315 static u32 pch_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in pch_hz_to_pwm() argument
1320 return clock / (pwm_freq_hz * 128); in pch_hz_to_pwm()
1331 static u32 i9xx_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in i9xx_hz_to_pwm() argument
1342 return clock / (pwm_freq_hz * 32); in i9xx_hz_to_pwm()
1349 static u32 i965_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in i965_hz_to_pwm() argument
1355 return clock / (pwm_freq_hz * 128); in i965_hz_to_pwm()
[all …]
Dintel_bios.c283 dev_priv->vbt.backlight.pwm_freq_hz = entry->pwm_freq_hz; in parse_lfp_backlight()
288 dev_priv->vbt.backlight.pwm_freq_hz, in parse_lfp_backlight()
Dintel_bios.h410 u16 pwm_freq_hz; member
Di915_drv.h1500 u16 pwm_freq_hz; member