Searched refs:quirk_entry (Results 1 – 13 of 13) sorted by relevance
48 static struct quirk_entry *quirks;70 static struct quirk_entry quirk_asus_unknown = {75 static struct quirk_entry quirk_asus_q500a = {84 static struct quirk_entry quirk_asus_x55u = {90 static struct quirk_entry quirk_asus_wapf4 = {95 static struct quirk_entry quirk_asus_x200ca = {100 static struct quirk_entry quirk_asus_x550lb = {105 static struct quirk_entry quirk_asus_forceals = {110 static struct quirk_entry quirk_asus_use_kbd_dock_devid = {114 static struct quirk_entry quirk_asus_use_lid_flip_devid = {[all …]
83 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 *quirks;
35 struct quirk_entry { struct70 struct quirk_entry *quirks; argument
48 struct quirk_entry { struct54 static struct quirk_entry *quirks; argument111 static struct quirk_entry quirk_unknown = {114 static struct quirk_entry quirk_battery_reset = {118 static struct quirk_entry quirk_matebook_x = {
113 struct quirk_entry { struct138 static struct quirk_entry *quirks; argument570 static struct quirk_entry quirk_old_ec_model = {574 static struct quirk_entry quirk_load_scm_model = {579 static struct quirk_entry quirk_load_scm_ro_model = {
317 struct quirk_entry { struct327 static struct quirk_entry *quirks; argument357 static struct quirk_entry quirk_unknown = {360 static struct quirk_entry quirk_acer_aspire_1520 = {364 static struct quirk_entry quirk_acer_travelmate_2490 = {368 static struct quirk_entry quirk_acer_predator_ph315_53 = {375 static struct quirk_entry quirk_medion_md_98300 = {379 static struct quirk_entry quirk_fujitsu_amilo_li_1718 = {383 static struct quirk_entry quirk_lenovo_ideapad_s205 = {
317 struct quirk_entry { struct 321 static struct quirk_entry quirk_btusb_bug = { argument 354 struct quirk_entry *quirks;
52 struct quirk_entry { struct59 static struct quirk_entry *quirks; argument62 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 = {
36 struct quirk_entry { struct50 static struct quirk_entry *quirks; argument52 static struct quirk_entry quirk_dell_vostro_v130 = {66 static struct quirk_entry quirk_dell_xps13_9333 = {71 static struct quirk_entry quirk_dell_xps13_9370 = {75 static struct quirk_entry quirk_dell_latitude_e6410 = {79 static struct quirk_entry quirk_dell_inspiron_1012 = {83 static struct quirk_entry quirk_dell_latitude_7520 = {
17 struct quirk_entry { struct22 static struct quirk_entry quirk_s2idle_bug = { argument26 static struct quirk_entry quirk_spurious_8042 = {
38 struct quirk_entry *quirks;
15 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() 148 quirk_list[i++] = (struct quirk_entry) in quirks_param_set()
1282 const struct hid_device_id *quirk_entry = NULL; in hid_lookup_quirk() local1306 quirk_entry = hid_exists_dquirk(hdev); in hid_lookup_quirk()1307 if (quirk_entry) in hid_lookup_quirk()1308 quirks = quirk_entry->driver_data; in hid_lookup_quirk()