Searched refs:event_bits (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug.c | 338 dev_priv->hotplug.event_bits |= old_bits; in i915_digport_work_func() 382 hpd_event_bits = dev_priv->hotplug.event_bits; in i915_hotplug_work_func() 383 dev_priv->hotplug.event_bits = 0; in i915_hotplug_work_func() 543 dev_priv->hotplug.event_bits |= BIT(pin); in intel_hpd_irq_handler() 549 dev_priv->hotplug.event_bits &= ~BIT(pin); in intel_hpd_irq_handler() 701 dev_priv->hotplug.event_bits = 0; in intel_hpd_cancel_work()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.h | 36 unsigned long event_bits[1]; /* status change bitmask */ member 49 #error event_bits[] is too short!
|
H A D | hub.c | 756 hub->event_bits[0] = bits; in hub_irq() 1174 set_bit(port1, hub->event_bits); in hub_activate() 1242 set_bit(port1, hub->event_bits); in hub_activate() 5640 clear_bit(port1, hub->event_bits); 5759 (u16) hub->event_bits[0]); in hub_event() 5802 if (test_bit(i, hub->event_bits) in hub_event() 5824 if (test_and_clear_bit(0, hub->event_bits) == 0) in hub_event()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.h | 36 unsigned long event_bits[1]; /* status change bitmask */ member 49 #error event_bits[] is too short!
|
H A D | hub.c | 763 hub->event_bits[0] = bits; in hub_irq() 1181 set_bit(port1, hub->event_bits); in hub_activate() 1249 set_bit(port1, hub->event_bits); in hub_activate() 5658 clear_bit(port1, hub->event_bits); 5792 (u16) hub->event_bits[0]); in hub_event() 5835 if (test_bit(i, hub->event_bits) in hub_event() 5857 if (test_and_clear_bit(0, hub->event_bits) == 0) in hub_event()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug.c | 341 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()
|
H A D | intel_display_core.h | 163 u32 event_bits; member
|
H A D | intel_dp.c | 5269 i915->display.hotplug.event_bits |= BIT(encoder->hpd_pin); in intel_dp_oob_hotplug_event()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 159 u32 event_bits; member
|
Completed in 30 milliseconds