Home
last modified time | relevance | path

Searched refs:supported_events (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/perf/
H A Darm_smmuv3_pmu.c126 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 Dscsi_sysfs.c989 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 Dscsi_lib.c2550 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send()
/openbmc/qemu/hw/ide/
H A Datapi.c638 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 Dscsi_device.h251 DECLARE_BITMAP(supported_events, SDEV_EVT_MAXBITS); /* supported events */
/openbmc/linux/drivers/ata/
H A Dlibata-scsi.c1122 set_bit(SDEV_EVT_MEDIA_CHANGE, sdev->supported_events); in ata_scsi_dev_config()