Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dhub.h37 unsigned long event_bits[1]; /* status change bitmask */ member
50 #error event_bits[] is too short!
H A Dhub.c797 hub->event_bits[0] = bits; in hub_irq()
1215 set_bit(port1, hub->event_bits); in hub_activate()
1283 set_bit(port1, hub->event_bits); in hub_activate()
5711 clear_bit(port1, hub->event_bits); in port_event()
5845 (u16) hub->event_bits[0]); in hub_event()
5888 if (test_bit(i, hub->event_bits) in hub_event()
5910 if (test_and_clear_bit(0, hub->event_bits) == 0) in hub_event()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c390 dev_priv->display.hotplug.event_bits |= old_bits; in i915_digport_work_func()
436 hpd_event_bits = dev_priv->display.hotplug.event_bits; in i915_hotplug_work_func()
437 dev_priv->display.hotplug.event_bits = 0; in i915_hotplug_work_func()
615 dev_priv->display.hotplug.event_bits |= BIT(pin); in intel_hpd_irq_handler()
621 dev_priv->display.hotplug.event_bits &= ~BIT(pin); in intel_hpd_irq_handler()
905 dev_priv->display.hotplug.event_bits = 0; in intel_hpd_cancel_work()
954 if (i915->display.hotplug.event_bits || in queue_work_for_missed_irqs()
H A Dintel_display_core.h170 u32 event_bits; member
H A Dintel_dp.c6420 i915->display.hotplug.event_bits |= BIT(hpd_pin); in intel_dp_oob_hotplug_event()