Home
last modified time | relevance | path

Searched refs:force_probe (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/eisa/
H A Dvirtual_root.c22 static int force_probe = EISA_FORCE_PROBE_DEFAULT; variable
56 eisa_bus_root.force_probe = force_probe; in virtual_eisa_root_init()
70 module_param (force_probe, int, 0444);
H A Deisa-bus.c328 if (!root->force_probe) in eisa_probe()
330 goto force_probe; in eisa_probe()
336 if (!root->force_probe) in eisa_probe()
338 goto force_probe; in eisa_probe()
350 force_probe: in eisa_probe()
/openbmc/linux/arch/mips/sni/
H A Deisa.c29 .force_probe = 1,
/openbmc/linux/Documentation/gpu/rfc/
H A Dxe.rst48 However, the force_probe mechanism existent in both drivers will allow only one
55 i915.force_probe=!5690 xe.force_probe=5690
59 force_probe parameter while the driver is under development. This protection is
65 forever experimental and dependent on the usage of force_probe for these
70 Xe driver will be protected with both STAGING Kconfig and force_probe. Changes in
73 ‘no regression’ rule. Then force_probe will be lifted only for future platforms
/openbmc/linux/include/linux/
H A Deisa.h98 int force_probe; /* Probe even when no slot 0 */ member
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_params.h77 param(char *, force_probe, CONFIG_DRM_I915_FORCE_PROBE, 0400) \
H A Di915_params.c127 i915_param_named_unsafe(force_probe, charp, 0400,
H A Di915_pci.c984 return device_id_in_list(device_id, i915_modparams.force_probe, false); in id_forced()
989 return device_id_in_list(device_id, i915_modparams.force_probe, true); in id_blocked()
H A DKconfig63 This is the default value for the i915.force_probe module
/openbmc/linux/Documentation/driver-api/
H A Deisa.rst60 int force_probe; /* Probe even when no slot 0 */
72 force_probe Probe even when slot 0 is empty (no EISA mainboard)
196 virtual_root.force_probe