Home
last modified time | relevance | path

Searched refs:ch7006_scale (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H A Dch7006_drv.c479 if (ch7006_scale >= 0 && ch7006_scale <= 2) in ch7006_encoder_init()
480 priv->scale = ch7006_scale; in ch7006_encoder_init()
483 ch7006_scale); in ch7006_encoder_init()
537 int ch7006_scale = 1; variable
538 module_param_named(scale, ch7006_scale, int, 0600);
H A Dch7006_priv.h107 extern int ch7006_scale;
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H A Dch7006_drv.c479 if (ch7006_scale >= 0 && ch7006_scale <= 2) in ch7006_encoder_init()
480 priv->scale = ch7006_scale; in ch7006_encoder_init()
483 ch7006_scale); in ch7006_encoder_init()
537 int ch7006_scale = 1; variable
538 module_param_named(scale, ch7006_scale, int, 0600);
H A Dch7006_priv.h106 extern int ch7006_scale;

Completed in 6 milliseconds