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
809
if (!(loongson_sysconf.workarounds & WORKAROUND_CPUHOTPLUG))
arch/mips/loongson64/smp.c
826
if (!(loongson_sysconf.workarounds & WORKAROUND_CPUHOTPLUG))
drivers/firewire/sbp2.c
103
module_param_named(workarounds, sbp2_param_workarounds, int, 0644);
drivers/firewire/sbp2.c
104
MODULE_PARM_DESC(workarounds, "Work around device bugs (default = 0"
drivers/firewire/sbp2.c
1110
w |= sbp2_workarounds_table[i].workarounds;
drivers/firewire/sbp2.c
1118
tgt->workarounds = w;
drivers/firewire/sbp2.c
1504
if (lu->tgt->workarounds & SBP2_WORKAROUND_INQUIRY_36)
drivers/firewire/sbp2.c
1527
lu->tgt->workarounds & SBP2_WORKAROUND_MODE_SENSE_8)
drivers/firewire/sbp2.c
1530
if (lu->tgt->workarounds & SBP2_WORKAROUND_FIX_CAPACITY)
drivers/firewire/sbp2.c
1533
if (lu->tgt->workarounds & SBP2_WORKAROUND_POWER_CONDITION)
drivers/firewire/sbp2.c
1536
if (lu->tgt->workarounds & SBP2_WORKAROUND_128K_MAX_TRANS)
drivers/firewire/sbp2.c
161
unsigned int workarounds;
drivers/firewire/sbp2.c
333
unsigned int workarounds;
drivers/firewire/sbp2.c
338
.workarounds = SBP2_WORKAROUND_INQUIRY_36 |
drivers/firewire/sbp2.c
345
.workarounds = SBP2_WORKAROUND_POWER_CONDITION,
drivers/firewire/sbp2.c
350
.workarounds = SBP2_WORKAROUND_INQUIRY_36,
drivers/firewire/sbp2.c
355
.workarounds = SBP2_WORKAROUND_POWER_CONDITION,
drivers/firewire/sbp2.c
360
.workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
drivers/firewire/sbp2.c
365
.workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
drivers/firewire/sbp2.c
374
.workarounds = SBP2_WORKAROUND_128K_MAX_TRANS |
drivers/firewire/sbp2.c
380
.workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
drivers/firewire/sbp2.c
385
.workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
drivers/firewire/sbp2.c
390
.workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
drivers/firewire/sbp2.c
395
.workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
drivers/firewire/sbp2.c
861
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
125
workarounds(xe, &p);