Home
last modified time | relevance | path

Searched refs:event_bits (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/i915/display/
A Dintel_hotplug.c435 display->hotplug.event_bits |= old_bits; in i915_digport_work_func()
487 hpd_event_bits = hotplug->event_bits & ~blocked_hpd_pin_mask; in i915_hotplug_work_func()
488 hotplug->event_bits &= ~hpd_event_bits; in i915_hotplug_work_func()
667 display->hotplug.event_bits |= BIT(pin); in intel_hpd_irq_handler()
675 display->hotplug.event_bits &= ~BIT(pin); in intel_hpd_irq_handler()
978 display->hotplug.event_bits = 0; in intel_hpd_cancel_work()
1003 if ((hotplug->event_bits | hotplug->retry_bits) & ~blocked_hpd_pin_mask) in queue_work_for_missed_irqs()
1139 hotplug->event_bits &= ~BIT(pin); in intel_hpd_clear_and_unblock()
A Dintel_display_core.h169 u32 event_bits; member
A Dintel_dp.c6287 display->hotplug.event_bits |= BIT(hpd_pin); in intel_dp_oob_hotplug_event()
/drivers/usb/core/
A Dhub.h37 unsigned long event_bits[1]; /* status change bitmask */ member
50 #error event_bits[] is too short!
A Dhub.c804 hub->event_bits[0] = bits; in hub_irq()
1223 set_bit(port1, hub->event_bits); in hub_activate()
1291 set_bit(port1, hub->event_bits); in hub_activate()
5757 clear_bit(port1, hub->event_bits); in port_event()
5894 (u16) hub->event_bits[0]); in hub_event()
5937 if (test_bit(i, hub->event_bits) in hub_event()
5959 if (test_and_clear_bit(0, hub->event_bits) == 0) in hub_event()

Completed in 28 milliseconds