| /linux-6.15/arch/x86/xen/ |
| H A D | xen-asm.S | 63 SYM_FUNC_START(check_events) 86 SYM_FUNC_END(check_events) 109 call check_events
|
| /linux-6.15/block/ |
| H A D | disk-events.c | 193 events = disk->fops->check_events(disk, clearing); in disk_check_events() 436 if (!disk->fops->check_events || !disk->events) in disk_alloc_events()
|
| /linux-6.15/rust/kernel/block/mq/ |
| H A D | gen_disk.rs | 121 check_events: None, in build()
|
| /linux-6.15/drivers/cdrom/ |
| H A D | gdrom.c | 468 .check_events = gdrom_check_events, 518 .check_events = gdrom_bdops_check_events,
|
| H A D | cdrom.c | 605 if (cdo->check_events == NULL) in register_cdrom() 1405 if (cdi->ops->check_events) in cdrom_select_disc() 1406 cdi->ops->check_events(cdi, 0, slot); in cdrom_select_disc() 1468 events = cdi->ops->check_events(cdi, clearing, CDSL_CURRENT); in cdrom_update_events()
|
| /linux-6.15/include/linux/ |
| H A D | cdrom.h | 76 unsigned int (*check_events) (struct cdrom_device_info *cdi, member
|
| H A D | blkdev.h | 1576 unsigned int (*check_events) (struct gendisk *disk, member
|
| /linux-6.15/drivers/scsi/ |
| H A D | sr.c | 127 .check_events = sr_check_events, 588 .check_events = sr_block_check_events,
|
| H A D | sd.c | 2142 .check_events = sd_check_events,
|
| /linux-6.15/drivers/md/ |
| H A D | dm-zoned-target.c | 613 if (disk->fops->check_events && in dmz_check_bdev() 614 disk->fops->check_events(disk, 0) & DISK_EVENT_MEDIA_CHANGE) { in dmz_check_bdev()
|
| H A D | md.c | 8018 .check_events = md_check_events,
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | apm_32.c | 1292 static void check_events(void) in check_events() function 1398 check_events(); in apm_event_handler()
|
| /linux-6.15/drivers/block/ |
| H A D | pktcdvd.c | 2594 if (!attached_disk || !attached_disk->fops->check_events) in pkt_check_events() 2596 return attached_disk->fops->check_events(attached_disk, clearing); in pkt_check_events() 2611 .check_events = pkt_check_events,
|
| H A D | swim.c | 745 .check_events = floppy_check_events,
|
| H A D | swim3.c | 1076 .check_events = floppy_check_events,
|
| H A D | ataflop.c | 1987 .check_events = floppy_check_events,
|
| H A D | amiflop.c | 1771 .check_events = amiga_check_events,
|
| H A D | floppy.c | 4229 .check_events = floppy_check_events,
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1895 int (*check_events)(struct kvm_vcpu *vcpu); member
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | nested.c | 1818 .check_events = svm_check_nested_events,
|
| /linux-6.15/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 215 unsigned int (*check_events)(struct cdrom_device_info *,
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | nested.c | 7311 .check_events = vmx_check_nested_events,
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 10224 return kvm_x86_ops.nested_ops->check_events(vcpu); in kvm_check_nested_events()
|