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

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

Completed in 188 milliseconds