Searched refs:pwm_freq_hz (Results 1 – 4 of 4) sorted by relevance
1271 static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in spt_hz_to_pwm() argument1284 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() argument1308 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() argument1320 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() argument1342 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() argument1355 return clock / (pwm_freq_hz * 128); in i965_hz_to_pwm()[all …]
283 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()
410 u16 pwm_freq_hz; member
1500 u16 pwm_freq_hz; member