Home
last modified time | relevance | path

Searched refs:hotplug_mask (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-eh.c1519 u32 hotplug_mask; in ata_eh_analyze_serror() local
1540 hotplug_mask = 0; /* hotplug doesn't work w/ LPM */ in ata_eh_analyze_serror()
1542 hotplug_mask = SERR_PHYRDY_CHG | SERR_DEV_XCHG; in ata_eh_analyze_serror()
1544 hotplug_mask = SERR_PHYRDY_CHG; in ata_eh_analyze_serror()
1546 if (serror & hotplug_mask) in ata_eh_analyze_serror()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c392 hotplug_mask_func hotplug_mask) in intel_hpd_hotplug_mask() argument
398 hotplug |= hotplug_mask(pin); in intel_hpd_hotplug_mask()