| /linux/drivers/platform/x86/ |
| H A D | asus-nb-wmi.c | 50 static struct quirk_entry *quirks; 91 static struct quirk_entry quirk_asus_unknown = { 96 static struct quirk_entry quirk_asus_q500a = { 105 static struct quirk_entry quirk_asus_x55u = { 111 static struct quirk_entry quirk_asus_wapf4 = { 116 static struct quirk_entry quirk_asus_x200ca = { 121 static struct quirk_entry quirk_asus_x550lb = { 126 static struct quirk_entry quirk_asus_forceals = { 131 static struct quirk_entry quirk_asus_use_kbd_dock_devid = { 135 static struct quirk_entry quirk_asus_use_lid_flip_devid = { [all …]
|
| H A D | eeepc-wmi.c | 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;
|
| H A D | asus-wmi.h | 36 struct quirk_entry { struct 71 struct quirk_entry *quirks; argument
|
| H A D | msi-laptop.c | 113 struct quirk_entry { struct 138 static struct quirk_entry *quirks; argument 570 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 = {
|
| H A D | huawei-wmi.c | 48 struct quirk_entry { struct 54 static struct quirk_entry *quirks; argument 115 static struct quirk_entry quirk_unknown = { 118 static struct quirk_entry quirk_battery_reset = { 122 static struct quirk_entry quirk_matebook_x = {
|
| H A D | acer-wmi.c | 398 struct quirk_entry { struct 410 static struct quirk_entry *quirks; argument 447 static struct quirk_entry quirk_unknown = { 450 static struct quirk_entry quirk_acer_aspire_1520 = { 454 static struct quirk_entry quirk_acer_travelmate_2490 = { 458 static struct quirk_entry quirk_acer_nitro_an515_58 = { 463 static struct quirk_entry quirk_acer_predator_ph315_53 = { 469 static struct quirk_entry quirk_acer_predator_ph16_72 = { 477 static struct quirk_entry quirk_acer_predator_pt14_51 = { 485 static struct quirk_entry quirk_acer_predator_v4 = { [all …]
|
| /linux/drivers/platform/x86/amd/pmc/ |
| H A D | pmc-quirks.c | 18 struct quirk_entry { struct 23 static struct quirk_entry quirk_s2idle_bug = { argument 27 static struct quirk_entry quirk_spurious_8042 = { 31 static struct quirk_entry quirk_s2idle_spurious_8042 = {
|
| H A D | pmc.h | 115 struct quirk_entry *quirks;
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | wmi-gamezone.c | 44 struct quirk_entry { struct 48 static struct quirk_entry quirk_no_extreme_bug = { argument 301 struct quirk_entry *quirks; in lwmi_gz_extreme_supported()
|
| H A D | thinkpad_acpi.c | 342 struct quirk_entry { struct 346 static struct quirk_entry quirk_btusb_bug = { argument 378 struct quirk_entry *quirks;
|
| /linux/drivers/usb/core/ |
| H A D | quirks.c | 15 struct quirk_entry { struct 23 static struct quirk_entry *quirk_list; argument 64 quirk_list = kzalloc_objs(struct quirk_entry, quirk_count); in quirks_param_set() 149 quirk_list[i++] = (struct quirk_entry) in quirks_param_set()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-laptop.c | 38 struct quirk_entry { struct 52 static struct quirk_entry *quirks; argument 54 static struct quirk_entry quirk_dell_vostro_v130 = { 68 static struct quirk_entry quirk_dell_xps13_9333 = { 73 static struct quirk_entry quirk_dell_xps13_9370 = { 77 static struct quirk_entry quirk_dell_latitude_e6410 = { 81 static struct quirk_entry quirk_dell_inspiron_1012 = { 85 static struct quirk_entry quirk_dell_latitude_7520 = {
|
| /linux/sound/soc/intel/boards/ |
| H A D | sof_sdw.c | 855 const struct snd_pci_quirk *quirk_entry; in sof_sdw_check_ssid_quirk() local 857 quirk_entry = snd_pci_quirk_lookup_id(mach->mach_params.subsystem_vendor, in sof_sdw_check_ssid_quirk() 861 if (quirk_entry) in sof_sdw_check_ssid_quirk() 862 sof_sdw_quirk = quirk_entry->value; in sof_sdw_check_ssid_quirk()
|
| /linux/drivers/hid/ |
| H A D | hid-quirks.c | 1330 const struct hid_device_id *quirk_entry = NULL; in hid_lookup_quirk() local 1354 quirk_entry = hid_exists_dquirk(hdev); in hid_lookup_quirk() 1355 if (quirk_entry) in hid_lookup_quirk() 1356 quirks = quirk_entry->driver_data; in hid_lookup_quirk()
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 79 struct quirk_entry { struct 89 static struct quirk_entry *quirks; argument 136 static struct quirk_entry quirk_amd_7k62 = {
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 75 struct quirk_entry { struct 112 static struct quirk_entry *nvme_pci_quirk_list; 116 static int nvme_parse_quirk_names(char *quirk_str, struct quirk_entry *entry) in nvme_parse_quirk_names() 162 static int nvme_parse_quirk_entry(char *s, struct quirk_entry *entry) in nvme_parse_quirk_entry() 184 struct quirk_entry *qlist; in quirks_param_set() 3626 static struct quirk_entry *detect_dynamic_quirks(struct pci_dev *pdev) in detect_dynamic_quirks() 3644 struct quirk_entry *qentry; in nvme_pci_alloc_dev()
|