Home
last modified time | relevance | path

Searched defs:quirk_entry (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dasus-wmi.h28 struct quirk_entry { struct
29 bool hotplug_wireless;
30 bool scalar_panel_brightness;
31 bool store_backlight_power;
32 bool wmi_backlight_power;
33 bool wmi_backlight_native;
34 bool wmi_backlight_set_devstate;
35 bool wmi_force_als_set;
36 bool use_kbd_dock_devid;
37 int wapf;
[all …]
H A Dalienware-wmi.c52 struct quirk_entry { struct
59 static struct quirk_entry *quirks; argument
H A Dmsi-laptop.c115 struct quirk_entry { struct
116 bool old_ec_model;
140 static struct quirk_entry *quirks; argument
H A Ddell-laptop.c34 struct quirk_entry { struct
48 static struct quirk_entry *quirks; argument
H A Dhuawei-wmi.c48 struct quirk_entry { struct
54 static struct quirk_entry *quirks; argument
H A Dacer-wmi.c307 struct quirk_entry { struct
314 static struct quirk_entry *quirks; argument
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dquirks.c15 struct quirk_entry { struct
23 static struct quirk_entry *quirk_list; argument
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-quirks.c1247 const struct hid_device_id *quirk_entry = NULL; in hid_lookup_quirk() local