Home
last modified time | relevance | path

Searched refs:quirk_entry (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Deeepc-wmi.c96 static struct quirk_entry quirk_asus_unknown = {
99 static struct quirk_entry quirk_asus_1000h = {
103 static struct quirk_entry quirk_asus_et2012_type1 = {
107 static struct quirk_entry quirk_asus_et2012_type3 = {
112 static struct quirk_entry quirk_asus_x101ch = {
117 static struct quirk_entry *quirks;
Dasus-nb-wmi.c57 static struct quirk_entry *quirks;
79 static struct quirk_entry quirk_asus_unknown = {
83 static struct quirk_entry quirk_asus_q500a = {
92 static struct quirk_entry quirk_asus_x55u = {
98 static struct quirk_entry quirk_asus_wapf4 = {
102 static struct quirk_entry quirk_asus_x200ca = {
106 static struct quirk_entry quirk_asus_ux303ub = {
110 static struct quirk_entry quirk_asus_x550lb = {
114 static struct quirk_entry quirk_asus_forceals = {
Dasus-wmi.h41 struct quirk_entry { struct
75 struct quirk_entry *quirks; argument
Dalienware-wmi.c62 struct quirk_entry { struct
69 static struct quirk_entry *quirks; argument
72 static struct quirk_entry quirk_inspiron5675 = {
79 static struct quirk_entry quirk_unknown = {
86 static struct quirk_entry quirk_x51_r1_r2 = {
93 static struct quirk_entry quirk_x51_r3 = {
100 static struct quirk_entry quirk_asm100 = {
107 static struct quirk_entry quirk_asm200 = {
114 static struct quirk_entry quirk_asm201 = {
Dmsi-laptop.c128 struct quirk_entry { struct
153 static struct quirk_entry *quirks; argument
585 static struct quirk_entry quirk_old_ec_model = {
589 static struct quirk_entry quirk_load_scm_model = {
594 static struct quirk_entry quirk_load_scm_ro_model = {
Dacer-wmi.c308 struct quirk_entry { struct
315 static struct quirk_entry *quirks; argument
335 static struct quirk_entry quirk_unknown = {
338 static struct quirk_entry quirk_acer_aspire_1520 = {
342 static struct quirk_entry quirk_acer_travelmate_2490 = {
347 static struct quirk_entry quirk_medion_md_98300 = {
351 static struct quirk_entry quirk_fujitsu_amilo_li_1718 = {
355 static struct quirk_entry quirk_lenovo_ideapad_s205 = {
Ddell-laptop.c38 struct quirk_entry { struct
51 static struct quirk_entry *quirks; argument
53 static struct quirk_entry quirk_dell_vostro_v130 = {
67 static struct quirk_entry quirk_dell_xps13_9333 = {
72 static struct quirk_entry quirk_dell_xps13_9370 = {
76 static struct quirk_entry quirk_dell_latitude_e6410 = {
/Linux-v4.19/drivers/usb/core/
Dquirks.c15 struct quirk_entry { struct
23 static struct quirk_entry *quirk_list; argument
58 quirk_list = kcalloc(quirk_count, sizeof(struct quirk_entry), in quirks_param_set()
135 quirk_list[i++] = (struct quirk_entry) in quirks_param_set()
/Linux-v4.19/drivers/hid/
Dhid-quirks.c1253 const struct hid_device_id *quirk_entry = NULL; in hid_lookup_quirk() local
1277 quirk_entry = hid_exists_dquirk(hdev); in hid_lookup_quirk()
1278 if (quirk_entry) in hid_lookup_quirk()
1279 quirks = quirk_entry->driver_data; in hid_lookup_quirk()