/Linux-v5.10/drivers/input/serio/ |
D | i8042-x86ia64io.h | 76 .matches = { 84 .matches = { 92 .matches = { 99 .matches = { 105 .matches = { 112 .matches = { 120 .matches = { 127 .matches = { 135 .matches = { 143 .matches = { [all …]
|
/Linux-v5.10/drivers/platform/x86/ |
D | asus-nb-wmi.c | 133 .matches = { 142 .matches = { 156 .matches = { 165 .matches = { 174 .matches = { 183 .matches = { 192 .matches = { 201 .matches = { 210 .matches = { 219 .matches = { [all …]
|
D | touchscreen_dmi.c | 816 .matches = { 824 .matches = { 833 .matches = { 842 .matches = { 850 .matches = { 859 .matches = { 868 .matches = { 877 .matches = { 886 .matches = { 896 .matches = { [all …]
|
D | pcengines-apuv2.c | 137 .matches = { 146 .matches = { 155 .matches = { 165 .matches = { 174 .matches = { 183 .matches = { 192 .matches = { 201 .matches = { 210 .matches = {
|
D | fujitsu-tablet.c | 332 .matches = { 341 .matches = { 350 .matches = { 359 .matches = { 368 .matches = { 377 .matches = { 386 .matches = { 395 .matches = { 404 .matches = { 413 .matches = {
|
/Linux-v5.10/drivers/acpi/ |
D | video_detect.c | 119 .matches = { 128 .matches = { 136 .matches = { 144 .matches = { 160 .matches = { 168 .matches = { 176 .matches = { 184 .matches = { 195 .matches = { 203 .matches = { [all …]
|
D | osi.c | 330 .matches = { 347 .matches = { 355 .matches = { 363 .matches = { 371 .matches = { 379 .matches = { 387 .matches = { 395 .matches = { 403 .matches = { 411 .matches = { [all …]
|
D | sleep.c | 180 .matches = { 188 .matches = { 196 .matches = { 204 .matches = { 213 .matches = { 221 .matches = { 229 .matches = { 237 .matches = { 245 .matches = { 253 .matches = { [all …]
|
/Linux-v5.10/lib/zstd/ |
D | zstd_opt.h | 236 ZSTD_match_t *matches, const U32 minMatchLen) in ZSTD_insertBtAndGetAllMatches() argument 282 matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex3; in ZSTD_insertBtAndGetAllMatches() 283 matches[mnum].len = (U32)currMl; in ZSTD_insertBtAndGetAllMatches() 316 matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex; in ZSTD_insertBtAndGetAllMatches() 317 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches() 356 …*const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, in ZSTD_BtGetAllMatches() argument 362 return ZSTD_insertBtAndGetAllMatches(zc, ip, iLimit, maxNbAttempts, mls, 0, matches, minMatchLen); in ZSTD_BtGetAllMatches() 367 ZSTD_match_t *matches, const U32 minMatchLen) in ZSTD_BtGetAllMatches_selectMLS() argument 370 case 3: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 3, matches, minMatchLen); in ZSTD_BtGetAllMatches_selectMLS() 372 case 4: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 4, matches, minMatchLen); in ZSTD_BtGetAllMatches_selectMLS() [all …]
|
/Linux-v5.10/drivers/mfd/ |
D | kempld-core.c | 577 .matches = { 585 .matches = { 593 .matches = { 601 .matches = { 609 .matches = { 617 .matches = { 625 .matches = { 633 .matches = { 641 .matches = { 649 .matches = { [all …]
|
/Linux-v5.10/arch/x86/kernel/ |
D | reboot.c | 177 .matches = { 185 .matches = { 195 .matches = { 203 .matches = { 211 .matches = { 219 .matches = { 227 .matches = { 235 .matches = { 245 .matches = { 255 .matches = { [all …]
|
/Linux-v5.10/arch/x86/pci/ |
D | common.c | 98 .matches = { 106 .matches = { 114 .matches = { 243 .matches = { 252 .matches = { 260 .matches = { 268 .matches = { 276 .matches = { 284 .matches = { 292 .matches = { [all …]
|
/Linux-v5.10/include/drm/ |
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 …]
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_panel_orientation_quirks.c | 107 .matches = { 113 .matches = { 119 .matches = { 125 .matches = { 131 .matches = { 139 .matches = { 150 .matches = { 158 .matches = { 166 .matches = { 174 .matches = { [all …]
|
/Linux-v5.10/drivers/i2c/ |
D | i2c-core-of.c | 183 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs() argument 188 for (; matches->compatible[0]; matches++) { in i2c_of_match_device_sysfs() 195 if (sysfs_streq(client->name, matches->compatible)) in i2c_of_match_device_sysfs() 196 return matches; in i2c_of_match_device_sysfs() 198 name = strchr(matches->compatible, ','); in i2c_of_match_device_sysfs() 200 name = matches->compatible; in i2c_of_match_device_sysfs() 205 return matches; in i2c_of_match_device_sysfs() 212 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument 217 if (!(client && matches)) in i2c_of_match_device() 220 match = of_match_device(matches, &client->dev); in i2c_of_match_device() [all …]
|
/Linux-v5.10/drivers/base/ |
D | soc.c | 225 * @matches: zero-terminated array of possible matches 242 const struct soc_device_attribute *matches) in soc_device_match() argument 246 if (!matches) in soc_device_match() 250 if (!(matches->machine || matches->family || in soc_device_match() 251 matches->revision || matches->soc_id)) in soc_device_match() 253 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches, in soc_device_match() 257 matches); in soc_device_match() 261 matches++; in soc_device_match() 263 return matches; in soc_device_match()
|
/Linux-v5.10/arch/arm64/kernel/ |
D | cpu_errata.c | 82 * CTR_EL0 matches the system's copy to allow a secondary CPU to boot. in has_mismatched_cache_type() 127 .matches = is_affected_midr_range, \ 131 .matches = is_affected_midr_range, \ 142 .matches = is_affected_midr_range_list, \ 217 .matches = is_kryo_midr, 258 .matches = is_kryo_midr, 312 .matches = is_affected_midr_range, 318 .matches = is_affected_midr_range, 389 .matches = cpucap_multi_entry_cap_matches, 425 .matches = has_mismatched_cache_type, [all …]
|
/Linux-v5.10/sound/hda/ |
D | intel-dsp-config.c | 67 .matches = { 83 .matches = { 104 .matches = { 124 .matches = { 149 .matches = { 177 .matches = { 198 .matches = { 219 .matches = { 224 .matches = { 231 .matches = { [all …]
|
/Linux-v5.10/drivers/input/mouse/ |
D | lifebook.c | 48 .matches = { 54 .matches = { 60 .matches = { 66 .matches = { 72 .matches = { 78 .matches = { 84 .matches = { 90 .matches = { 97 .matches = { 105 .matches = { [all …]
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_lvds.c | 513 .matches = { 521 .matches = { 529 .matches = { 537 .matches = { 545 .matches = { 553 .matches = { 561 .matches = { 569 .matches = { 577 .matches = { 585 .matches = { [all …]
|
/Linux-v5.10/drivers/input/misc/ |
D | wistron_btns.c | 639 .matches = { 648 .matches = { 657 .matches = { 666 .matches = { 675 .matches = { 684 .matches = { 693 .matches = { 702 .matches = { 711 .matches = { 720 .matches = { [all …]
|
/Linux-v5.10/sound/soc/intel/boards/ |
D | bytcr_rt5640.c | 391 .matches = { 403 .matches = { 415 .matches = { 425 .matches = { 437 .matches = { 448 .matches = { 459 .matches = { 472 .matches = { 487 .matches = { 494 .matches = { [all …]
|
D | cht_bsw_max98090_ti.c | 414 .matches = { 421 .matches = { 428 .matches = { 435 .matches = { 442 .matches = { 449 .matches = { 456 .matches = { 463 .matches = { 470 .matches = { 477 .matches = { [all …]
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dpipe.c | 368 mlxsw_sp_dpipe_table_host_match_action_prepare(struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_host_match_action_prepare() argument 374 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF]; in mlxsw_sp_dpipe_table_host_match_action_prepare() 379 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP]; in mlxsw_sp_dpipe_table_host_match_action_prepare() 403 struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_host_entry_prepare() argument 417 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF]; in mlxsw_sp_dpipe_table_host_entry_prepare() 426 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP]; in mlxsw_sp_dpipe_table_host_entry_prepare() 622 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; in mlxsw_sp_dpipe_table_host_entries_dump() local 628 memset(matches, 0, MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT * in mlxsw_sp_dpipe_table_host_entries_dump() 629 sizeof(matches[0])); in mlxsw_sp_dpipe_table_host_entries_dump() 634 mlxsw_sp_dpipe_table_host_match_action_prepare(matches, &action, type); in mlxsw_sp_dpipe_table_host_entries_dump() [all …]
|
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | dmi.c | 46 .matches = { 57 .matches = { 75 .matches = { 85 .matches = { 95 .matches = { 105 .matches = {
|