Searched refs:supported_events (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 126 DECLARE_BITMAP(supported_events, SMMU_PMCG_ARCH_MAX_EVENTS); 420 (!test_bit(event_id, smmu_pmu->supported_events))) { in smmu_pmu_event_init() 591 if (test_bit(pmu_attr->id, smmu_pmu->supported_events)) in smmu_pmu_event_is_visible() 900 bitmap_from_arr32(smmu_pmu->supported_events, (u32 *)ceid_64, in smmu_pmu_probe()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_sysfs.c | 989 int val = test_bit(SDEV_EVT_##Cap_name, sdev->supported_events);\ 1001 clear_bit(SDEV_EVT_##Cap_name, sdev->supported_events); \ 1003 set_bit(SDEV_EVT_##Cap_name, sdev->supported_events); \
|
H A D | scsi_lib.c | 2550 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send()
|
/openbmc/qemu/hw/ide/ |
H A D | atapi.c | 638 uint8_t supported_events; in cmd_get_event_status_notification() member 665 gesn_event_header->supported_events = 1 << GESN_MEDIA; in cmd_get_event_status_notification()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_device.h | 251 DECLARE_BITMAP(supported_events, SDEV_EVT_MAXBITS); /* supported events */
|
/openbmc/linux/drivers/ata/ |
H A D | libata-scsi.c | 1122 set_bit(SDEV_EVT_MEDIA_CHANGE, sdev->supported_events); in ata_scsi_dev_config()
|