Home
last modified time | relevance | path

Searched refs:enable_filter (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h67 void (*enable_filter)(struct perf_event *event); member
H A Dhisi_uncore_pmu.c250 if (hisi_pmu->ops->enable_filter) in hisi_uncore_pmu_enable_event()
251 hisi_pmu->ops->enable_filter(event); in hisi_uncore_pmu_enable_event()
H A Dhisi_uncore_pa_pmu.c449 .enable_filter = hisi_pa_pmu_enable_filter,
H A Dhisi_uncore_hha_pmu.c462 .enable_filter = hisi_hha_pmu_enable_filter,
H A Dhisi_uncore_sllc_pmu.c394 .enable_filter = hisi_sllc_pmu_enable_filter,
H A Dhisi_uncore_uc_pmu.c487 .enable_filter = hisi_uc_pmu_enable_filter,
H A Dhisi_uncore_l3c_pmu.c496 .enable_filter = hisi_l3c_pmu_enable_filter,
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dacx.c341 bool enable_filter) in wl1271_acx_beacon_filter_opt() argument
347 enable_filter); in wl1271_acx_beacon_filter_opt()
349 if (enable_filter && in wl1271_acx_beacon_filter_opt()
360 beacon_filter->enable = enable_filter; in wl1271_acx_beacon_filter_opt()
H A Dacx.h1049 bool enable_filter);
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dacx.c461 int wl1251_acx_beacon_filter_opt(struct wl1251 *wl, bool enable_filter) in wl1251_acx_beacon_filter_opt() argument
472 beacon_filter->enable = enable_filter; in wl1251_acx_beacon_filter_opt()
H A Dacx.h1456 int wl1251_acx_beacon_filter_opt(struct wl1251 *wl, bool enable_filter);