Searched refs:fext (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | atafb.c | 867 }, fext = { variable 1117 else if ((plen * xres + fext.right + fext.hsync + in falcon_decode_var() 1118 fext.left) * fb_info.monspecs.hfmin < fext.f && in falcon_decode_var() 1119 fext.f) in falcon_decode_var() 1120 pclock = &fext; in falcon_decode_var() 1147 if (fext.t && fext.t * i >= var->pixclock && in falcon_decode_var() 1148 fext.t * i < pcl) { in falcon_decode_var() 1149 pcl = fext.t * i; in falcon_decode_var() 1150 pclock = &fext; in falcon_decode_var() 1177 if (pclock == &fext) in falcon_decode_var() [all …]
|
/Linux-v4.19/drivers/platform/x86/ |
D | fujitsu-laptop.c | 150 static struct acpi_device *fext; variable 268 if (fext) { in bl_update_status() 270 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 273 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 794 WARN_ONCE(fext, "More than one FUJ02E3 ACPI device was found. Driver may not work as intended."); in acpi_fujitsu_laptop_add() 795 fext = device; in acpi_fujitsu_laptop_add() 836 if (call_fext_func(fext, FUNC_BACKLIGHT, 0x2, in acpi_fujitsu_laptop_add()
|