| /linux/drivers/staging/fbtft/ |
| H A D | fb_st7789v.c | 310 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument 341 curves[c + j] &= gamma_par_mask[j]; in set_gamma() 343 curves[c + 0], curves[c + 1], curves[c + 2], in set_gamma() 344 curves[c + 3], curves[c + 4], curves[c + 5], in set_gamma() 345 curves[c + 6], curves[c + 7], curves[c + 8], in set_gamma() 346 curves[c + 9], curves[c + 10], curves[c + 11], in set_gamma() 347 curves[c + 12], curves[c + 13]); in set_gamma()
|
| H A D | fb_ssd1305.c | 37 if (par->gamma.curves[0] == 0) { in init_display() 40 par->gamma.curves[0] = 0xCF; in init_display() 42 par->gamma.curves[0] = 0x8F; in init_display() 142 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument 144 curves[0] &= 0xFF; in set_gamma() 147 write_reg(par, curves[0]); in set_gamma()
|
| H A D | fb_ssd1306.c | 36 if (par->gamma.curves[0] == 0) { in init_display() 39 par->gamma.curves[0] = 0xCF; in init_display() 41 par->gamma.curves[0] = 0x8F; in init_display() 159 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument 162 curves[0] &= 0xFF; in set_gamma() 166 write_reg(par, curves[0]); in set_gamma()
|
| H A D | fb_ssd1325.c | 101 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument 106 if (i > 0 && curves[i] < 1) { in set_gamma() 112 if (curves[i] > 7) { in set_gamma() 122 write_reg(par, (curves[i] & 0xFF)); in set_gamma()
|
| H A D | fb_pcd8544.c | 131 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument 134 curves[0] &= 0x7F; in set_gamma() 137 write_reg(par, 0x80 | curves[0]); in set_gamma()
|
| H A D | fb_tls8204.c | 124 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument 127 curves[0] &= 0x7F; in set_gamma() 130 write_reg(par, 0x80 | curves[0]); in set_gamma()
|
| H A D | fb_sh1106.c | 97 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument 100 curves[0] &= 0xFF; in set_gamma() 103 write_reg(par, 0x81, curves[0]); in set_gamma()
|
| H A D | fb_ssd1331.c | 131 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument 137 if (i > 0 && curves[i] < 2) { in set_gamma() 143 acc += curves[i]; in set_gamma()
|
| H A D | fb_s6d1121.c | 119 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] 120 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument
|
| H A D | internal.h | 10 int fbtft_gamma_parse_str(struct fbtft_par *par, u32 *curves,
|
| H A D | fb_ssd1289.c | 122 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] 123 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument
|
| H A D | fb_hx8347d.c | 117 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] 118 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument
|
| H A D | fb_ili9320.c | 210 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] 211 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument
|
| H A D | fb_ili9325.c | 204 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] 205 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-isl29501 | 34 resultant curves have the form ax^2 + bx + c. 36 From those two curves, a and b coefficients shall be
|
| /linux/drivers/platform/x86/ |
| H A D | asus-wmi.c | 3597 struct fan_curve_data *curves; in fan_curve_get_factory_default() local 3624 curves = &asus->custom_fan_curves[fan_idx]; in fan_curve_get_factory_default() 3625 curves->device_id = fan_dev; in fan_curve_get_factory_default() 3627 fan_curve_copy_from_buf(curves, buf); in fan_curve_get_factory_default() 4084 struct fan_curve_data *curves; in asus_wmi_custom_fan_curve_is_enabled() local 4092 curves = asus->custom_fan_curves; in asus_wmi_custom_fan_curve_is_enabled() 4094 return (asus->cpu_fan_curve_available && curves[FAN_CURVE_DEV_CPU].enabled) || in asus_wmi_custom_fan_curve_is_enabled() 4095 (asus->gpu_fan_curve_available && curves[FAN_CURVE_DEV_GPU].enabled) || in asus_wmi_custom_fan_curve_is_enabled() 4096 (asus->mid_fan_curve_available && curves[FAN_CURVE_DEV_MID].enabled); in asus_wmi_custom_fan_curve_is_enabled()
|
| /linux/Documentation/hwmon/ |
| H A D | aquacomputer_d5next.rst | 39 temperature curves directly from the pump. If it's not connected, the fan-related
|
| /linux/crypto/ |
| H A D | Kconfig | 316 using curves P-192, P-256, and P-384 (FIPS 186) 326 using curves P-192, P-256, P-384 and P-521
|