Searched refs:fext (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/video/fbdev/ |
D | atafb.c | 833 }, fext = { variable 1077 else if ((plen * xres + fext.right + fext.hsync + in falcon_decode_var() 1078 fext.left) * fb_info.monspecs.hfmin < fext.f && in falcon_decode_var() 1079 fext.f) in falcon_decode_var() 1080 pclock = &fext; in falcon_decode_var() 1106 if (fext.t && fext.t * i >= var->pixclock && in falcon_decode_var() 1107 fext.t * i < pcl) { in falcon_decode_var() 1108 pcl = fext.t * i; in falcon_decode_var() 1109 pclock = &fext; in falcon_decode_var() 1136 if (pclock == &fext) in falcon_decode_var() [all …]
|
/Linux-v6.6/drivers/platform/x86/ |
D | fujitsu-laptop.c | 137 static struct acpi_device *fext; variable 255 if (fext) { in bl_update_status() 257 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 260 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 781 WARN_ONCE(fext, "More than one FUJ02E3 ACPI device was found. Driver may not work as intended."); in acpi_fujitsu_laptop_add() 782 fext = device; in acpi_fujitsu_laptop_add() 823 if (call_fext_func(fext, FUNC_BACKLIGHT, 0x2, in acpi_fujitsu_laptop_add()
|