Searched refs:quirk_entry (Results 1 – 9 of 9) sorted by relevance
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 quirk_asus_x101ch = {104 static struct quirk_entry *quirks;
44 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 = {
28 struct quirk_entry { struct63 struct quirk_entry *quirks; argument
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 = {
115 struct quirk_entry { struct140 static struct quirk_entry *quirks; argument572 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 = {
294 struct quirk_entry { struct301 static struct quirk_entry *quirks; argument321 static struct quirk_entry quirk_unknown = {324 static struct quirk_entry quirk_acer_aspire_1520 = {328 static struct quirk_entry quirk_acer_travelmate_2490 = {333 static struct quirk_entry quirk_medion_md_98300 = {337 static struct quirk_entry quirk_fujitsu_amilo_li_1718 = {341 static struct quirk_entry quirk_lenovo_ideapad_s205 = {
34 struct quirk_entry { struct47 static struct quirk_entry *quirks; argument49 static struct quirk_entry quirk_dell_vostro_v130 = {63 static struct quirk_entry quirk_dell_xps13_9333 = {68 static struct quirk_entry quirk_dell_xps13_9370 = {72 static struct quirk_entry quirk_dell_latitude_e6410 = {
15 struct quirk_entry { struct23 static struct quirk_entry *quirk_list; argument58 quirk_list = kcalloc(quirk_count, sizeof(struct quirk_entry), in quirks_param_set()138 quirk_list[i++] = (struct quirk_entry) in quirks_param_set()
1228 const struct hid_device_id *quirk_entry = NULL; in hid_lookup_quirk() local1252 quirk_entry = hid_exists_dquirk(hdev); in hid_lookup_quirk()1253 if (quirk_entry) in hid_lookup_quirk()1254 quirks = quirk_entry->driver_data; in hid_lookup_quirk()