| /Linux-v5.4/drivers/mmc/host/ |
| D | dw_mmc.c | 181 (u32 *)&host->pending_events); in dw_mci_init_debugfs() 387 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto() 428 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma() 491 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma() 1290 host->pending_events = 0; in __dw_mci_start_request() 1330 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request() 1918 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto() 1926 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete() 1937 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete() 1944 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete() [all …]
|
| D | atmel-mci.c | 329 unsigned long pending_events; member 396 test_and_clear_bit(event, &host->pending_events) 400 set_bit(event, &host->pending_events) 588 (u32 *)&host->pending_events); in atmci_init_debugfs() 1238 host->pending_events = 0; in atmci_start_request() 1731 state, host->pending_events, host->completed_events, in atmci_tasklet_func()
|
| D | dw_mmc.h | 194 unsigned long pending_events; member
|
| /Linux-v5.4/drivers/pci/hotplug/ |
| D | pciehp_ctrl.c | 127 &ctrl->pending_events); in remove_board() 139 atomic_or(action, &ctrl->pending_events); in pciehp_request() 378 !atomic_read(&ctrl->pending_events)); in pciehp_sysfs_enable_slot() 411 !atomic_read(&ctrl->pending_events)); in pciehp_sysfs_disable_slot()
|
| D | pciehp_hpc.c | 260 &ctrl->pending_events); in pciehp_check_link_status() 515 atomic_or(RERUN_ISR, &ctrl->pending_events); in pciehp_isr() 575 atomic_or(events, &ctrl->pending_events); in pciehp_isr() 589 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) { in pciehp_ist() 599 events = atomic_xchg(&ctrl->pending_events, 0); in pciehp_ist() 645 atomic_read(&ctrl->pending_events)) in pciehp_poll()
|
| D | pciehp.h | 93 atomic_t pending_events; /* event handling */ member
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | lapic.h | 61 unsigned long pending_events; member 211 return lapic_in_kernel(vcpu) && vcpu->arch.apic->pending_events; in kvm_apic_has_events() 222 return lapic_in_kernel(vcpu) && test_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events); in kvm_lapic_latched_init()
|
| D | lapic.c | 1092 apic->pending_events = (1UL << KVM_APIC_INIT); in __apic_accept_irq() 1106 set_bit(KVM_APIC_SIPI, &apic->pending_events); in __apic_accept_irq() 2701 if (!lapic_in_kernel(vcpu) || !apic->pending_events) in kvm_apic_accept_events() 2714 if (test_bit(KVM_APIC_SIPI, &apic->pending_events)) in kvm_apic_accept_events() 2715 clear_bit(KVM_APIC_SIPI, &apic->pending_events); in kvm_apic_accept_events() 2719 pe = xchg(&apic->pending_events, 0); in kvm_apic_accept_events()
|
| D | x86.c | 3830 set_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events); in kvm_vcpu_ioctl_x86_set_vcpu_events() 3832 clear_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events); in kvm_vcpu_ioctl_x86_set_vcpu_events() 8713 set_bit(KVM_APIC_SIPI, &vcpu->arch.apic->pending_events); in kvm_arch_vcpu_ioctl_set_mpstate()
|
| /Linux-v5.4/drivers/virt/vboxguest/ |
| D | vboxguest_core.h | 75 u32 pending_events; member
|
| D | vboxguest_core.c | 1018 events = gdev->pending_events & event_mask; in vbg_wait_event_cond() 1031 u32 events = gdev->pending_events & event_mask; in vbg_consume_events_locked() 1033 gdev->pending_events &= ~events; in vbg_consume_events_locked() 1637 gdev->pending_events |= events; in vbg_core_isr()
|
| /Linux-v5.4/drivers/gpu/drm/i915/gvt/ |
| D | scheduler.h | 96 DECLARE_BITMAP(pending_events, INTEL_GVT_EVENT_MAX);
|
| D | interrupt.h | 209 DECLARE_BITMAP(pending_events, INTEL_GVT_EVENT_MAX);
|
| D | cmd_parser.c | 1157 s->workload->pending_events); in cmd_handler_pipe_control() 1164 s->workload->pending_events); in cmd_handler_mi_user_interrupt() 1678 s->workload->pending_events); in cmd_handler_mi_flush_dw()
|
| D | scheduler.c | 937 for_each_set_bit(event, workload->pending_events, in complete_current_workload()
|
| /Linux-v5.4/include/scsi/ |
| D | scsi_device.h | 206 DECLARE_BITMAP(pending_events, SDEV_EVT_MAXBITS); /* pending events */
|
| /Linux-v5.4/drivers/usb/dwc3/ |
| D | gadget.c | 3224 dwc->pending_events = true; in dwc3_check_event_buf() 3458 if (dwc->pending_events) { in dwc3_gadget_process_pending_events() 3460 dwc->pending_events = false; in dwc3_gadget_process_pending_events()
|
| D | core.h | 1191 unsigned pending_events:1; member
|
| /Linux-v5.4/drivers/scsi/ |
| D | scsi_error.c | 465 set_bit(evt_type, sdev->pending_events); in scsi_report_sense()
|
| D | scsi_lib.c | 2420 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread()
|
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | nested.c | 3461 test_bit(KVM_APIC_INIT, &apic->pending_events)) { in vmx_check_nested_events()
|