Home
last modified time | relevance | path

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

12345678910>>...14

/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
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 …]
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 …]
Dcomedi_8254.c186 unsigned int comedi_8254_status(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_status()
205 unsigned int comedi_8254_read(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_read()
231 unsigned int counter, unsigned int val) in comedi_8254_write()
254 int comedi_8254_set_mode(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_set_mode()
280 int comedi_8254_load(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_load()
472 unsigned int counter, bool busy) in comedi_8254_set_busy()
Dni_660x.c294 static void ni_660x_gpct_write(struct ni_gpct *counter, unsigned int bits, in ni_660x_gpct_write()
302 static unsigned int ni_660x_gpct_read(struct ni_gpct *counter, in ni_660x_gpct_read()
312 struct ni_gpct *counter) in ni_660x_set_dma_channel()
327 struct ni_gpct *counter) in ni_660x_unset_dma_channel()
338 struct ni_gpct *counter, in ni_660x_request_mite_channel()
363 struct ni_gpct *counter) in ni_660x_release_mite_channel()
381 struct ni_gpct *counter = s->private; in ni_660x_cmd() local
397 struct ni_gpct *counter = s->private; in ni_660x_cancel() local
424 struct ni_gpct *counter = s->private; in ni_660x_handle_gpct_interrupt() local
458 struct ni_gpct *counter = s->private; in ni_660x_input_poll() local
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/core/
Dcounters.c71 struct rdma_counter *counter; in rdma_counter_alloc() local
116 static void rdma_counter_free(struct rdma_counter *counter) in rdma_counter_free()
135 static void auto_mode_init_counter(struct rdma_counter *counter, in auto_mode_init_counter()
148 static bool auto_mode_match(struct ib_qp *qp, struct rdma_counter *counter, in auto_mode_match()
164 static int __rdma_counter_bind_qp(struct rdma_counter *counter, in __rdma_counter_bind_qp()
184 struct rdma_counter *counter = qp->counter; in __rdma_counter_unbind_qp() local
197 static void counter_history_stat_update(struct rdma_counter *counter) in counter_history_stat_update()
223 struct rdma_counter *counter = NULL; in rdma_get_counter_auto_mode() local
250 static void rdma_counter_res_add(struct rdma_counter *counter, in rdma_counter_res_add()
259 struct rdma_counter *counter; in counter_release() local
[all …]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
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()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dperfctr-watchdog.c109 int avail_to_resrv_perfctr_nmi_bit(unsigned int counter) in avail_to_resrv_perfctr_nmi_bit()
119 unsigned int counter; in reserve_perfctr_nmi() local
134 unsigned int counter; in release_perfctr_nmi() local
147 unsigned int counter; in reserve_evntsel_nmi() local
162 unsigned int counter; in release_evntsel_nmi() local
/kernel/linux/linux-5.10/mm/
Dpage_counter.c50 void page_counter_cancel(struct page_counter *counter, unsigned long nr_pages) in page_counter_cancel()
67 void page_counter_charge(struct page_counter *counter, unsigned long nr_pages) in page_counter_charge()
94 bool page_counter_try_charge(struct page_counter *counter, in page_counter_try_charge()
151 void page_counter_uncharge(struct page_counter *counter, unsigned long nr_pages) in page_counter_uncharge()
169 int page_counter_set_max(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_max()
208 void page_counter_set_min(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_min()
225 void page_counter_set_low(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_low()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c112 struct mlx5_fc *counter; in mlx5_fc_counters_lookup_next() local
128 struct mlx5_fc *counter) in mlx5_fc_stats_insert()
136 struct mlx5_fc *counter) in mlx5_fc_stats_remove()
177 struct mlx5_fc *counter = first; in mlx5_fc_stats_query_counter_range() local
212 static void mlx5_fc_free(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_free()
218 static void mlx5_fc_release(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_release()
238 struct mlx5_fc *counter = NULL, *last = NULL, *tmp; in mlx5_fc_stats_work() local
269 struct mlx5_fc *counter; in mlx5_fc_single_alloc() local
288 struct mlx5_fc *counter; in mlx5_fc_acquire() local
301 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create() local
[all …]
/kernel/linux/linux-5.10/drivers/counter/
Dstm32-timer-cnt.c31 struct counter_device counter; member
60 static int stm32_count_read(struct counter_device *counter, in stm32_count_read()
72 static int stm32_count_write(struct counter_device *counter, in stm32_count_write()
86 static int stm32_count_function_get(struct counter_device *counter, in stm32_count_function_get()
113 static int stm32_count_function_set(struct counter_device *counter, in stm32_count_function_set()
153 static ssize_t stm32_count_direction_read(struct counter_device *counter, in stm32_count_direction_read()
167 static ssize_t stm32_count_ceiling_read(struct counter_device *counter, in stm32_count_ceiling_read()
179 static ssize_t stm32_count_ceiling_write(struct counter_device *counter, in stm32_count_ceiling_write()
202 static ssize_t stm32_count_enable_read(struct counter_device *counter, in stm32_count_enable_read()
214 static ssize_t stm32_count_enable_write(struct counter_device *counter, in stm32_count_enable_write()
[all …]
D104-quad-8.c48 struct counter_device counter; member
611 static int quad8_signal_read(struct counter_device *counter, in quad8_signal_read()
629 static int quad8_count_read(struct counter_device *counter, in quad8_count_read()
652 static int quad8_count_write(struct counter_device *counter, in quad8_count_write()
707 static int quad8_function_get(struct counter_device *counter, in quad8_function_get()
735 static int quad8_function_set(struct counter_device *counter, in quad8_function_set()
791 static void quad8_direction_get(struct counter_device *counter, in quad8_direction_get()
824 static int quad8_action_get(struct counter_device *counter, in quad8_action_get()
888 static int quad8_index_polarity_get(struct counter_device *counter, in quad8_index_polarity_get()
899 static int quad8_index_polarity_set(struct counter_device *counter, in quad8_index_polarity_set()
[all …]
Dstm32-lptimer-cnt.c22 struct counter_device counter; member
157 static int stm32_lptim_cnt_read(struct counter_device *counter, in stm32_lptim_cnt_read()
173 static int stm32_lptim_cnt_function_get(struct counter_device *counter, in stm32_lptim_cnt_function_get()
192 static int stm32_lptim_cnt_function_set(struct counter_device *counter, in stm32_lptim_cnt_function_set()
214 static ssize_t stm32_lptim_cnt_enable_read(struct counter_device *counter, in stm32_lptim_cnt_enable_read()
228 static ssize_t stm32_lptim_cnt_enable_write(struct counter_device *counter, in stm32_lptim_cnt_enable_write()
259 static ssize_t stm32_lptim_cnt_ceiling_read(struct counter_device *counter, in stm32_lptim_cnt_ceiling_read()
268 static ssize_t stm32_lptim_cnt_ceiling_write(struct counter_device *counter, in stm32_lptim_cnt_ceiling_write()
305 static int stm32_lptim_cnt_action_get(struct counter_device *counter, in stm32_lptim_cnt_action_get()
334 static int stm32_lptim_cnt_action_set(struct counter_device *counter, in stm32_lptim_cnt_action_set()
Dcounter.c37 ssize_t counter_signal_enum_read(struct counter_device *counter, in counter_signal_enum_read()
59 ssize_t counter_signal_enum_write(struct counter_device *counter, in counter_signal_enum_write()
82 ssize_t counter_signal_enum_available_read(struct counter_device *counter, in counter_signal_enum_available_read()
100 ssize_t counter_count_enum_read(struct counter_device *counter, in counter_count_enum_read()
122 ssize_t counter_count_enum_write(struct counter_device *counter, in counter_count_enum_write()
145 ssize_t counter_count_enum_available_read(struct counter_device *counter, in counter_count_enum_available_read()
163 ssize_t counter_device_enum_read(struct counter_device *counter, void *priv, in counter_device_enum_read()
184 ssize_t counter_device_enum_write(struct counter_device *counter, void *priv, in counter_device_enum_write()
206 ssize_t counter_device_enum_available_read(struct counter_device *counter, in counter_device_enum_available_read()
300 struct counter_device *const counter = dev_get_drvdata(dev); in counter_signal_show() local
[all …]
Dmicrochip-tcb-capture.c27 struct counter_device counter; member
82 static int mchp_tc_count_function_get(struct counter_device *counter, in mchp_tc_count_function_get()
96 static int mchp_tc_count_function_set(struct counter_device *counter, in mchp_tc_count_function_set()
155 static int mchp_tc_count_signal_read(struct counter_device *counter, in mchp_tc_count_signal_read()
175 static int mchp_tc_count_action_get(struct counter_device *counter, in mchp_tc_count_action_get()
214 static int mchp_tc_count_action_set(struct counter_device *counter, in mchp_tc_count_action_set()
246 static int mchp_tc_count_read(struct counter_device *counter, in mchp_tc_count_read()
Dftm-quaddec.c28 struct counter_device counter; member
117 static int ftm_quaddec_get_prescaler(struct counter_device *counter, in ftm_quaddec_get_prescaler()
131 static int ftm_quaddec_set_prescaler(struct counter_device *counter, in ftm_quaddec_set_prescaler()
179 static int ftm_quaddec_count_read(struct counter_device *counter, in ftm_quaddec_count_read()
193 static int ftm_quaddec_count_write(struct counter_device *counter, in ftm_quaddec_count_write()
209 static int ftm_quaddec_count_function_get(struct counter_device *counter, in ftm_quaddec_count_function_get()
218 static int ftm_quaddec_action_get(struct counter_device *counter, in ftm_quaddec_action_get()
Dti-eqep.c90 struct counter_device counter; member
95 static int ti_eqep_count_read(struct counter_device *counter, in ti_eqep_count_read()
107 static int ti_eqep_count_write(struct counter_device *counter, in ti_eqep_count_write()
120 static int ti_eqep_function_get(struct counter_device *counter, in ti_eqep_function_get()
132 static int ti_eqep_function_set(struct counter_device *counter, in ti_eqep_function_set()
141 static int ti_eqep_action_get(struct counter_device *counter, in ti_eqep_action_get()
208 static ssize_t ti_eqep_position_ceiling_read(struct counter_device *counter, in ti_eqep_position_ceiling_read()
220 static ssize_t ti_eqep_position_ceiling_write(struct counter_device *counter, in ti_eqep_position_ceiling_write()
238 static ssize_t ti_eqep_position_enable_read(struct counter_device *counter, in ti_eqep_position_enable_read()
250 static ssize_t ti_eqep_position_enable_write(struct counter_device *counter, in ti_eqep_position_enable_write()
/kernel/linux/linux-5.10/tools/perf/util/
Dstat-display.c372 static bool is_mixed_hw_group(struct evsel *counter) in is_mixed_hw_group()
397 struct evsel *counter, double uval, in printout()
501 struct evsel *counter; in aggr_update_shadow() local
520 static void uniquify_event_name(struct evsel *counter) in uniquify_event_name()
548 static void collect_all_aliases(struct perf_stat_config *config, struct evsel *counter, in collect_all_aliases()
571 static bool collect_data(struct perf_stat_config *config, struct evsel *counter, in collect_data()
594 struct evsel *counter, void *data, bool first) in aggr_cb()
625 struct evsel *counter, int s, in print_counter_aggrdata()
665 struct evsel *counter; in print_aggr() local
700 struct evsel *counter, in sort_aggr_thread()
[all …]
Dstat.c276 static void zero_per_pkg(struct evsel *counter) in zero_per_pkg()
282 static int check_per_pkg(struct evsel *counter, in check_per_pkg()
378 struct evsel *counter) in process_counter_maps()
399 struct evsel *counter) in perf_stat_process_counter()
455 struct evsel *counter; in perf_event__process_stat_event() local
/kernel/linux/linux-5.10/include/linux/
Dpage_counter.h38 static inline void page_counter_init(struct page_counter *counter, in page_counter_init()
46 static inline unsigned long page_counter_read(struct page_counter *counter) in page_counter_read()
60 static inline void page_counter_set_high(struct page_counter *counter, in page_counter_set_high()
70 static inline void page_counter_reset_watermark(struct page_counter *counter) in page_counter_reset_watermark()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
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()
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
Dcfi.c10 static noinline void lkdtm_increment_void(int *counter) in lkdtm_increment_void()
16 static noinline int lkdtm_increment_int(int *counter) in lkdtm_increment_int()
/kernel/liteos_a/arch/arm/arm/src/pmu/
Darmv7_pmu.c71 UINT32 counter = ARMV7_IDX2CNT(index); in Armv7PmuSelCnt() local
98 UINT32 counter = ARMV7_IDX2CNT(index); in Armv7EnableCnt() local
105 UINT32 counter = ARMV7_IDX2CNT(index); in Armv7DisableCnt() local
112 UINT32 counter = ARMV7_IDX2CNT(index); in Armv7EnableCntInterrupt() local
119 UINT32 counter = ARMV7_IDX2CNT(index); in Armv7DisableCntInterrupt() local
/kernel/linux/linux-5.10/drivers/acpi/
Dacpi_lpit.c24 static int lpit_read_residency_counter_us(u64 *counter, bool io_mem) in lpit_read_residency_counter_us()
60 u64 counter; in low_power_idle_system_residency_us_show() local
75 u64 counter; in low_power_idle_cpu_residency_us_show() local
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
Dcvmx-l2c.c169 void cvmx_l2c_config_perf(uint32_t counter, enum cvmx_l2c_event event, in cvmx_l2c_config_perf()
233 uint64_t cvmx_l2c_read_perf(uint32_t counter) in cvmx_l2c_read_perf()
240 uint64_t counter = 0; in cvmx_l2c_read_perf() local
251 uint64_t counter = 0; in cvmx_l2c_read_perf() local
262 uint64_t counter = 0; in cvmx_l2c_read_perf() local
274 uint64_t counter = 0; in cvmx_l2c_read_perf() local
/kernel/linux/linux-5.10/drivers/perf/
Dfsl_imx8_ddr_perf.c298 static void ddr_perf_free_counter(struct ddr_pmu *pmu, int counter) in ddr_perf_free_counter()
303 static u32 ddr_perf_read_counter(struct ddr_pmu *pmu, int counter) in ddr_perf_read_counter()
371 int counter = hwc->idx; in ddr_perf_event_update() local
385 int counter, bool enable) in ddr_perf_counter_enable()
412 int counter = hwc->idx; in ddr_perf_event_start() local
429 int counter; in ddr_perf_event_add() local
471 int counter = hwc->idx; in ddr_perf_event_stop() local
487 int counter = hwc->idx; in ddr_perf_event_del() local

12345678910>>...14