Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/linux/drivers/counter/
H A Dcounter-core.c31 struct counter_device counter; member
43 struct counter_device *const counter = in counter_device_release() local
70 counter_priv(const struct counter_device * const counter) counter_priv() argument
91 struct counter_device *counter; counter_alloc() local
139 counter_put(struct counter_device * counter) counter_put() argument
153 counter_add(struct counter_device * counter) counter_add() argument
178 counter_unregister(struct counter_device * const counter) counter_unregister() argument
194 devm_counter_release(void * counter) devm_counter_release() argument
199 devm_counter_put(void * counter) devm_counter_put() argument
214 struct counter_device *counter; devm_counter_alloc() local
238 devm_counter_add(struct device * dev,struct counter_device * const counter) devm_counter_add() argument
[all...]
H A Dti-ecap-capture.c100 static u8 ecap_cnt_capture_get_evmode(struct counter_device *counter) in ecap_cnt_capture_get_evmode() argument
112 static void ecap_cnt_capture_set_evmode(struct counter_device *counter, u8 ev_mode) in ecap_cnt_capture_set_evmode() argument
121 ecap_cnt_capture_enable(struct counter_device * counter) ecap_cnt_capture_enable() argument
136 ecap_cnt_capture_disable(struct counter_device * counter) ecap_cnt_capture_disable() argument
149 ecap_cnt_count_get_val(struct counter_device * counter,unsigned int reg) ecap_cnt_count_get_val() argument
161 ecap_cnt_count_set_val(struct counter_device * counter,unsigned int reg,u32 val) ecap_cnt_count_set_val() argument
170 ecap_cnt_count_read(struct counter_device * counter,struct counter_count * count,u64 * val) ecap_cnt_count_read() argument
178 ecap_cnt_count_write(struct counter_device * counter,struct counter_count * count,u64 val) ecap_cnt_count_write() argument
189 ecap_cnt_function_read(struct counter_device * counter,struct counter_count * count,enum counter_function * function) ecap_cnt_function_read() argument
198 ecap_cnt_action_read(struct counter_device * counter,struct counter_count * count,struct counter_synapse * synapse,enum counter_synapse_action * action) ecap_cnt_action_read() argument
210 ecap_cnt_watch_validate(struct counter_device * counter,const struct counter_watch * watch) ecap_cnt_watch_validate() argument
225 ecap_cnt_clk_get_freq(struct counter_device * counter,struct counter_signal * signal,u64 * freq) ecap_cnt_clk_get_freq() argument
235 ecap_cnt_pol_read(struct counter_device * counter,struct counter_signal * signal,size_t idx,enum counter_signal_polarity * pol) ecap_cnt_pol_read() argument
251 ecap_cnt_pol_write(struct counter_device * counter,struct counter_signal * signal,size_t idx,enum counter_signal_polarity pol) ecap_cnt_pol_write() argument
267 ecap_cnt_cap_read(struct counter_device * counter,struct counter_count * count,size_t idx,u64 * cap) ecap_cnt_cap_read() argument
276 ecap_cnt_cap_write(struct counter_device * counter,struct counter_count * count,size_t idx,u64 cap) ecap_cnt_cap_write() argument
288 ecap_cnt_nb_ovf_read(struct counter_device * counter,struct counter_count * count,u64 * val) ecap_cnt_nb_ovf_read() argument
298 ecap_cnt_nb_ovf_write(struct counter_device * counter,struct counter_count * count,u64 val) ecap_cnt_nb_ovf_write() argument
311 ecap_cnt_ceiling_read(struct counter_device * counter,struct counter_count * count,u64 * val) ecap_cnt_ceiling_read() argument
319 ecap_cnt_enable_read(struct counter_device * counter,struct counter_count * count,u8 * enable) ecap_cnt_enable_read() argument
329 ecap_cnt_enable_write(struct counter_device * counter,struct counter_count * count,u8 enable) ecap_cnt_enable_write() argument
[all...]
H A Drz-mtu3-cnt.c97 static inline struct rz_mtu3_channel *rz_mtu3_get_ch(struct counter_device *counter, int id) in rz_mtu3_get_ch()
105 static bool rz_mtu3_is_counter_invalid(struct counter_device *counter, int id) in rz_mtu3_is_counter_invalid()
123 static int rz_mtu3_lock_if_counter_is_valid(struct counter_device *counter, in rz_mtu3_lock_if_counter_is_valid()
157 static int rz_mtu3_count_read(struct counter_device *counter, in rz_mtu3_count_read()
179 static int rz_mtu3_count_write(struct counter_device *counter, in rz_mtu3_count_write()
231 static int rz_mtu3_count_function_read(struct counter_device *counter, in rz_mtu3_count_function_read()
249 static int rz_mtu3_count_function_write(struct counter_device *counter, in rz_mtu3_count_function_write()
290 static int rz_mtu3_count_direction_read(struct counter_device *counter, in rz_mtu3_count_direction_read()
314 static int rz_mtu3_count_ceiling_read(struct counter_device *counter, in rz_mtu3_count_ceiling_read()
345 static int rz_mtu3_count_ceiling_write(struct counter_device *counter, in rz_mtu3_count_ceiling_write()
[all …]
H A Dcounter-chrdev.c68 struct counter_device *const counter = filp->private_data; in counter_chrdev_read() local
106 struct counter_device *const counter = filp->private_data; in counter_chrdev_poll() local
138 static int counter_set_event_node(struct counter_device *const counter, in counter_set_event_node()
195 static int counter_enable_events(struct counter_device *const counter) in counter_enable_events()
216 static int counter_disable_events(struct counter_device *const counter) in counter_disable_events()
264 static int counter_add_watch(struct counter_device *const counter, in counter_add_watch()
385 struct counter_device *const counter = filp->private_data; in counter_chrdev_ioctl() local
416 struct counter_device *const counter = container_of(inode->i_cdev, in counter_chrdev_open() local
428 struct counter_device *const counter = filp->private_data; in counter_chrdev_release() local
465 int counter_chrdev_add(struct counter_device *const counter) in counter_chrdev_add()
[all …]
H A D104-quad-8.c215 static int quad8_signal_read(struct counter_device *counter, in quad8_signal_read()
235 static int quad8_count_read(struct counter_device *counter, in quad8_count_read()
283 static int quad8_count_write(struct counter_device *counter, in quad8_count_write()
345 static int quad8_function_read(struct counter_device *counter, in quad8_function_read()
362 static int quad8_function_write(struct counter_device *counter, in quad8_function_write()
410 static int quad8_direction_read(struct counter_device *counter, in quad8_direction_read()
439 static int quad8_action_read(struct counter_device *counter, in quad8_action_read()
504 static int quad8_events_configure(struct counter_device *counter) in quad8_events_configure()
557 static int quad8_watch_validate(struct counter_device *counter, in quad8_watch_validate()
596 static int quad8_index_polarity_get(struct counter_device *counter, in quad8_index_polarity_get()
[all …]
H A Dinterrupt-cnt.c29 struct counter_device *counter = dev_id; in interrupt_cnt_isr() local
39 static int interrupt_cnt_enable_read(struct counter_device *counter, in interrupt_cnt_enable_read()
49 static int interrupt_cnt_enable_write(struct counter_device *counter, in interrupt_cnt_enable_write()
77 static int interrupt_cnt_action_read(struct counter_device *counter, in interrupt_cnt_action_read()
87 static int interrupt_cnt_read(struct counter_device *counter, in interrupt_cnt_read()
97 static int interrupt_cnt_write(struct counter_device *counter, in interrupt_cnt_write()
114 static int interrupt_cnt_function_read(struct counter_device *counter, in interrupt_cnt_function_read()
123 static int interrupt_cnt_signal_read(struct counter_device *counter, in interrupt_cnt_signal_read()
142 static int interrupt_cnt_watch_validate(struct counter_device *counter, in interrupt_cnt_watch_validate()
164 struct counter_device *counter; in interrupt_cnt_probe() local
H A Dstm32-timer-cnt.c71 static int stm32_count_write(struct counter_device *counter, in stm32_count_function_read() argument
46 stm32_count_read(struct counter_device * counter,struct counter_count * count,u64 * val) stm32_count_read() argument
58 stm32_count_write(struct counter_device * counter,struct counter_count * count,const u64 val) stm32_count_write() argument
98 stm32_count_function_write(struct counter_device * counter,struct counter_count * count,enum counter_function function) stm32_count_function_write() argument
138 stm32_count_direction_read(struct counter_device * counter,struct counter_count * count,enum counter_count_direction * direction) stm32_count_direction_read() argument
152 stm32_count_ceiling_read(struct counter_device * counter,struct counter_count * count,u64 * ceiling) stm32_count_ceiling_read() argument
165 stm32_count_ceiling_write(struct counter_device * counter,struct counter_count * count,u64 ceiling) stm32_count_ceiling_write() argument
180 stm32_count_enable_read(struct counter_device * counter,struct counter_count * count,u8 * enable) stm32_count_enable_read() argument
193 stm32_count_enable_write(struct counter_device * counter,struct counter_count * count,u8 enable) stm32_count_enable_write() argument
231 stm32_action_read(struct counter_device * counter,struct counter_count * count,struct counter_synapse * synapse,enum counter_synapse_action * action) stm32_action_read() argument
319 struct counter_device *counter; stm32_timer_cnt_probe() local
[all...]
H A Dti-eqep.c85 struct counter_device counter; member
90 static struct ti_eqep_cnt *ti_eqep_count_from_counter(struct counter_device *counter) in ti_eqep_count_from_counter() argument
95 static int ti_eqep_count_read(struct counter_device *counter, in ti_eqep_count_read() argument
107 static int ti_eqep_count_write(struct counter_device *counter, in ti_eqep_count_write() argument
120 static int ti_eqep_function_read(struct counter_device *counter, in ti_eqep_function_read() argument
147 ti_eqep_function_write(struct counter_device * counter,struct counter_count * count,enum counter_function function) ti_eqep_function_write() argument
176 ti_eqep_action_read(struct counter_device * counter,struct counter_count * count,struct counter_synapse * synapse,enum counter_synapse_action * action) ti_eqep_action_read() argument
249 ti_eqep_position_ceiling_read(struct counter_device * counter,struct counter_count * count,u64 * ceiling) ti_eqep_position_ceiling_read() argument
263 ti_eqep_position_ceiling_write(struct counter_device * counter,struct counter_count * count,u64 ceiling) ti_eqep_position_ceiling_write() argument
277 ti_eqep_position_enable_read(struct counter_device * counter,struct counter_count * count,u8 * enable) ti_eqep_position_enable_read() argument
290 ti_eqep_position_enable_write(struct counter_device * counter,struct counter_count * count,u8 enable) ti_eqep_position_enable_write() argument
376 struct counter_device *counter; ti_eqep_probe() local
430 struct counter_device *counter = platform_get_drvdata(pdev); ti_eqep_remove() local
[all...]
H A Dcounter-sysfs.c109 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u8_show() local
141 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u8_store() local
177 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u32_show() local
242 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u32_store() local
306 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u64_show() local
334 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u64_store() local
366 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_array_u32_show() local
388 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_array_u32_store() local
416 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_array_u64_show() local
448 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_array_u64_store() local
[all …]
H A Dstm32-lptimer-cnt.c140 static int stm32_lptim_cnt_read(struct counter_device *counter, in stm32_lptim_cnt_read()
156 static int stm32_lptim_cnt_function_read(struct counter_device *counter, in stm32_lptim_cnt_function_read()
175 static int stm32_lptim_cnt_function_write(struct counter_device *counter, in stm32_lptim_cnt_function_write()
198 static int stm32_lptim_cnt_enable_read(struct counter_device *counter, in stm32_lptim_cnt_enable_read()
214 static int stm32_lptim_cnt_enable_write(struct counter_device *counter, in stm32_lptim_cnt_enable_write()
239 static int stm32_lptim_cnt_ceiling_read(struct counter_device *counter, in stm32_lptim_cnt_ceiling_read()
250 static int stm32_lptim_cnt_ceiling_write(struct counter_device *counter, in stm32_lptim_cnt_ceiling_write()
274 static int stm32_lptim_cnt_action_read(struct counter_device *counter, in stm32_lptim_cnt_action_read()
318 static int stm32_lptim_cnt_action_write(struct counter_device *counter, in stm32_lptim_cnt_action_write()
413 struct counter_device *counter; in stm32_lptim_cnt_probe() local
H A Dintel-qep.c108 static int intel_qep_count_read(struct counter_device *counter, in intel_qep_count_read()
124 static int intel_qep_function_read(struct counter_device *counter, in intel_qep_function_read()
137 static int intel_qep_action_read(struct counter_device *counter, in intel_qep_action_read()
175 static int intel_qep_ceiling_read(struct counter_device *counter, in intel_qep_ceiling_read()
187 static int intel_qep_ceiling_write(struct counter_device *counter, in intel_qep_ceiling_write()
212 static int intel_qep_enable_read(struct counter_device *counter, in intel_qep_enable_read()
222 static int intel_qep_enable_write(struct counter_device *counter, in intel_qep_enable_write()
254 static int intel_qep_spike_filter_ns_read(struct counter_device *counter, in intel_qep_spike_filter_ns_read()
275 static int intel_qep_spike_filter_ns_write(struct counter_device *counter, in intel_qep_spike_filter_ns_write()
324 static int intel_qep_preset_enable_read(struct counter_device *counter, in intel_qep_preset_enable_read()
[all …]
H A Di8254.c57 static int i8254_count_read(struct counter_device *const counter, struct counter_count *const count, in i8254_count_read()
84 static int i8254_function_read(struct counter_device *const counter, in i8254_function_read()
96 static int i8254_action_read(struct counter_device *const counter, in i8254_action_read()
125 static int i8254_count_ceiling_read(struct counter_device *const counter, in i8254_count_ceiling_read()
156 static int i8254_count_mode_read(struct counter_device *const counter, in i8254_count_mode_read()
187 static int i8254_count_mode_write(struct counter_device *const counter, in i8254_count_mode_write()
232 static int i8254_count_floor_read(struct counter_device *const counter, in i8254_count_floor_read()
258 static int i8254_count_preset_read(struct counter_device *const counter, in i8254_count_preset_read()
268 static int i8254_count_preset_write(struct counter_device *const counter, in i8254_count_preset_write()
406 struct counter_device *counter; in devm_i8254_regmap_register() local
H A Dmicrochip-tcb-capture.c68 static int mchp_tc_count_function_read(struct counter_device *counter, in mchp_tc_count_function_read()
82 static int mchp_tc_count_function_write(struct counter_device *counter, in mchp_tc_count_function_write()
144 static int mchp_tc_count_signal_read(struct counter_device *counter, in mchp_tc_count_signal_read()
164 static int mchp_tc_count_action_read(struct counter_device *counter, in mchp_tc_count_action_read()
203 static int mchp_tc_count_action_write(struct counter_device *counter, in mchp_tc_count_action_write()
238 static int mchp_tc_count_read(struct counter_device *counter, in mchp_tc_count_read()
307 struct counter_device *counter; in mchp_tc_probe() local
H A Dftm-quaddec.c117 static int ftm_quaddec_get_prescaler(struct counter_device *counter, in ftm_quaddec_get_prescaler()
130 static int ftm_quaddec_set_prescaler(struct counter_device *counter, in ftm_quaddec_set_prescaler()
160 static int ftm_quaddec_count_read(struct counter_device *counter, in ftm_quaddec_count_read()
174 static int ftm_quaddec_count_write(struct counter_device *counter, in ftm_quaddec_count_write()
190 static int ftm_quaddec_count_function_read(struct counter_device *counter, in ftm_quaddec_count_function_read()
199 static int ftm_quaddec_action_read(struct counter_device *counter, in ftm_quaddec_action_read()
261 struct counter_device *counter; in ftm_quaddec_probe() local
/linux/drivers/comedi/drivers/
H A Dni_tio.c149 void ni_tio_write(struct ni_gpct *counter, unsigned int value, in ni_tio_write()
162 unsigned int ni_tio_read(struct ni_gpct *counter, enum ni_gpct_register reg) in ni_tio_read()
170 static void ni_tio_reset_count_and_disarm(struct ni_gpct *counter) in ni_tio_reset_count_and_disarm()
177 static int ni_tio_clock_period_ps(const struct ni_gpct *counter, in ni_tio_clock_period_ps()
221 static void ni_tio_set_bits_transient(struct ni_gpct *counter, in ni_tio_set_bits_transient()
252 void ni_tio_set_bits(struct ni_gpct *counter, enum ni_gpct_register reg, in ni_tio_set_bits()
268 unsigned int ni_tio_get_soft_copy(const struct ni_gpct *counter, in ni_tio_get_soft_copy()
285 static unsigned int ni_tio_clock_src_modifiers(const struct ni_gpct *counter) in ni_tio_clock_src_modifiers()
303 static int ni_m_series_clock_src_select(const struct ni_gpct *counter, in ni_m_series_clock_src_select()
370 static int ni_660x_clock_src_select(const struct ni_gpct *counter, in ni_660x_clock_src_select()
[all …]
H A Dni_tiocmd.c38 static void ni_tio_configure_dma(struct ni_gpct *counter, in ni_tio_configure_dma()
78 struct ni_gpct *counter = s->private; in ni_tio_input_inttrig() local
102 struct ni_gpct *counter = s->private; in ni_tio_input_cmd() local
153 struct ni_gpct *counter = s->private; in ni_tio_output_cmd() local
163 struct ni_gpct *counter = s->private; in ni_tio_cmd_setup() local
206 struct ni_gpct *counter = s->private; in ni_tio_cmd() local
237 struct ni_gpct *counter = s->private; in ni_tio_cmdtest() local
332 int ni_tio_cancel(struct ni_gpct *counter) in ni_tio_cancel()
350 static int should_ack_gate(struct ni_gpct *counter) in should_ack_gate()
384 static void ni_tio_acknowledge_and_confirm(struct ni_gpct *counter, in ni_tio_acknowledge_and_confirm()
[all …]
/linux/drivers/infiniband/core/
H A Dcounters.c78 static void auto_mode_init_counter(struct rdma_counter *counter, in auto_mode_init_counter()
91 static int __rdma_counter_bind_qp(struct rdma_counter *counter, in __rdma_counter_bind_qp()
146 struct rdma_counter *counter; in alloc_and_bind() local
207 static void rdma_counter_free(struct rdma_counter *counter) in rdma_counter_free()
225 static bool auto_mode_match(struct ib_qp *qp, struct rdma_counter *counter, in auto_mode_match()
243 struct rdma_counter *counter = qp->counter; in __rdma_counter_unbind_qp() local
256 static void counter_history_stat_update(struct rdma_counter *counter) in counter_history_stat_update()
282 struct rdma_counter *counter = NULL; in rdma_get_counter_auto_mode() local
311 struct rdma_counter *counter; in counter_release() local
327 struct rdma_counter *counter; in rdma_counter_bind_qp_auto() local
[all …]
/linux/arch/arm64/include/asm/
H A Darm_dsu_pmu.h53 static inline void __dsu_pmu_select_counter(int counter) in __dsu_pmu_select_counter()
59 static inline u64 __dsu_pmu_read_counter(int counter) in __dsu_pmu_read_counter()
65 static inline void __dsu_pmu_write_counter(int counter, u64 val) in __dsu_pmu_write_counter()
72 static inline void __dsu_pmu_set_event(int counter, u32 event) in __dsu_pmu_set_event()
90 static inline void __dsu_pmu_disable_counter(int counter) in __dsu_pmu_disable_counter()
96 static inline void __dsu_pmu_enable_counter(int counter) in __dsu_pmu_enable_counter()
102 static inline void __dsu_pmu_counter_interrupt_enable(int counter) in __dsu_pmu_counter_interrupt_enable()
108 static inline void __dsu_pmu_counter_interrupt_disable(int counter) in __dsu_pmu_counter_interrupt_disable()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_counter.c50 static void prestera_counter_lock(struct prestera_counter *counter) in prestera_counter_lock()
55 static void prestera_counter_unlock(struct prestera_counter *counter) in prestera_counter_unlock()
89 prestera_counter_block_lookup_not_full(struct prestera_counter *counter, in prestera_counter_block_lookup_not_full()
109 static int prestera_counter_block_list_add(struct prestera_counter *counter, in prestera_counter_block_list_add()
141 prestera_counter_block_get(struct prestera_counter *counter, u32 client) in prestera_counter_block_get()
199 static void prestera_counter_block_put(struct prestera_counter *counter, in prestera_counter_block_put()
251 int prestera_counter_get(struct prestera_counter *counter, u32 client, in prestera_counter_get()
284 void prestera_counter_put(struct prestera_counter *counter, in prestera_counter_put()
300 static u32 prestera_counter_block_idx_next(struct prestera_counter *counter, in prestera_counter_block_idx_next()
320 prestera_counter_block_get_by_idx(struct prestera_counter *counter, u32 idx) in prestera_counter_block_get_by_idx()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c114 struct mlx5_fc *counter; in mlx5_fc_counters_lookup_next() local
130 struct mlx5_fc *counter) in mlx5_fc_stats_insert()
138 struct mlx5_fc *counter) in mlx5_fc_stats_remove()
185 struct mlx5_fc *counter = first; in mlx5_fc_stats_query_counter_range() local
220 static void mlx5_fc_free(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_free()
226 static void mlx5_fc_release(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_release()
281 struct mlx5_fc *counter = NULL, *last = NULL, *tmp; in mlx5_fc_stats_work() local
319 struct mlx5_fc *counter; in mlx5_fc_single_alloc() local
338 struct mlx5_fc *counter; in mlx5_fc_acquire() local
351 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create_ex() local
[all …]
/linux/mm/
H A Dpage_counter.c49 void page_counter_cancel(struct page_counter *counter, unsigned long nr_pages) in page_counter_cancel()
70 void page_counter_charge(struct page_counter *counter, unsigned long nr_pages) in page_counter_charge()
97 bool page_counter_try_charge(struct page_counter *counter, in page_counter_try_charge()
153 void page_counter_uncharge(struct page_counter *counter, unsigned long nr_pages) in page_counter_uncharge()
171 int page_counter_set_max(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_max()
210 void page_counter_set_min(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_min()
227 void page_counter_set_low(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_low()
/linux/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c110 unsigned int counter; in reserve_perfctr_nmi() local
125 unsigned int counter; in release_perfctr_nmi() local
138 unsigned int counter; in reserve_evntsel_nmi() local
153 unsigned int counter; in release_evntsel_nmi() local
/linux/include/linux/
H A Dpage_counter.h47 static inline void page_counter_init(struct page_counter *counter, in page_counter_init()
55 static inline unsigned long page_counter_read(struct page_counter *counter) in page_counter_read()
69 static inline void page_counter_set_high(struct page_counter *counter, in page_counter_set_high()
79 static inline void page_counter_reset_watermark(struct page_counter *counter) in page_counter_reset_watermark()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dtimed_ctrl.c28 hrt_data counter, in timed_ctrl_snd_commnd()
49 hrt_data counter, in timed_ctrl_snd_sp_commnd()
65 hrt_data counter, in timed_ctrl_snd_gpio_commnd()
/linux/drivers/perf/
H A Dfsl_imx9_ddr_perf.c271 static void ddr_perf_clear_counter(struct ddr_pmu *pmu, int counter) in ddr_perf_clear_counter()
281 static u64 ddr_perf_read_counter(struct ddr_pmu *pmu, int counter) in ddr_perf_read_counter()
339 int counter, bool enable) in ddr_perf_counter_local_config()
367 int event, counter; in ddr_perf_monitor_config() local
403 int counter = hwc->idx; in ddr_perf_event_update() local
455 int counter = hwc->idx; in ddr_perf_event_start() local
470 int counter; in ddr_perf_event_add() local
492 int counter = hwc->idx; in ddr_perf_event_stop() local

12345678910>>...17