Home
last modified time | relevance | path

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

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h67 void (*enable_filter)(struct perf_event *event); member
H A Dhisi_uncore_pmu.c272 if (hisi_pmu->ops->enable_filter) in hisi_uncore_pmu_enable_event()
273 hisi_pmu->ops->enable_filter(event); in hisi_uncore_pmu_enable_event()
H A Dhisi_uncore_pa_pmu.c423 .enable_filter = hisi_pa_pmu_enable_filter,
H A Dhisi_uncore_l3c_pmu.c473 .enable_filter = hisi_l3c_pmu_enable_filter,
H A Dhisi_uncore_uc_pmu.c462 .enable_filter = hisi_uc_pmu_enable_filter,
H A Dhisi_uncore_sllc_pmu.c459 .enable_filter = hisi_sllc_pmu_enable_filter,
/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);
/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()