Symbol: workarounds
arch/mips/include/asm/mach-loongson64/boot_param.h
107
u64 workarounds; /* see workarounds.h */
arch/mips/include/asm/mach-loongson64/loongson.h
36
u64 workarounds;
arch/mips/loongson64/env.c
230
loongson_sysconf.workarounds = WORKAROUND_CPUFREQ;
arch/mips/loongson64/env.c
252
loongson_sysconf.workarounds = WORKAROUND_CPUHOTPLUG;
arch/mips/loongson64/env.c
289
loongson_sysconf.workarounds |= esys->workarounds;
arch/mips/loongson64/smp.c
819
if (!(loongson_sysconf.workarounds & WORKAROUND_CPUHOTPLUG))
arch/mips/loongson64/smp.c
836
if (!(loongson_sysconf.workarounds & WORKAROUND_CPUHOTPLUG))
drivers/firewire/sbp2.c
102
module_param_named(workarounds, sbp2_param_workarounds, int, 0644);
drivers/firewire/sbp2.c
103
MODULE_PARM_DESC(workarounds, "Work around device bugs (default = 0"
drivers/firewire/sbp2.c
1109
w |= sbp2_workarounds_table[i].workarounds;
drivers/firewire/sbp2.c
1117
tgt->workarounds = w;
drivers/firewire/sbp2.c
1503
if (lu->tgt->workarounds & SBP2_WORKAROUND_INQUIRY_36)
drivers/firewire/sbp2.c
1526
lu->tgt->workarounds & SBP2_WORKAROUND_MODE_SENSE_8)
drivers/firewire/sbp2.c
1529
if (lu->tgt->workarounds & SBP2_WORKAROUND_FIX_CAPACITY)
drivers/firewire/sbp2.c
1532
if (lu->tgt->workarounds & SBP2_WORKAROUND_POWER_CONDITION)
drivers/firewire/sbp2.c
1535
if (lu->tgt->workarounds & SBP2_WORKAROUND_128K_MAX_TRANS)
drivers/firewire/sbp2.c
160
unsigned int workarounds;
drivers/firewire/sbp2.c
332
unsigned int workarounds;
drivers/firewire/sbp2.c
337
.workarounds = SBP2_WORKAROUND_INQUIRY_36 |
drivers/firewire/sbp2.c
344
.workarounds = SBP2_WORKAROUND_POWER_CONDITION,
drivers/firewire/sbp2.c
349
.workarounds = SBP2_WORKAROUND_INQUIRY_36,
drivers/firewire/sbp2.c
354
.workarounds = SBP2_WORKAROUND_POWER_CONDITION,
drivers/firewire/sbp2.c
359
.workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
drivers/firewire/sbp2.c
364
.workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
drivers/firewire/sbp2.c
373
.workarounds = SBP2_WORKAROUND_128K_MAX_TRANS |
drivers/firewire/sbp2.c
379
.workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
drivers/firewire/sbp2.c
384
.workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
drivers/firewire/sbp2.c
389
.workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
drivers/firewire/sbp2.c
394
.workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
drivers/firewire/sbp2.c
860
if (lu->tgt->workarounds & SBP2_WORKAROUND_DELAY_INQUIRY)
drivers/gpu/drm/i915/selftests/i915_live_selftests.h
20
selftest(workarounds, intel_workarounds_live_selftests)
drivers/gpu/drm/xe/xe_debugfs.c
160
workarounds(xe, &p);