Home
last modified time | relevance | path

Searched refs:check_event (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h77 int check_event; member
H A Dhisi_uncore_ddrc_pmu.c349 ddrc_pmu->check_event = 7; in hisi_ddrc_pmu_dev_probe()
H A Dhisi_uncore_l3c_pmu.c351 l3c_pmu->check_event = 0x59; in hisi_l3c_pmu_dev_probe()
H A Dhisi_uncore_hha_pmu.c361 hha_pmu->check_event = 0x65; in hisi_hha_pmu_dev_probe()
H A Dhisi_uncore_pmu.c163 if (event->attr.config > hisi_pmu->check_event) in hisi_uncore_pmu_event_init()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defistub.h238 void *check_event; member
298 u32 check_event; member
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h75 efi_status_t (EFIAPI *check_event)(struct efi_event *event);
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1255 .check_event = efi_check_event,