Searched refs:fext (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/platform/x86/ |
| H A D | fujitsu-laptop.c | 147 static struct acpi_device *fext; variable 193 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in charge_control_end_threshold_store() 213 status = call_fext_func(fext, FUNC_S006_METHOD, in charge_control_end_threshold_show() 260 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in fujitsu_battery_charge_control_add() 369 if (fext) { in bl_update_status() 371 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 374 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 916 WARN_ONCE(fext, "More than one FUJ02E3 ACPI device was found. Driver may not work as intended."); in acpi_fujitsu_laptop_add() 917 fext = device; in acpi_fujitsu_laptop_add() 958 if (call_fext_func(fext, FUNC_BACKLIGHT, 0x2, in acpi_fujitsu_laptop_add()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A 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() 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() 2975 fext.t = 1000000000 / fext.f; in atafb_setup() [all …]
|