Searched refs:fext (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | fujitsu-laptop.c | 147 static struct acpi_device *fext; variable 197 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in charge_control_end_threshold_store() 217 status = call_fext_func(fext, FUNC_S006_METHOD, in charge_control_end_threshold_show() 264 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in fujitsu_battery_charge_control_add() 373 if (fext) { in bl_update_status() 375 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 378 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 920 WARN_ONCE(fext, "More than one FUJ02E3 ACPI device was found. Driver may not work as intended."); in acpi_fujitsu_laptop_add() 921 fext = device; in acpi_fujitsu_laptop_add() 962 if (call_fext_func(fext, FUNC_BACKLIGHT, 0x2, in acpi_fujitsu_laptop_add()
|
| /linux/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() 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 …]
|