Home
last modified time | relevance | path

Searched refs:fext (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Datafb.c833 }, 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()
1109 pclock = &fext; in falcon_decode_var()
1752 if (fext.t) in falcon_detect()
1753 fext.hsync = h_syncs[mon_type] / fext.t; in falcon_detect()
2973 fext.t = 1000000000 / fext.f; in atafb_setup()
[all …]
/openbmc/linux/drivers/platform/x86/
H A Dfujitsu-laptop.c137 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()