Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/core/
Dhub.h36 unsigned long event_bits[1]; /* status change bitmask */ member
49 #error event_bits[] is too short!
Dhub.c780 hub->event_bits[0] = bits; in hub_irq()
1198 set_bit(port1, hub->event_bits); in hub_activate()
1266 set_bit(port1, hub->event_bits); in hub_activate()
5649 clear_bit(port1, hub->event_bits); in port_event()
5783 (u16) hub->event_bits[0]); in hub_event()
5826 if (test_bit(i, hub->event_bits) in hub_event()
5848 if (test_and_clear_bit(0, hub->event_bits) == 0) in hub_event()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_hotplug.c341 dev_priv->display.hotplug.event_bits |= old_bits; in i915_digport_work_func()
387 hpd_event_bits = dev_priv->display.hotplug.event_bits; in i915_hotplug_work_func()
388 dev_priv->display.hotplug.event_bits = 0; in i915_hotplug_work_func()
566 dev_priv->display.hotplug.event_bits |= BIT(pin); in intel_hpd_irq_handler()
572 dev_priv->display.hotplug.event_bits &= ~BIT(pin); in intel_hpd_irq_handler()
767 dev_priv->display.hotplug.event_bits = 0; in intel_hpd_cancel_work()
Dintel_display_core.h163 u32 event_bits; member
Dintel_dp.c5262 i915->display.hotplug.event_bits |= BIT(encoder->hpd_pin); in intel_dp_oob_hotplug_event()