/openbmc/linux/sound/soc/amd/yc/ |
H A D | acp6x-mach.c | 50 .matches = { 57 .matches = { 64 .matches = { 71 .matches = { 78 .matches = { 85 .matches = { 92 .matches = { 99 .matches = { 106 .matches = { 113 .matches = { [all …]
|
/openbmc/linux/drivers/input/serio/ |
H A D | i8042-acpipnpio.h | 97 .matches = { 104 .matches = { 112 .matches = { 120 .matches = { 128 .matches = { 138 .matches = { 145 .matches = { 153 .matches = { 162 .matches = { 170 .matches = { [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | video_detect.c | 152 .matches = { 160 .matches = { 168 .matches = { 176 .matches = { 185 .matches = { 193 .matches = { 201 .matches = { 210 .matches = { 218 .matches = { 227 .matches = { [all …]
|
H A D | osi.c | 306 .matches = { 323 .matches = { 331 .matches = { 339 .matches = { 347 .matches = { 355 .matches = { 363 .matches = { 371 .matches = { 379 .matches = { 387 .matches = { [all …]
|
H A D | resource.c | 391 .matches = { 398 .matches = { 405 .matches = { 416 .matches = { 423 .matches = { 430 .matches = { 437 .matches = { 444 .matches = { 451 .matches = { 458 .matches = { [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_panel_orientation_quirks.c | 152 .matches = { 158 .matches = { 164 .matches = { 170 .matches = { 176 .matches = { 182 .matches = { 188 .matches = { 194 .matches = { 200 .matches = { 206 .matches = { [all …]
|
/openbmc/linux/drivers/platform/x86/amd/pmc/ |
H A D | pmc-quirks.c | 34 .matches = { 42 .matches = { 50 .matches = { 58 .matches = { 66 .matches = { 74 .matches = { 82 .matches = { 90 .matches = { 98 .matches = { 106 .matches = { [all …]
|
/openbmc/qemu/scripts/ |
H A D | xml-preprocess.py | 87 matches = re.findall(include_regex, xml_str) 88 for group_inc, group_xml in matches: 97 matches = re.findall(envvar_regex, xml_str) 98 for group_env, group_var in matches: 104 matches = re.findall(sysvar_regex, xml_str) 105 for group_sys, group_var in matches: 111 matches = re.findall(define_regex, xml_str) 112 for group_def, group_name, group_var in matches: 118 matches = re.findall(cusvar_regex, xml_str) 119 for group_cus, group_var in matches: [all …]
|
/openbmc/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | dmi.c | 21 .matches = { 29 .matches = { 37 .matches = { 45 .matches = { 53 .matches = { 63 .matches = { 75 .matches = { 84 .matches = { 92 .matches = { 101 .matches = { [all …]
|
/openbmc/linux/drivers/platform/x86/ |
H A D | asus-nb-wmi.c | 139 .matches = { 148 .matches = { 157 .matches = { 166 .matches = { 175 .matches = { 184 .matches = { 193 .matches = { 202 .matches = { 211 .matches = { 220 .matches = { [all …]
|
H A D | touchscreen_dmi.c | 1156 .matches = { 1163 .matches = { 1170 .matches = { 1178 .matches = { 1187 .matches = { 1196 .matches = { 1204 .matches = { 1213 .matches = { 1222 .matches = { 1231 .matches = { [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | kempld-core.c | 572 .matches = { 580 .matches = { 588 .matches = { 596 .matches = { 604 .matches = { 612 .matches = { 620 .matches = { 628 .matches = { 636 .matches = { 644 .matches = { [all …]
|
/openbmc/linux/arch/x86/kernel/ |
H A D | reboot.c | 168 .matches = { 176 .matches = { 186 .matches = { 194 .matches = { 202 .matches = { 210 .matches = { 218 .matches = { 226 .matches = { 236 .matches = { 246 .matches = { [all …]
|
/openbmc/linux/arch/x86/pci/ |
H A D | common.c | 98 .matches = { 106 .matches = { 114 .matches = { 243 .matches = { 252 .matches = { 260 .matches = { 268 .matches = { 276 .matches = { 284 .matches = { 292 .matches = { [all …]
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-of.c | 117 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs() argument 122 for (; matches->compatible[0]; matches++) { in i2c_of_match_device_sysfs() 129 if (sysfs_streq(client->name, matches->compatible)) in i2c_of_match_device_sysfs() 130 return matches; in i2c_of_match_device_sysfs() 132 name = strchr(matches->compatible, ','); in i2c_of_match_device_sysfs() 134 name = matches->compatible; in i2c_of_match_device_sysfs() 139 return matches; in i2c_of_match_device_sysfs() 146 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument 151 if (!(client && matches)) in i2c_of_match_device() 154 match = of_match_device(matches, &client->dev); in i2c_of_match_device() [all …]
|
/openbmc/linux/include/drm/ |
H A D | drm_fourcc.h | 147 * drm_format_info_is_yuv_packed - check that the format info matches a YUV 152 * A boolean indicating whether the format info matches a packed YUV format. 161 * drm_format_info_is_yuv_semiplanar - check that the format info matches a YUV 166 * A boolean indicating whether the format info matches a semiplanar YUV format. 175 * drm_format_info_is_yuv_planar - check that the format info matches a YUV 180 * A boolean indicating whether the format info matches a planar YUV format. 189 * drm_format_info_is_yuv_sampling_410 - check that the format info matches a 194 * A boolean indicating whether the format info matches a YUV format with 4:1:0 204 * drm_format_info_is_yuv_sampling_411 - check that the format info matches a 209 * A boolean indicating whether the format info matches a YUV format with 4:1:1 [all …]
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_gpe.c | 56 .matches = { 64 .matches = { 76 .matches = { 88 .matches = { 96 .matches = { 104 .matches = { 112 .matches = { 120 .matches = { 128 .matches = { 136 .matches = { [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | dmi.c | 65 .matches = { 76 .matches = { 87 .matches = { 96 .matches = { 107 .matches = { 124 .matches = { 134 .matches = { 144 .matches = { 154 .matches = { 165 .matches = { [all …]
|
/openbmc/linux/drivers/base/ |
H A D | soc.c | 242 * @matches: zero-terminated array of possible matches 259 const struct soc_device_attribute *matches) in soc_device_match() argument 263 if (!matches) in soc_device_match() 266 while (matches->machine || matches->family || matches->revision || in soc_device_match() 267 matches->soc_id) { in soc_device_match() 268 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches, in soc_device_match() 272 matches); in soc_device_match() 276 return matches; in soc_device_match() 278 matches++; in soc_device_match()
|
/openbmc/linux/sound/hda/ |
H A D | intel-dsp-config.c | 68 .matches = { 89 .matches = { 110 .matches = { 130 .matches = { 155 .matches = { 188 .matches = { 194 .matches = { 220 .matches = { 241 .matches = { 246 .matches = { [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | pcie_quirks.c | 12 .matches = { 20 .matches = { 29 .matches = { 38 .matches = { 46 .matches = { 54 .matches = { 62 .matches = { 70 .matches = {
|
/openbmc/linux/drivers/soundwire/ |
H A D | dmi-quirks.c | 96 .matches = { 103 .matches = { 111 .matches = { 119 .matches = { 127 .matches = { 135 .matches = { 142 .matches = { 150 .matches = {
|
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | unpack.cpp | 26 // check that the number of bytes matches in TEST() 40 // check that the number of bytes matches in TEST() 54 // check that the number of bytes matches in TEST() 67 // check that the number of bytes matches in TEST() 81 // check that the number of bytes matches in TEST() 95 // check that the number of bytes matches in TEST() 108 // check that the number of bytes matches in TEST() 122 // check that the number of bytes matches in TEST() 136 // check that the number of bytes matches in TEST() 149 // check that the number of bytes matches in TEST() [all …]
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | bytcr_rt5640.c | 543 .matches = { 555 .matches = { 567 .matches = { 580 .matches = { 593 .matches = { 607 .matches = { 617 .matches = { 628 .matches = { 640 .matches = { 654 .matches = { [all …]
|
/openbmc/linux/tools/perf/arch/arm64/tests/ |
H A D | cpuid-match.c | 11 /* midr with no leading zeros matches */ in test__cpuid_match() 14 /* Upper case matches */ in test__cpuid_match() 17 /* r0p0 = r0p0 matches */ in test__cpuid_match() 20 /* r0p1 > r0p0 matches */ in test__cpuid_match() 23 /* r1p0 > r0p0 matches*/ in test__cpuid_match()
|