Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/x86/
Dasus-nb-wmi.c44 static struct quirk_entry *quirks;
66 static struct quirk_entry quirk_asus_unknown = {
71 static struct quirk_entry quirk_asus_q500a = {
81 static struct quirk_entry quirk_asus_x55u = {
88 static struct quirk_entry quirk_asus_wapf4 = {
93 static struct quirk_entry quirk_asus_x200ca = {
98 static struct quirk_entry quirk_asus_ux303ub = {
103 static struct quirk_entry quirk_asus_x550lb = {
108 static struct quirk_entry quirk_asus_forceals = {
113 static struct quirk_entry quirk_asus_vendor_backlight = {
[all …]
Deeepc-wmi.c83 static struct quirk_entry quirk_asus_unknown = {
86 static struct quirk_entry quirk_asus_1000h = {
90 static struct quirk_entry quirk_asus_et2012_type1 = {
94 static struct quirk_entry quirk_asus_et2012_type3 = {
99 static struct quirk_entry quirk_asus_x101ch = {
104 static struct quirk_entry *quirks;
Dasus-wmi.h28 struct quirk_entry { struct
64 struct quirk_entry *quirks; argument
Dalienware-wmi.c52 struct quirk_entry { struct
59 static struct quirk_entry *quirks; argument
62 static struct quirk_entry quirk_inspiron5675 = {
69 static struct quirk_entry quirk_unknown = {
76 static struct quirk_entry quirk_x51_r1_r2 = {
83 static struct quirk_entry quirk_x51_r3 = {
90 static struct quirk_entry quirk_asm100 = {
97 static struct quirk_entry quirk_asm200 = {
104 static struct quirk_entry quirk_asm201 = {
Dhuawei-wmi.c48 struct quirk_entry { struct
54 static struct quirk_entry *quirks; argument
110 static struct quirk_entry quirk_unknown = {
113 static struct quirk_entry quirk_battery_reset = {
117 static struct quirk_entry quirk_matebook_x = {
Dmsi-laptop.c115 struct quirk_entry { struct
140 static struct quirk_entry *quirks; argument
572 static struct quirk_entry quirk_old_ec_model = {
576 static struct quirk_entry quirk_load_scm_model = {
581 static struct quirk_entry quirk_load_scm_ro_model = {
Dacer-wmi.c295 struct quirk_entry { struct
302 static struct quirk_entry *quirks; argument
322 static struct quirk_entry quirk_unknown = {
325 static struct quirk_entry quirk_acer_aspire_1520 = {
329 static struct quirk_entry quirk_acer_travelmate_2490 = {
334 static struct quirk_entry quirk_medion_md_98300 = {
338 static struct quirk_entry quirk_fujitsu_amilo_li_1718 = {
342 static struct quirk_entry quirk_lenovo_ideapad_s205 = {
Ddell-laptop.c34 struct quirk_entry { struct
48 static struct quirk_entry *quirks; argument
50 static struct quirk_entry quirk_dell_vostro_v130 = {
64 static struct quirk_entry quirk_dell_xps13_9333 = {
69 static struct quirk_entry quirk_dell_xps13_9370 = {
73 static struct quirk_entry quirk_dell_latitude_e6410 = {
77 static struct quirk_entry quirk_dell_inspiron_1012 = {
/Linux-v5.10/drivers/usb/core/
Dquirks.c15 struct quirk_entry { struct
23 static struct quirk_entry *quirk_list; argument
64 quirk_list = kcalloc(quirk_count, sizeof(struct quirk_entry), in quirks_param_set()
145 quirk_list[i++] = (struct quirk_entry) in quirks_param_set()
/Linux-v5.10/drivers/hid/
Dhid-quirks.c1236 const struct hid_device_id *quirk_entry = NULL; in hid_lookup_quirk() local
1260 quirk_entry = hid_exists_dquirk(hdev); in hid_lookup_quirk()
1261 if (quirk_entry) in hid_lookup_quirk()
1262 quirks = quirk_entry->driver_data; in hid_lookup_quirk()